Lines Matching refs:fdst
1081 char *fdst; in copy() local
1082 fdst = dfs_normalize_path(dst, _get_path_lastname(src)); in copy()
1083 if (fdst == NULL) in copy()
1088 copyfile(src, fdst); in copy()
1089 rt_free(fdst); in copy()
1100 char *fdst; in copy() local
1101 fdst = dfs_normalize_path(dst, _get_path_lastname(src)); in copy()
1102 if (fdst == NULL) in copy()
1107 mkdir(fdst, 0); in copy()
1108 copydir(src, fdst); in copy()
1109 rt_free(fdst); in copy()