| /libtiff-4.0.7/port/ |
| H A D | libport.h | 55 #undef snprintf 56 #define snprintf _TIFF_snprintf_f macro 57 int snprintf(char* str, size_t size, const char* format, ...);
|
| H A D | Makefile.am | 30 snprintf.c
|
| H A D | Makefile.vc | 32 snprintf.obj \
|
| H A D | Makefile.in | 199 $(top_srcdir)/config/mkinstalldirs getopt.c lfind.c snprintf.c \ 354 snprintf.c 415 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Plo@am__quote@
|
| H A D | CMakeLists.txt | 43 list(APPEND port_USED_FILES snprintf.c)
|
| /libtiff-4.0.7/tools/ |
| H A D | tiff2pdf.c | 4366 buflen = snprintf(buffer, sizeof(buffer), "%lu", in t2p_write_pdf_page() 4749 buflen=snprintf(buffer, sizeof(buffer), in t2p_write_pdf_page_content_stream() 4765 buflen=snprintf(buffer, sizeof(buffer), in t2p_write_pdf_page_content_stream() 4812 buflen=snprintf(buffer, sizeof(buffer), "%lu", in t2p_write_pdf_xobject_stream_dict() 4815 buflen=snprintf(buffer, sizeof(buffer), "%lu", in t2p_write_pdf_xobject_stream_dict() 4826 buflen=snprintf(buffer, sizeof(buffer), "%lu", in t2p_write_pdf_xobject_stream_dict() 4829 buflen=snprintf(buffer, sizeof(buffer), "%lu", in t2p_write_pdf_xobject_stream_dict() 4946 buflen=snprintf(buffer, sizeof(buffer), "%lu", in t2p_write_pdf_transfer() 4953 buflen=snprintf(buffer, sizeof(buffer), "%lu", in t2p_write_pdf_transfer() 4958 buflen=snprintf(buffer, sizeof(buffer), "%lu", in t2p_write_pdf_transfer() [all …]
|
| H A D | tiffgt.c | 184 snprintf(title, TITLE_LENGTH - 1, "%s [%u]", filelist[fileindex], in main() 314 snprintf(title, 1024, "%s [%u] %d%%", filelist[fileindex], in raster_reshape()
|
| H A D | tiffdither.c | 276 snprintf(thing, sizeof(thing), "Dithered B&W version of %s", argv[optind]); in main()
|
| H A D | rgb2ycbcr.c | 341 snprintf(buf, sizeof(buf), "YCbCr conversion of %s", in tiffcvt()
|
| H A D | tiff2ps.c | 1805 (void)snprintf(im_y, sizeof(im_y), "%lu", (long) h); in PS_Lvl2ImageDict() 1806 (void)snprintf(im_h, sizeof(im_h), "%lu", (long) h); in PS_Lvl2ImageDict() 1827 (void)snprintf(im_y, sizeof(im_y), "%lu im_y sub", (unsigned long) h); in PS_Lvl2ImageDict() 1839 (void)snprintf(im_y, sizeof(im_y), "%lu im_y sub", (unsigned long) h); in PS_Lvl2ImageDict()
|
| H A D | tiff2bw.c | 215 snprintf(thing, sizeof(thing), "B&W version of %s", argv[optind]); in main()
|
| H A D | tiffcrop.c | 2154 snprintf(filenum, sizeof(filenum), "-%03d%s", findex, export_ext); in update_output_file() 2310 snprintf(temp_filename, sizeof(temp_filename), "%s-read-%03d.%s", in main() 2329 snprintf(temp_filename, sizeof(temp_filename), "%s-write-%03d.%s", in main()
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tiffiop.h | 61 #undef snprintf 62 #define snprintf _TIFF_snprintf_f macro 63 extern int snprintf(char* str, size_t size, const char* format, ...);
|
| H A D | tif_config.vc.h | 109 #define snprintf _snprintf macro
|
| H A D | tif_config.h.cmake.in | 95 /* Define to 1 if you have the `snprintf' function. */
|
| H A D | tif_config.h.in | 125 /* Define to 1 if you have the `snprintf' function. */
|
| H A D | tif_dirinfo.c | 724 (void) snprintf(fld->field_name, 32, "Tag %d", (int) tag); in _TIFFCreateAnonField()
|
| /libtiff-4.0.7/contrib/dbs/xtiff/ |
| H A D | xtiff.c | 515 snprintf(buffer, sizeof(buffer), "%s - page %d", fileName, tfDirectory); in SetNameLabel() 517 snprintf(buffer, sizeof(buffer), "%s", fileName); in SetNameLabel()
|
| /libtiff-4.0.7/ |
| H A D | configure.ac | 424 AC_CHECK_FUNCS([floor isascii memmove memset mmap pow setmode snprintf sqrt \ 429 AC_REPLACE_FUNCS(snprintf)
|
| H A D | CMakeLists.txt | 427 snprintf(buf, 10, \"Test %d\", 1);
|
| H A D | ChangeLog | 620 * tools/CMakeLists.txt, port/snprintf.c: Patch by Roger Leigh to 653 * cmake: Correct snprintf fallback for VS2015. Patch #1 of 3 by 763 Take care in using the return value from snprintf(). 1170 * libtiff/tif_config.vc.h: no longer use "#define snprintf _snprintf" with 1283 ...) in favor of using snprintf(buf, sizeof(buf), ...), so as to 1963 * libtiff/tif_config.vc.h: define snprintf to _snprintf for tiff2pdf.
|
| H A D | configure | 18174 for ac_func in floor isascii memmove memset mmap pow setmode snprintf sqrt \
|