Home
last modified time | relevance | path

Searched refs:outputfile (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dmkg3states.c384 char* outputfile; in main() local
413 outputfile = optind < argc ? argv[optind] : "g3states.h"; in main()
414 fd = fopen(outputfile, "w"); in main()
417 argv[0], outputfile); in main()
/libtiff-4.0.7/tools/
H A Dtiff2pdf.c249 FILE *outputfile; member
404 if (t2p->outputdisable <= 0 && t2p->outputfile) { in t2p_writeproc()
405 tsize_t written = fwrite(data, 1, size, t2p->outputfile); in t2p_writeproc()
416 if (t2p->outputdisable <= 0 && t2p->outputfile) in t2p_seekproc()
417 return _TIFF_fseek_f(t2p->outputfile, (_TIFF_off_t) offset, whence); in t2p_seekproc()
425 return fclose(t2p->outputfile); in t2p_closeproc()
776 t2p->outputfile = fopen(outfilename, "wb"); in main()
777 if (t2p->outputfile == NULL) { in main()
785 t2p->outputfile = stdout; in main()