Searched refs:oli (Results 1 – 2 of 2) sorted by relevance
81 char *oli; /* option letter list index */ in getopt() local119 oli = strchr(ostr, state->optopt); in getopt()120 if (state->optopt == ':' || oli == NULL) { in getopt()132 if (oli[1] != ':') { in getopt()
350 char *oli; /* option letter list index */ local507 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 */