Home | Sort by: relevance | last modified time | path |
/src/usr.bin/patch/ | |
util.c | 89 if (errno != EXDEV || copy_file(from, to) < 0) { 160 if (errno != EXDEV || copy_file(orig, bakname) < 0) 170 copy_file(const char *from, const char *to) function in typeref:typename:int |
/src/bin/cp/ | |
utils.c | 99 copy_file(FTSENT *entp, int dne) function in typeref:typename:int |