Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 7 of 7) sorted by relevance

/libtiff-4.0.7/config/
H A Dmissing95 msg="probably too old"
98 msg="missing on your system"
137 printf '%s\n' "'$1' is $msg."
/libtiff-4.0.7/
H A Dcommit76 -m|--message|--msg)
135 --message=*|--msg=*|--file=*|--compress=*)
H A Dconfigure4666 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 Dtif_pixarlog.c709 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 Dtif_zip.c64 #define SAFE_MSG(sp) ((sp)->stream.msg == NULL ? "" : (sp)->stream.msg)
/libtiff-4.0.7/m4/
H A Dacinclude.m431 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 Dtiffcrop.c2666 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()