HomeSort by relevance Sort by last modified time
    Searched refs:oli (Results 1 - 8 of 8) sorted by null

  /external/c-ares/
ares_getopt.c 69 char *oli; /* option letter list index */ local
84 (oli = strchr(ostr, optopt)) == NULL) {
98 if (*++oli != ':') { /* don't need argument */
  /external/libpcap/Win32/Src/
getopt.c 68 char *oli; /* option letter list index */ local
83 !(oli = strchr(ostr, optopt))) {
97 if (*++oli != ':') { /* don't need argument */
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 360 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/mesa3d/src/getopt/
getopt_long.c 280 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/openssh/openbsd-compat/
getopt_long.c 297 char *oli; /* option letter list index */ local
427 (oli = strchr(options, optchar)) == NULL) {
442 if (long_options != NULL && optchar == 'W' && oli[1] == ';') {
459 if (*++oli != ':') { /* doesn't take argument */
466 else if (oli[1] != ':') { /* arg not optional */
  /external/tcpdump/missing/
getopt_long.c 357 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 */
  /system/core/logcat/
getopt_long.cpp 342 const char* oli; // option letter list index local
345 !(oli = strchr(options, optchar))) {
360 if (long_options && optchar == 'W' && oli[1] == ';') {
380 if (*++oli != ':') { // doesn't take argument
386 } else if (oli[1] != ':') { // arg not optional
  /external/netperf/src/
netlib.c 369 register char *oli; /* option letter list index */
386 || !(oli = strchr(ostr, optopt))) {
393 if (*++oli != ':') {
366 register char *oli; \/* option letter list index *\/ local
    [all...]

Completed in 284 milliseconds