Searched defs:copydir (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mv/
H A Dmv.c87 static int copydir(char *, char *);
536 * is a directory, then call rcopy (from copydir).
571 rc = copydir(source, target);
644 if ((n = copydir(source, target)) == 0)
1466 copydir(char *source, char *target) function

Completed in 47 milliseconds