Searched refs:msg (Results 1 – 7 of 7) sorted by relevance
| /libtiff-4.0.7/config/ |
| H A D | missing | 95 msg="probably too old" 98 msg="missing on your system" 137 printf '%s\n' "'$1' is $msg."
|
| /libtiff-4.0.7/ |
| H A D | commit | 76 -m|--message|--msg) 135 --message=*|--msg=*|--file=*|--compress=*)
|
| H A D | configure | 4666 msg="for C compiler warning flags" 4668 msg="for C compiler warning and ANSI conformance flags" 4670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $msg" >&5 4671 $as_echo_n "checking $msg... " >&6; }
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_pixarlog.c | 709 TIFFErrorExt(tif->tif_clientdata, module, "%s", sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogSetupDecode() 802 (unsigned long) tif->tif_row, sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogDecode() 809 sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogDecode() 911 TIFFErrorExt(tif->tif_clientdata, module, "%s", sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogSetupEncode() 1184 sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogEncode() 1226 sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogPostEncode() 1296 sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogVSetField()
|
| H A D | tif_zip.c | 64 #define SAFE_MSG(sp) ((sp)->stream.msg == NULL ? "" : (sp)->stream.msg)
|
| /libtiff-4.0.7/m4/ |
| H A D | acinclude.m4 | 31 msg="for C compiler warning flags" 33 msg="for C compiler warning and ANSI conformance flags" 35 AC_CACHE_CHECK($msg, vl_cv_prog_cc_warnings, [
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffcrop.c | 2666 static void dump_info(FILE *dumpfile, int format, char *prefix, char *msg, ...) in dump_info() argument 2671 va_start(ap, msg); in dump_info() 2673 vfprintf(dumpfile, msg, ap); in dump_info()
|