Home
last modified time | relevance | path

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

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