Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/getopt/
Dgetopt.c78 int getopt(int nargc, char *const nargv[], const char *ostr) in getopt() argument
108 if (strchr(ostr, '-') == NULL) { in getopt()
119 oli = strchr(ostr, state->optopt); in getopt()
124 if (state->opterr && *ostr != ':') { in getopt()
149 if (*ostr == ':') { in getopt()