Lines Matching refs:errno
76 path, strerror(errno)); in wipe()
127 nameBuffer, strerror(errno)); in wipe()
146 newpath, strerror(errno)); in wipe()
164 nameBuffer, strerror(errno)); in wipe()
178 fprintf(stderr, "unable to write int32 (%d bytes): %s\n", res, strerror(errno)); in write_int32()
189 fprintf(stderr, "unable to write int64 (%d bytes): %s\n", res, strerror(errno)); in write_int64()
199 errno = 0; in copy_file()
209 amt, origSize, srcName, errno != 0 ? strerror(errno) : "unexpected EOF"); in copy_file()
212 amt, origSize, errno != 0 ? strerror(errno) : "unexpected EOF"); in copy_file()
220 writeLen, readLen, destName, strerror(errno)); in copy_file()
223 writeLen, readLen, strerror(errno)); in copy_file()
242 fprintf(stderr, "unable to write: %s\n", strerror(errno)); in write_header()
269 srcPath, strerror(errno)); in backup_dir()
311 fullPath, strerror(errno)); in backup_dir()
349 fullPath, strerror(errno)); in backup_dir()
380 destPath, strerror(errno)); in backup_data()
399 destPath, strerror(errno)); in backup_data()
405 destPath, strerror(errno)); in backup_data()
420 fprintf(stderr, "unable to read: %s\n", strerror(errno)); in read_int32()
431 fprintf(stderr, "unable to read: %s\n", strerror(errno)); in read_int64()
510 srcPath, strerror(errno)); in restore_data()
554 if (errno != EEXIST) { in restore_data()
556 path, strerror(errno)); in restore_data()
576 path, strerror(errno)); in restore_data()
597 typeName, path, statBuffer.st_mode, strerror(errno)); in restore_data()
604 typeName, path, (int)statBuffer.st_uid, (int)statBuffer.st_gid, strerror(errno)); in restore_data()
614 typeName, path, strerror(errno)); in restore_data()