Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffgt.c64 static int filenum; variable
135 filenum = argc - optind; in main()
136 if ( filenum < 1) in main()
154 filelist = (char **) _TIFFmalloc(filenum * sizeof(char*)); in main()
159 _TIFFmemcpy(filelist, argv + optind, filenum * sizeof(char*)); in main()
280 if (fileindex < filenum - 1) in nextImage()
H A Dtiffcrop.c2117 char filenum[16]; in update_output_file() local
2154 snprintf(filenum, sizeof(filenum), "-%03d%s", findex, export_ext); in update_output_file()
2155 filenum[14] = '\0'; in update_output_file()
2156 strncat (exportname, filenum, 15); in update_output_file()