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

/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dcf.h26 int optc,
/freebsd-11-stable/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.c113 FREEV(chain->optc, chain->optv);
H A Dopenpam_dispatch.c120 chain->optc, (const char **)(intptr_t)chain->optv);
/freebsd-11-stable/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-11-stable/contrib/less/
H A Doption.c73 int optc; local
116 switch (optc = *s++)
172 optc = 'z';
176 optc = 'z';
187 printopt = propt(optc);
188 lc = ASCII_IS_LOWER(optc);
189 o = findopt(optc);
/freebsd-11-stable/contrib/flex/
H A Dscanopt.c70 int optc; /* Number of options. */
174 s->optc = 0;
184 s->optc = 0;
185 while (options[s->optc].opt_fmt
186 || options[s->optc].r_val || options[s->optc].desc)
187 s->optc++;
190 s->aux = (struct _aux *) malloc (s->optc * sizeof (struct _aux));
192 for (i = 0; i < s->optc; i++) {
297 store = (usg_elem *) malloc (s->optc * sizeo
69 int optc; /* Number of options. */ member in struct:_scanopt_t
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dmain.c215 int optc, newmode, arg; local
218 optc = 0;
223 for (arg = 1; arg < argc && *argv[arg] == '-'; arg++, optc++) {
234 optc--; /* this option isn't exclusive */
244 optc--; /* this option isn't exclusive */
246 optc--; /* this option isn't exclusive */
248 optc--; /* nor is the argument */
258 optc--; /* this option isn't exclusive */
274 if (optc > 1) {
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/binutils/ld/
H A Dldemul.c141 ldemul_handle_option (int optc) argument
144 return (*ld_emulation->handle_option) (optc);
H A Dlexsup.c674 int optc; local
690 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
691 if (optc == '?')
694 optc = getopt_long (argc, argv, "-", really_longopts, &longind);
697 if (ldemul_handle_option (optc))
700 if (optc == -1)
703 switch (optc)
/freebsd-11-stable/bin/sh/
H A Dmiscbltin.c523 int optc, what; local
527 while ((optc = nextopt("HSatfdsmcnuvlbpwko")) != '\0')
528 switch (optc) {
539 what = optc;
/freebsd-11-stable/contrib/openpam/bin/openpam_dump_policy/
H A Dopenpam_dump_policy.c108 printf("\t.optc = %d,\n", chain->optc);
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile.hdrs95 -f ${GCCDIR}/optc-gen.awk \
/freebsd-11-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c129 int optc; local
146 while((optc = getopt(argc, argv, "lh:m:c:e:p:foq")) != -1) {
147 switch(optc) {
/freebsd-11-stable/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
H A DMakefile.in1767 options.c: optionlist $(srcdir)/opt-functions.awk $(srcdir)/optc-gen.awk
1768 $(AWK) -f $(srcdir)/opt-functions.awk -f $(srcdir)/optc-gen.awk \

Completed in 238 milliseconds