• Home
  • Raw
  • Download

Lines Matching refs:errno

76                     path, strerror(errno));  in wipe()
127 nameBuffer, strerror(errno)); in wipe()
145 newpath, strerror(errno)); in wipe()
163 nameBuffer, strerror(errno)); in wipe()
177 fprintf(stderr, "unable to write int32 (%d bytes): %s\n", res, strerror(errno)); in write_int32()
188 fprintf(stderr, "unable to write int64 (%d bytes): %s\n", res, strerror(errno)); in write_int64()
198 errno = 0; in copy_file()
208 amt, origSize, srcName, errno != 0 ? strerror(errno) : "unexpected EOF"); in copy_file()
211 amt, origSize, errno != 0 ? strerror(errno) : "unexpected EOF"); in copy_file()
219 writeLen, readLen, destName, strerror(errno)); in copy_file()
222 writeLen, readLen, strerror(errno)); in copy_file()
241 fprintf(stderr, "unable to write: %s\n", strerror(errno)); in write_header()
268 srcPath, strerror(errno)); in backup_dir()
310 fullPath, strerror(errno)); in backup_dir()
348 fullPath, strerror(errno)); in backup_dir()
379 destPath, strerror(errno)); in backup_data()
398 destPath, strerror(errno)); in backup_data()
404 destPath, strerror(errno)); in backup_data()
419 fprintf(stderr, "unable to read: %s\n", strerror(errno)); in read_int32()
430 fprintf(stderr, "unable to read: %s\n", strerror(errno)); in read_int64()
509 srcPath, strerror(errno)); in restore_data()
553 if (errno != EEXIST) { in restore_data()
555 path, strerror(errno)); in restore_data()
575 path, strerror(errno)); in restore_data()
596 typeName, path, statBuffer.st_mode, strerror(errno)); in restore_data()
603 typeName, path, (int)statBuffer.st_uid, (int)statBuffer.st_gid, strerror(errno)); in restore_data()
613 typeName, path, strerror(errno)); in restore_data()