Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffgt.c62 static char** filelist = NULL; variable
154 filelist = (char **) _TIFFmalloc(filenum * sizeof(char*)); in main()
155 if (!filelist) { in main()
162 _TIFFfree(filelist); in main()
176 _TIFFfree(filelist); in main()
201 if (filelist != NULL) in cleanup_and_exit()
202 _TIFFfree(filelist); in cleanup_and_exit()
220 TIFFError(filelist[fileindex], "%s", title); in initImage()
249 TIFFError(filelist[fileindex], "No space for raster buffer"); in initImage()
271 tif = TIFFOpen(filelist[fileindex], "r"); in prevImage()
[all …]