Searched refs:optstring (Results 1 – 4 of 4) sorted by relevance
| /libtiff-4.0.7/port/ |
| H A D | getopt.c | 56 getopt(int argc, char * const argv[], const char *optstring) in getopt() argument 80 if (strchr(optstring, '-') == NULL) in getopt() 88 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt() 91 if (opterr && *optstring != ':') in getopt() 113 if (*optstring == ':') in getopt()
|
| H A D | libport.h | 29 int getopt(int argc, char * const argv[], const char *optstring);
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffinfoce.c | 46 int getopt(int argc, char * const argv[], const char *optstring);
|
| H A D | tiffcrop.c | 134 extern int getopt(int argc, char * const argv[], const char *optstring);
|