Searched refs:Argc (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.bin/c89/
H A Dc89.c64 int Argc, i; local
71 Argc = 0;
75 Argv.a[Argc++] = CC;
77 Argv.a[Argc++] = args_prepended[j];
96 Argv.a[Argc++] = argv[i];
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Tooling/
H A DCompilationDatabase.cpp281 FixedCompilationDatabase::loadFromCommandLine(int &Argc, argument
284 const char **DoubleDash = std::find(Argv, Argv + Argc, StringRef("--"));
285 if (DoubleDash == Argv + Argc)
287 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc);
288 Argc = DoubleDash - Argv;
/freebsd-9.3-release/crypto/openssl/apps/
H A Dopenssl.c210 int main(int Argc, char *Argv[]) argument
296 ret = fp->func(Argc, Argv);
304 if (Argc != 1) {
305 Argc--;
307 ret = do_cmd(prog, Argc, Argv);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DCompilationDatabase.h175 /// \param Argc The number of command line arguments - will be changed to
180 static FixedCompilationDatabase *loadFromCommandLine(int &Argc,
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dcommon.h102 EXT int Argc; /* guess */ variable
H A Dpatch.c215 Argc = argc;
500 if (optind == Argc)
502 while ((optc = getopt_long (Argc, Argv, shortopts, longopts, (int *) 0))
628 for (; optind < Argc; ++optind) {

Completed in 128 milliseconds