Searched refs:temp_filename (Results 1 – 1 of 1) sorted by relevance
| /libtiff-4.0.7/tools/ |
| H A D | tiffcrop.c | 2216 char temp_filename[PATH_MAX + 1]; in main() local 2310 snprintf(temp_filename, sizeof(temp_filename), "%s-read-%03d.%s", in main() 2313 if ((dump.infile = fopen(temp_filename, dump.mode)) == NULL) in main() 2315 TIFFError ("Unable to open dump file for writing", "%s", temp_filename); in main() 2329 snprintf(temp_filename, sizeof(temp_filename), "%s-write-%03d.%s", in main() 2332 if ((dump.outfile = fopen(temp_filename, dump.mode)) == NULL) in main() 2334 TIFFError ("Unable to open dump file for writing", "%s", temp_filename); in main()
|