Searched refs:optc (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dcf.h26 int optc,
/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_set_option.c76 for (i = 0; i < cur->optc; ++i) {
83 if (i == cur->optc)
85 for (free(cur->optv[i]); i < cur->optc; ++i)
92 if (i == cur->optc) {
94 optv = realloc(cur->optv, sizeof(char *) * (cur->optc + 2));
102 ++cur->optc;
H A Dopenpam_get_option.c69 for (i = 0; i < cur->optc; ++i) {
H A Dopenpam_configure.c276 this->optc = wordc - i;
277 for (i = 0; i < wordc - this->optc; ++i) {
280 for (i = 0; i < this->optc; ++i) {
281 wordv[i] = wordv[wordc - this->optc + i];
282 wordv[wordc - this->optc + i] = NULL;
319 if (this && this->optc && this->optv)
320 FREEV(this->optc, this->optv);
H A Dopenpam_impl.h76 int optc; member in struct:pam_chain
H A Dopenpam_load.c111 FREEV(chain->optc, chain->optv);
H A Dopenpam_dispatch.c118 chain->optc, (const char **)chain->optv);
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dcf.c31 ** optc -- size of option vector
40 sm_cf_getopt(path, optc, optv)
42 int optc;
81 for (i = 0; i < optc; ++i)
/freebsd-9.3-release/contrib/less/
H A Doption.c73 register int optc; local
116 switch (optc = *s++)
166 optc = 'z';
170 optc = 'z';
181 printopt = propt(optc);
182 lc = ASCII_IS_LOWER(optc);
183 o = findopt(optc);
/freebsd-9.3-release/usr.sbin/ppp/
H A Dmain.c213 int optc, newmode, arg; local
216 optc = 0;
221 for (arg = 1; arg < argc && *argv[arg] == '-'; arg++, optc++) {
232 optc--; /* this option isn't exclusive */
242 optc--; /* this option isn't exclusive */
244 optc--; /* this option isn't exclusive */
246 optc--; /* nor is the argument */
256 optc--; /* this option isn't exclusive */
272 if (optc > 1) {
/freebsd-9.3-release/bin/sh/
H A Dmiscbltin.c404 int optc, what; local
408 while ((optc = nextopt("HSatfdsmcnuvlbpw")) != '\0')
409 switch (optc) {
420 what = optc;
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dstrings.c175 int optc;
197 while ((optc = getopt_long (argc, argv, "afhHn:ot:e:T:Vv0123456789",
200 switch (optc)
268 string_min = optc - '0';
270 string_min = string_min * 10 + optc - '0';
173 int optc; local
/freebsd-9.3-release/contrib/binutils/gas/
H A Das.c521 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts,
524 if (optc == -1)
527 switch (optc)
530 /* md_parse_option should return 1 if it recognizes optc,
532 if (md_parse_option (optc, optarg) != 0)
536 if (optc == 'v')
555 as_bad (_("unrecognized option -%c%s"), optc, optarg ? optarg : "");
681 && md_parse_option (optc, optarg))
801 if (md_parse_option (optc, optarg) != 0)
520 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, local
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldemul.c141 ldemul_handle_option (int optc) argument
144 return (*ld_emulation->handle_option) (optc);
H A Dlexsup.c669 int optc; local
685 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
686 if (optc == '?')
689 optc = getopt_long (argc, argv, "-", really_longopts, &longind);
692 if (ldemul_handle_option (optc))
695 if (optc == -1)
698 switch (optc)
/freebsd-9.3-release/contrib/openpam/bin/openpam_dump_policy/
H A Dopenpam_dump_policy.c108 printf("\t.optc = %d,\n", chain->optc);
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dpatch.c496 Reg1 int optc; local
502 while ((optc = getopt_long (Argc, Argv, shortopts, longopts, (int *) 0))
504 if (optc == 1) {
512 switch (optc) {
/freebsd-9.3-release/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c128 int optc; local
145 while((optc = getopt(argc, argv, "lh:m:c:e:p:foq")) != -1) {
146 switch(optc) {
/freebsd-9.3-release/contrib/gcc/
H A Dgcc.c3576 int optc = 1;
3589 optc++;
3591 new_argv = (const char **) alloca ((optc + argc) * sizeof(char *));
3593 for (i = 0, new_argc = 1; new_argc <= optc; new_argc++)
3555 int optc = 1; local
/freebsd-9.3-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile228 -f ${GCCDIR}/optc-gen.awk \

Completed in 129 milliseconds