Home
last modified time | relevance | path

Searched refs:snprintf (Results 1 – 22 of 22) sorted by relevance

/libtiff-4.0.7/port/
H A Dlibport.h55 #undef snprintf
56 #define snprintf _TIFF_snprintf_f macro
57 int snprintf(char* str, size_t size, const char* format, ...);
H A DMakefile.am30 snprintf.c
H A DMakefile.vc32 snprintf.obj \
H A DMakefile.in199 $(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 DCMakeLists.txt43 list(APPEND port_USED_FILES snprintf.c)
/libtiff-4.0.7/tools/
H A Dtiff2pdf.c4366 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 Dtiffgt.c184 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 Dtiffdither.c276 snprintf(thing, sizeof(thing), "Dithered B&W version of %s", argv[optind]); in main()
H A Drgb2ycbcr.c341 snprintf(buf, sizeof(buf), "YCbCr conversion of %s", in tiffcvt()
H A Dtiff2ps.c1805 (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 Dtiff2bw.c215 snprintf(thing, sizeof(thing), "B&W version of %s", argv[optind]); in main()
H A Dtiffcrop.c2154 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 Dtiffiop.h61 #undef snprintf
62 #define snprintf _TIFF_snprintf_f macro
63 extern int snprintf(char* str, size_t size, const char* format, ...);
H A Dtif_config.vc.h109 #define snprintf _snprintf macro
H A Dtif_config.h.cmake.in95 /* Define to 1 if you have the `snprintf' function. */
H A Dtif_config.h.in125 /* Define to 1 if you have the `snprintf' function. */
H A Dtif_dirinfo.c724 (void) snprintf(fld->field_name, 32, "Tag %d", (int) tag); in _TIFFCreateAnonField()
/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c515 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 Dconfigure.ac424 AC_CHECK_FUNCS([floor isascii memmove memset mmap pow setmode snprintf sqrt \
429 AC_REPLACE_FUNCS(snprintf)
H A DCMakeLists.txt427 snprintf(buf, 10, \"Test %d\", 1);
H A DChangeLog620 * 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 Dconfigure18174 for ac_func in floor isascii memmove memset mmap pow setmode snprintf sqrt \