Lines Matching refs:fdst
2989 char *fdst; in copy() local
2990 fdst = dfs_normalize_path(dst, _get_path_lastname(src)); in copy()
2991 if (fdst == NULL) in copy()
2996 copyfile(src, fdst); in copy()
2997 rt_free(fdst); in copy()
3008 char *fdst; in copy() local
3009 fdst = dfs_normalize_path(dst, _get_path_lastname(src)); in copy()
3010 if (fdst == NULL) in copy()
3015 mkdir(fdst, 0); in copy()
3016 copydir(src, fdst); in copy()
3017 rt_free(fdst); in copy()