Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/lib/posix/getopt/
Dgetopt.c81 char *oli; /* option letter list index */ in getopt() local
119 oli = strchr(ostr, state->optopt); in getopt()
120 if (state->optopt == ':' || oli == NULL) { in getopt()
132 if (oli[1] != ':') { in getopt()
Dgetopt_long.c350 char *oli; /* option letter list index */ local
507 oli = strchr(options, optchar);
510 oli == NULL) {
534 if (long_options != NULL && optchar == 'W' && oli[1] == ';') {
556 if (*++oli != ':') { /* doesn't take argument */
564 } else if (oli[1] != ':') { /* arg not optional */