Home
last modified time | relevance | path

Searched refs:what (Results 1 – 18 of 18) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_aux.c64 tmsize_t nmemb, tmsize_t elem_size, const char* what) in _TIFFCheckRealloc() argument
79 what,(long) nmemb, (long) elem_size); in _TIFFCheckRealloc()
86 _TIFFCheckMalloc(TIFF* tif, tmsize_t nmemb, tmsize_t elem_size, const char* what) in _TIFFCheckMalloc() argument
88 return _TIFFCheckRealloc(tif, NULL, nmemb, elem_size, what); in _TIFFCheckMalloc()
H A Dtif_config.h-vms36 /* Define to `__inline__' or `__inline' if that's what the C compiler
H A Dtif_config.h.cmake.in251 /* Define to `__inline__' or `__inline' if that's what the C compiler
H A Dtif_fax3.c622 #define DEBUG_PRINT(what,len) { \ argument
624 printf("%08X/%-2d: %s%5d\t", data, bit, DEBUG_COLOR(what), len); \
H A Dtif_config.h.in400 /* Define to `__inline__' or `__inline' if that's what the C compiler
/libtiff-4.0.7/tools/
H A Dtiffinfoce.c400 const char* what = TIFFIsTiled(tif) ? "Tile" : "Strip"; in TIFFReadRawData() local
429 what, (unsigned long) s); in TIFFReadRawData()
431 printf("%s %lu:\n ", what, in TIFFReadRawData()
H A Dtiffinfo.c416 const char* what = TIFFIsTiled(tif) ? "Tile" : "Strip"; in TIFFReadRawData() local
445 what, (unsigned long) s); in TIFFReadRawData()
447 printf("%s %lu:\n ", what, in TIFFReadRawData()
H A Dtiffdump.c848 ReadError(char* what) in ReadError() argument
850 Fatal("Error while reading %s", what); in ReadError()
/libtiff-4.0.7/contrib/iptcutil/
H A DREADME11 -o switches to tell the program what the input and output files
/libtiff-4.0.7/contrib/mfs/
H A DREADME13 what people have done with libtiff, so I thought I would drop you a
/libtiff-4.0.7/
H A DREADME19 If you can't hack either of these options then basically what you
H A Dconfigure.com1280 /* Define to `__inline__' or `__inline' if that's what the C compiler
H A Dconfigure4725 elif what $CC 2>&1 | grep -i "HP C Compiler" > /dev/null 2>&1 &&
/libtiff-4.0.7/contrib/addtiffo/
H A DREADME131 o Orrin Long, and Ed Grissom of Intergraph for explaining what needed to
/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c88 CheckMalloc(TIFF* tif, tsize_t n, const char* what) in CheckMalloc() argument
92 TIFFErrorExt(tif->tif_clientdata, tif->tif_name, "No space %s", what); in CheckMalloc()
/libtiff-4.0.7/m4/
H A Dlibtool.m4468 # # Some comment about what VAR is for.
521 dnl needs to know what name is stored there:
5431 # The Import File defines what to hardcode.
6227 ## what you are doing...
6239 # Report what library types will actually be built
6502 # The Import File defines what to hardcode.
7397 ## what you are doing...
7766 ## what you are doing...
7904 ## what you are doing...
7976 ## what you are doing...
[all …]
H A Dacinclude.m499 elif what $CC 2>&1 | grep -i "HP C Compiler" > /dev/null 2>&1 &&
395 dnl source is named "conftest.cc"; and Microsoft cl doesn't know what
/libtiff-4.0.7/config/
H A Dconfig.sub644 # I'm not sure what "Sysv32" means. Should this be sysv3.2?