Lines Matching full:strerror
63 printf("failed to stat \"%s\": %s\n", filename, strerror(errno));
72 printf("failed to open \"%s\": %s\n", filename, strerror(errno));
203 partition, strerror(errno));
315 filename, strerror(errno));
323 strerror(errno));
328 printf("fsync of \"%s\" failed: %s\n", filename, strerror(errno));
332 printf("close of \"%s\" failed: %s\n", filename, strerror(errno));
337 printf("chmod of \"%s\" failed: %s\n", filename, strerror(errno));
341 printf("chown of \"%s\" failed: %s\n", filename, strerror(errno));
419 printf("failed to open %s: %s\n", partition, strerror(errno));
436 partition, strerror(errno));
444 partition, strerror(errno));
449 partition, strerror(errno));
455 partition, strerror(errno));
485 partition, p, strerror(errno));
491 partition, p, read_count, to_read, strerror(errno));
516 printf("error closing %s (%s)\n", partition, strerror(errno));
630 printf("error writing %d bytes: %s\n", (int)(len-done), strerror(errno));
659 printf("failed to statfs %s: %s\n", filename, strerror(errno));
947 outname, strerror(errno));
976 printf("failed to fsync file \"%s\" (%s)\n", outname, strerror(errno));
980 printf("failed to close file \"%s\" (%s)\n", outname, strerror(errno));
1022 printf("chmod of \"%s\" failed: %s\n", outname, strerror(errno));
1027 printf("chown of \"%s\" failed: %s\n", outname, strerror(errno));
1034 target_filename, strerror(errno));