OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ARGC
(Results
1 - 2
of
2
) sorted by null
/external/llvm/unittests/Support/
CommandLineTest.cpp
187
static const size_t
ARGC
= 3;
188
const char *const Inputs[][
ARGC
] = {
202
cl::ParseCommandLineOptions(
ARGC
, Inputs[i]);
210
void testAliasRequired(int
argc
, const char *const *argv) {
214
cl::ParseCommandLineOptions(
argc
, argv);
/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 506 milliseconds