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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c360 char *oli; /* option letter list index */ local
506 (oli = strchr(options, optchar)) == NULL) {
527 if (long_options != NULL && optchar == 'W' && oli[1] == ';') {
547 if (*++oli != ':') { /* doesn't take argument */
554 else if (oli[1] != ':') { /* arg not optional */

Completed in 14 milliseconds