Searched refs:ostr (Results 1 – 1 of 1) sorted by relevance
68 getopt(int nargc, char * const nargv[], const char *ostr) in getopt() argument92 if (strchr(ostr, '-') == NULL) in getopt()100 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()103 if (opterr && *ostr != ':') in getopt()136 if (*ostr == ':') in getopt()