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

/macosx-10.9.5/sudo-72/src/
H A Dgetprogname.c34 extern int Argc;
38 if (Argc < 0)
H A Dtestsudoers.c76 int Argc, NewArgc; variable
125 Argc = argc;
H A Dsudo.c141 int Argc, NewArgc; variable
194 if ((Argc = argc) < 1)
199 (void) set_auth_parameters(Argc, Argv);
234 sudo_mode = parse_args(Argc, Argv);
H A Dsudoreplay.c117 int Argc; variable
249 Argc = argc;
H A Dvisudo.c131 int Argc; variable
155 if ((Argc = argc) < 1)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dsetproctitle.h28 LDAP_LUTIL_V (int) Argc;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dsetproctitle.c39 int Argc; /* original argc */ variable
64 endargv = Argv[ Argc-1 ] + strlen( Argv[ Argc-1 ] );
/macosx-10.9.5/sudo-72/src/auth/
H A Dsia.c96 extern int Argc;
99 if (sia_ses_init(&siah, Argc, Argv, NULL, pw->pw_name, ttyname(0), 1, NULL)
/macosx-10.9.5/patch_cmds-17/patch/
H A Dpatch.c118 static int Argc; /* guess */ variable
194 Argc = argc;
334 Argc = Argc_last;
482 Argc_last = Argc;
484 if (!Argc)
487 while ((ch = getopt_long(Argc, Argv, options, longopts, NULL)) != -1) {
596 Argc -= optind;
599 if (Argc > 0) {
601 Argc--;
602 while (Argc >
[all...]
/macosx-10.9.5/gpatch-3/patch/
H A Dpatch.c98 static int Argc; variable
164 Argc = argc;
630 if (optind == Argc)
632 while ((optc = getopt_long (Argc, Argv, shortopts, longopts, (int *) 0))
640 if (Argc - optind == 3
789 if (optind < Argc)
793 if (optind < Argc)
796 if (optind < Argc)
/macosx-10.9.5/swig-10/Source/Modules/
H A Dr.cxx468 int Argc; member in class:R
517 Argc(0),
2582 this->Argc = argc;
2653 if(Argc < 1 || !Argv || !Argv[0])
2657 for(int i = 0; i < Argc ; i++) {
2662 return Argc;
/macosx-10.9.5/vim-53/src/
H A Dmain.c3558 Argc = *argc; local
3582 for (i = 1; i < Argc; i++)
3649 Argc = i;

Completed in 232 milliseconds