Home | History | Annotate | Download | only in tools

Lines Matching defs:reason

948    const char *reason;
953 case LIBPNG_WARNING_CODE: reason = "libpng warning:"; break;
954 case LIBPNG_ERROR_CODE: reason = "libpng error:"; break;
955 case ZLIB_ERROR_CODE: reason = "zlib error:"; break;
956 case INVALID_ERROR_CODE: reason = "invalid"; break;
957 case READ_ERROR_CODE: reason = "read failure:";
960 case WRITE_ERROR_CODE: reason = "write error";
963 case UNEXPECTED_ERROR_CODE: reason = "unexpected error:";
968 default: reason = "INVALID (internal error):"; break;
972 fprintf(stderr, "%s: %s %s [%s]\n", file->file_name, reason, what,
976 fprintf(stderr, "%s: %s %s\n", file->file_name, reason, what);
2074 const char *reason = zlib->z.msg;
2076 if (reason == NULL)
2077 reason = "[no message]";
2083 unexpected ? "unexpected " : "", zlib->rc, zlib_rc(zlib), reason);
2097 const char *reason;
2100 reason = "CHK"; /* checksum error */
2103 reason = "TFB"; /* fixing a too-far-back error */
2106 reason = "OK ";
2109 reason = "OPT"; /* optimizing window bits */
2113 * IDAT reason flevel file-bits ok-bits compressed uncompressed file
2116 printf(" %s %s %d %d ", reason, zlib_flevel(zlib), zlib->file_bits,
2656 * calculation in the original file (and this may be the only reason
3798 " chunk reason comp-level p1 p2 p3 p4 file",
3800 " p1 through p4 vary according to the 'reason'. There are always 8 space",
3811 "$2 reason: One of:",
3832 " reason is 'SKP'; this is a count of the bytes read from the",