D | CopyFile.c | 51 static int copyFileRecursive(const char* src, const char* dst, bool isCmdLine, unsigned int options… 99 static void printCopyMsg(const char* src, const char* dst, unsigned int options) in printCopyMsg() argument 102 printf(" '%s' --> '%s'\n", src, dst); in printCopyMsg() 105 static void printNotNewerMsg(const char* src, const char* dst, unsigned int options) in printNotNewerMsg() argument 116 static int copyFileContents(const char* dst, int dstFd, const char* src, int srcFd) in copyFileContents() argument 128 "acp: failed reading '%s': %s\n", src, strerror(errno)); in copyFileContents() 209 static int copyRegular(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int … in copyRegular() argument 214 DBUG(("--- copying regular '%s' to '%s'\n", src, dst)); in copyRegular() 230 src, dst); in copyRegular() 235 DBUG(("--- source is not newer: '%s'\n", src)); in copyRegular() [all …]
|