HomeSort by relevance Sort by last modified time
    Searched defs:ambig (Results 1 - 7 of 7) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c 488 int ambig = 0;
520 ambig = 1;
523 if (ambig && !exact)
806 int ambig = 0;
887 ambig = 1;
889 if (ambig && !exact)
484 int ambig = 0; local
802 int ambig = 0; local
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 121 static const char ambig[] = "option `%s%.*s' is ambiguous"; variable
126 static const char ambig[] = "ambiguous option -- %.*s"; variable
263 warnx(ambig,
  /external/bison/lib/
getopt.c 842 int ambig = 0;
929 ambig = 1;
931 if (ambig && !exact)
838 int ambig = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/getopt/
getopt_long.c 93 static const char ambig[] = "ambiguous option -- %.*s"; variable
201 fprintf(stderr, ambig, (int)current_argv_len,
  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 35 } constexpr ambig; variable in typeref:struct:Ambiguous
39 constexpr int test_ambiguous = ambig; // ok
50 auto new4 = new int[1][ambig]; // expected-error {{ambiguous conversion}}
58 enum4 = ambig // expected-error {{ambiguous conversion}}
67 alignas(ambig) int alignas4; // expected-error {{ambiguous conversion}}
76 int array4[ambig]; // expected-error {{non-integer type}}
84 int bitfield4 : ambig; // expected-error {{ambiguous conversion}}
  /external/mesa3d/src/getopt/
getopt_long.c 93 static const char ambig[] = "ambiguous option -- %.*s"; variable
201 fprintf(stderr, ambig, (int)current_argv_len,
  /ndk/sources/host-tools/make-3.81/
getopt.c 631 int ambig = 0;
660 ambig = 1;
663 if (ambig && !exact)
787 int ambig = 0;
846 ambig = 1;
848 if (ambig && !exact)
628 int ambig = 0; local
784 int ambig = 0; local

Completed in 1830 milliseconds