Lines Matching refs:DBUG
45 # define DBUG(x) printf x macro
47 # define DBUG(x) ((void)0) macro
173 DBUG(("--- unable to set timestamps on '%s': %s\n", in setPermissions()
183 DBUG(("--- unable to set perms on '%s' to 0%o: %s\n", in setPermissions()
191 DBUG(("--- unable to set owner of '%s' to %d/%d: %s\n", in setPermissions()
213 DBUG(("--- copying regular '%s' to '%s'\n", src, dst)); in copyRegular()
234 DBUG(("--- source is not newer: '%s'\n", src)); in copyRegular()
249 DBUG(("--- opening '%s'\n", dst)); in copyRegular()
312 DBUG(("--- RSRC: %s --> %s\n", srcRsrcName, dstRsrcName)); in copyRegular()
359 DBUG(("--- copying symlink '%s' to '%s'\n", src, dst)); in copySymlink()
381 DBUG(("--- source is not newer: '%s'\n", src)); in copySymlink()
396 DBUG(("--- creating symlink file '%s' (--> %s)\n", dst, linkBuf)); in copySymlink()
399 DBUG(("--- removing '%s'\n", dst)); in copySymlink()
419 DBUG(("--- lchown failed: %s\n", strerror(errno))); in copySymlink()
439 DBUG(("--- copy dir '%s' to '%s'\n", src, dst)); in copyDirectory()
459 DBUG(("--- creating dir '%s'\n", dst)); in copyDirectory()
596 DBUG(("--- couldn't find '%s' either\n", srcExe)); in copyFileRecursive()