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

/external/libpcap/missing/
H A Dgetopt.c67 char *oli; /* option letter list index */ local
88 !(oli = strchr(ostr, optopt))) {
102 if (*++oli != ':') { /* don't need argument */
/external/mesa3d/src/getopt/
H A Dgetopt_long.c280 char *oli; /* option letter list index */ local
410 (oli = strchr(options, optchar)) == NULL) {
425 if (long_options != NULL && optchar == 'W' && oli[1] == ';') {
442 if (*++oli != ':') { /* doesn't take argument */
449 else if (oli[1] != ':') { /* arg not optional */
/external/tcpdump/missing/
H A Dgetopt_long.c357 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 */

Completed in 1583 milliseconds