copydir
static int copydir(const char *, char *);
rc = copydir(source, target);
if ((n = copydir(source, target)) == 0)