Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/tools/
H A Dares_getopt.c68 const char *oli; /* option letter list index */ in ares_getopt() local
97 oli = strchr(ostr, state->optopt); in ares_getopt()
99 if (oli == NULL) { in ares_getopt()
111 if (*++oli != ':') { in ares_getopt()
/third_party/libwebsockets/win32port/win32helpers/
H A Dgetopt.c94 char *oli; /* option letter list index */ local
114 !(oli = strchr(ostr, optopt))) {
128 if (*++oli != ':') { /* don't need argument */
H A Dgetopt_long.c87 char *oli; /* option letter list index */ local
105 !(oli = strchr(ostr, optopt))) {
119 if (*++oli != ':') { /* don't need argument */
/third_party/mesa3d/src/getopt/
H A Dgetopt_long.c280 char *oli; /* option letter list index */ in getopt_internal() local
410 (oli = strchr(options, optchar)) == NULL) { in getopt_internal()
425 if (long_options != NULL && optchar == 'W' && oli[1] == ';') { in getopt_internal()
442 if (*++oli != ':') { /* doesn't take argument */ in getopt_internal()
449 else if (oli[1] != ':') { /* arg not optional */ in getopt_internal()

Completed in 2 milliseconds