Searched refs:message (Results 1 – 10 of 10) sorted by relevance
| /libtiff-4.0.7/ |
| H A D | CMakeLists.txt | 292 message(STATUS "${val} set to ${${val}}") 729 #message(STATUS "EXTRA_DIST: ${EXTRA_DIST}") 731 message(STATUS "") 733 message(STATUS "") 742 message(STATUS "") 743 message(STATUS " Support for internal codecs:") 750 message(STATUS "") 751 message(STATUS " Support for external codecs:") 759 message(STATUS "") 761 message(STATUS "") [all …]
|
| H A D | commit | 76 -m|--message|--msg) 135 --message=*|--msg=*|--file=*|--compress=*)
|
| H A D | ChangeLog | 1222 * tools/tiff2rgba.c (]): Fixed tiff2rgba usage message in that zip 1772 with non-console (popup message) builds on win32. 1987 to expected value as the warning message suggests. As per bug 2221 * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so 2222 that it is clearly a memory allocation error message, and also 2542 * tools/tiff2ps.c: Remove spurious message to stderr. 4410 * libtiff/tif_getimage.c: Always fill the error message buffer in 4423 * libtiff/tif_win32.c: Fixed message formatting in functions 4680 * tools/tiff2rgba.c: removed extra newlines in usage message. 4897 updates. The CVS commit message is extracted from this ChangeLog [all …]
|
| H A D | aclocal.m4 | 274 # or remarks (even with -Werror). So we grep stderr for any message 553 of your $PATH and any error possibly output before this message. This
|
| H A D | configure | 3541 of your $PATH and any error possibly output before this message. This
|
| /libtiff-4.0.7/test/ |
| H A D | TiffTestCommon.cmake | 33 message(STATUS Running "${MEMCHECK} ${command} ${native_infile} ${native_outfile}") 37 …message(FATAL_ERROR "Returned failed status ${TEST_STATUS}! Output (if any) is in \"${native_outf… 52 message(STATUS Running "${MEMCHECK} ${command} ${native_infile} ${native_outfile}") 56 …message(FATAL_ERROR "Returned failed status ${TEST_STATUS}! Output (if any) is in \"${native_outf… 67 message(STATUS "Running ${MEMCHECK} ${command} ${native_infile} > ${native_outfile}") 72 …message(FATAL_ERROR "Returned failed status ${TEST_STATUS}! Output (if any) is in \"${native_outf… 82 message(STATUS "Running ${MEMCHECK} ${command} ${native_infile}") 86 …message(FATAL_ERROR "Returned failed status ${TEST_STATUS}! Output (if any) is in \"${native_outf…
|
| /libtiff-4.0.7/html/man/ |
| H A D | HtmlDoc.cmake | 39 message(FATAL_ERROR "Groff failed to generate HTML manpage") 41 message(STATUS "Generated ${HTMLMANDIR}/${doc} from ${MANSRCDIR}/${man}") 50 message(STATUS "Generated ${HTMLMANDIR}/${INDEXFILE}")
|
| /libtiff-4.0.7/contrib/dbs/xtiff/ |
| H A D | xtiff.c | 1251 char message[80]; local 1260 XGetErrorText(display, error_event->error_code, message, 80); 1261 fprintf(stderr, "xtiff: error code %s\n", message);
|
| /libtiff-4.0.7/config/ |
| H A D | ltmain.sh | 5664 void lt_fatal (const char *file, int line, const char *message, ...); 5793 /* The GNU banner must be the first non-error debug message */ 6201 const char *message, va_list ap) 6204 vfprintf (stderr, message, ap); 6212 lt_fatal (const char *file, int line, const char *message, ...) 6215 va_start (ap, message); 6216 lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
|
| /libtiff-4.0.7/m4/ |
| H A D | acinclude.m4 | 53 dnl produce a warning message for unknown flags instead of returning
|