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

/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dcf.h26 int optc,
/freebsd-13-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-13-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-13-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-13-stable/contrib/flex/src/
H A Dscanopt.c56 int optc; /* Number of options. */
145 s->optc = 0;
155 s->optc = 0;
156 while (options[s->optc].opt_fmt
157 || options[s->optc].r_val || options[s->optc].desc)
158 s->optc++;
161 s->aux = malloc((size_t) s->optc * sizeof (struct _aux));
163 for (i = 0; i < s->optc; i++) {
265 store = malloc((size_t) s->optc * sizeo
55 int optc; /* Number of options. */ member in struct:_scanopt_t
[all...]
/freebsd-13-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-13-stable/bin/sh/
H A Dmiscbltin.c524 int optc, what; local
528 while ((optc = nextopt("HSatfdsmcnuvlbpwko")) != '\0')
529 switch (optc) {
540 what = optc;
/freebsd-13-stable/contrib/openpam/bin/openpam_dump_policy/
H A Dopenpam_dump_policy.c108 printf("\t.optc = %d,\n", chain->optc);
/freebsd-13-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c133 int optc; local
150 while((optc = getopt(argc, argv, "lh:m:c:e:p:foq")) != -1) {
151 switch(optc) {

Completed in 235 milliseconds