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

/external/c-ares/
H A Dares_getopt.c69 char *oli; /* option letter list index */ local
84 (oli = strchr(ostr, optopt)) == NULL) {
98 if (*++oli != ':') { /* don't need argument */
/external/libpcap/Win32/Src/
H A Dgetopt.c68 char *oli; /* option letter list index */ local
83 !(oli = strchr(ostr, optopt))) {
97 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 */
/external/netperf/src/
H A Dnetlib.c369 register char *oli; /* option letter list index */
386 || !(oli = strchr(ostr, optopt))) {
393 if (*++oli != ':') {
366 register char *oli; /* option letter list index */ local

Completed in 261 milliseconds