Lines Matching full:strerror
190 printf("failed to stat \"%s\": %s\n", filename, strerror(errno));
197 printf("failed to read \"%s\" %s\n", filename, strerror(errno));
380 printf("failed to stat \"%s\": %s\n", filename, strerror(errno));
387 printf("failed to read \"%s\" %s\n", filename, strerror(errno));
628 ptemp, strerror(errno));
646 printf("failed to open patch %s: %s\n", ptemp, strerror(errno));
650 printf("failed to read patch %s: %s\n", ptemp, strerror(errno));
796 printf("failed to stat bonus file %s: %s\n", argv[2], strerror(errno));
803 printf("failed to open bonus file %s: %s\n", argv[2], strerror(errno));
807 printf("failed to read bonus file %s: %s\n", argv[2], strerror(errno));