Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcp.c94 static char comma = ','; /* (default) comma separator character */ variable
106 if (**imageSpec == comma) { /* if not @comma, we've done all images */ in nextSrcImage()
112 if (**imageSpec == comma) { in nextSrcImage()
118 comma, TIFFFileName (tif)); in nextSrcImage()
124 TIFFFileName(tif), comma, (int) nextImage); in nextSrcImage()
139 *imageSpec = strchr (fn, comma); in openSrcImage()
146 **imageSpec = comma; /* replace the comma */ in openSrcImage()
182 comma = optarg[1]; in main()