Home
last modified time | relevance | path

Searched refs:fax2ps (Results 1 – 14 of 14) sorted by relevance

/libtiff-4.0.7/tools/
H A DCMakeLists.txt32 add_executable(fax2ps fax2ps.c) target
33 target_link_libraries(fax2ps tiff port)
92 install(TARGETS fax2ps
H A DMakefile.am34 fax2ps \ program
67 fax2ps_SOURCES = fax2ps.c
H A Dfax2ps.c289 fax2ps(TIFF* tif, uint16 npages, uint16* pages, char* filename) in fax2ps() function
382 fax2ps(tif, npages, pages, argv[optind]); in main()
416 fax2ps(tif, npages, pages, "<stdin>"); in main()
H A DMakefile.vc32 fax2ps.exe pal2rgb.exe ppm2tiff.exe \
H A DMakefile.in116 bin_PROGRAMS = fax2ps$(EXEEXT) fax2tiff$(EXEEXT) pal2rgb$(EXEEXT) \
143 am_fax2ps_OBJECTS = fax2ps.$(OBJEXT)
446 fax2ps_SOURCES = fax2ps.c
582 fax2ps$(EXEEXT): $(fax2ps_OBJECTS) $(fax2ps_DEPENDENCIES) $(EXTRA_fax2ps_DEPENDENCIES)
583 @rm -f fax2ps$(EXEEXT)
672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fax2ps.Po@am__quote@
/libtiff-4.0.7/man/
H A DMakefile.am27 fax2ps.1 \
H A DCMakeLists.txt26 fax2ps.1
H A DMakefile.in333 fax2ps.1 \
/libtiff-4.0.7/test/
H A Dcommon.sh12 FAX2PS=${TOOLS}/fax2ps
/libtiff-4.0.7/html/man/
H A DMakefile.am79 fax2ps.1.html \
H A DCMakeLists.txt72 fax2ps.1.html
H A DMakefile.in381 fax2ps.1.html \
/libtiff-4.0.7/
H A Dconfigure.com931 fax2ps.exe,\
965 fax2ps.obj : fax2ps.c
968 fax2ps.exe : fax2ps.obj
H A DChangeLog500 * tools/fax2ps.c (main): Detect failure to write to temporary
1191 * tools/fax2ps.c: check malloc()/realloc() result (bug #2470)
1702 * tools/fax2ps.c (main): Use tmpfile() rather than mkstemp() since
1865 * tools/fax2ps.c: be consistent with page-numbering
1902 * tools/fax2ps.c: replace unsafe tmpfile() with mkstemp()
3392 * man/{bmp2tiff.1, fax2ps.1, fax2tiff.1, gif2tiff.1, ras2tiff.1,
4338 * tools/fax2ps.c: Replace insecure mktemp() function with the
5817 * tools/{fax2ps.c, fax2tiff.c, gif2tiff.c, pal2rgb.c, ppm2tiff.c,
5887 * tools/fax2ps.c, man/fax2ps.1: Page size was determined
6612 * fax2ps.c: Helge (libtiff at oldach.net) submitted fix:
[all …]