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

/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/tcpdump/win32/Src/
H A Dgetopt.c64 char *oli; /* option letter list index */ local
79 !(oli = strchr(ostr, optopt))) {
93 if (*++oli != ':') { /* don't need argument */
/external/chromium_org/third_party/mesa/src/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/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/netperf/
H A Dnetlib.c355 register char *oli; /* option letter list index */
372 || !(oli = strchr(ostr, optopt))) {
379 if (*++oli != ':') {
352 register char *oli; /* option letter list index */ local

Completed in 447 milliseconds