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

  /external/llvm/unittests/Support/
CommandLineTest.cpp 192 static const size_t ARGC = 3;
193 const char *const Inputs[][ARGC] = {
207 cl::ParseCommandLineOptions(ARGC, Inputs[i]);
  /ndk/sources/host-tools/nawk-20071023/
tran.c 49 Awkfloat *ARGC; /* number of arguments from command line */
100 void arginit(int ac, char **av) /* set up ARGV and ARGC */
106 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval;
108 ARGVtab = makesymtab(NSYMTAB); /* could be (int) ARGC as well */

Completed in 66 milliseconds