D | CopyFile.c | 52 static int copyFileRecursive(const char* src, const char* dst, bool isCmdLine, unsigned int options… 98 static void printCopyMsg(const char* src, const char* dst, unsigned int options) in printCopyMsg() argument 101 printf(" '%s' --> '%s'\n", src, dst); in printCopyMsg() 104 static void printNotNewerMsg(const char* src, const char* dst, unsigned int options) in printNotNewerMsg() argument 115 static int copyFileContents(const char* dst, int dstFd, const char* src, int srcFd) in copyFileContents() argument 127 "acp: failed reading '%s': %s\n", src, strerror(errno)); in copyFileContents() 208 static int copyRegular(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int … in copyRegular() argument 213 DBUG(("--- copying regular '%s' to '%s'\n", src, dst)); in copyRegular() 229 src, dst); in copyRegular() 234 DBUG(("--- source is not newer: '%s'\n", src)); in copyRegular() [all …]
|