Searched refs:fax2ps (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | CMakeLists.txt | 32 add_executable(fax2ps fax2ps.c) target 33 target_link_libraries(fax2ps tiff port) 92 install(TARGETS fax2ps
|
A D | Makefile.am | 34 fax2ps \ program 67 fax2ps_SOURCES = fax2ps.c
|
A D | fax2ps.c | 289 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()
|
A D | Makefile.vc | 32 fax2ps.exe pal2rgb.exe ppm2tiff.exe \
|
A D | Makefile.in | 116 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@
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/man/ |
A D | Makefile.am | 27 fax2ps.1 \
|
A D | CMakeLists.txt | 26 fax2ps.1
|
A D | Makefile.in | 333 fax2ps.1 \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/ |
A D | common.sh | 12 FAX2PS=${TOOLS}/fax2ps
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/html/man/ |
A D | Makefile.am | 79 fax2ps.1.html \
|
A D | CMakeLists.txt | 72 fax2ps.1.html
|
A D | Makefile.in | 381 fax2ps.1.html \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | configure.com | 931 fax2ps.exe,\ 965 fax2ps.obj : fax2ps.c 968 fax2ps.exe : fax2ps.obj
|
A D | ChangeLog | 1370 * tools/fax2ps.c (main): Detect failure to write to temporary 2061 * tools/fax2ps.c: check malloc()/realloc() result (bug #2470) 2572 * tools/fax2ps.c (main): Use tmpfile() rather than mkstemp() since 2735 * tools/fax2ps.c: be consistent with page-numbering 2772 * tools/fax2ps.c: replace unsafe tmpfile() with mkstemp() 4262 * man/{bmp2tiff.1, fax2ps.1, fax2tiff.1, gif2tiff.1, ras2tiff.1, 5208 * tools/fax2ps.c: Replace insecure mktemp() function with the 6687 * tools/{fax2ps.c, fax2tiff.c, gif2tiff.c, pal2rgb.c, ppm2tiff.c, 6757 * tools/fax2ps.c, man/fax2ps.1: Page size was determined 7482 * fax2ps.c: Helge (libtiff at oldach.net) submitted fix: [all …]
|
Completed in 20 milliseconds