Home
last modified time | relevance | path

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

/libtiff-4.0.7/port/
H A Dgetopt.c56 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 Dlibport.h29 int getopt(int argc, char * const argv[], const char *optstring);
/libtiff-4.0.7/tools/
H A Dtiffinfoce.c46 int getopt(int argc, char * const argv[], const char *optstring);
H A Dtiffcrop.c134 extern int getopt(int argc, char * const argv[], const char *optstring);