Home
last modified time | relevance | path

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

/f-stack/tools/compat/
H A Dgetopt.c68 getopt(int nargc, char * const nargv[], const char *ostr) in getopt() argument
92 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()