Searched refs:copydir (Results 1 – 1 of 1) sorted by relevance
87 static int copydir(char *, char *);571 rc = copydir(source, target); in cpymve()644 if ((n = copydir(source, target)) == 0) in cpymve()1466 copydir(char *source, char *target) function