Searched refs:optCt (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | restore.c | 45 int ct = pOpts->optCt; in fixupSavedOptionArgs() 103 + ((size_t)pOpts->optCt * sizeof(tOptDesc)); in optionSaveState() 110 memcpy(p + 1, pOpts->pOptDesc, (size_t)p->optCt * sizeof(tOptDesc)); in optionSaveState() 151 memcpy(pOpts->pOptDesc, p+1, (size_t)p->optCt * sizeof(tOptDesc)); in optionRestore() 176 int ct = pOpts->optCt; in optionFree() 209 memcpy(pOpts->pOptDesc, p+1, (size_t)p->optCt * sizeof(tOptDesc)); in optionFree()
|
H A D | makeshell.c | 381 int optionCt = opts->optCt; in emit_usage() 572 int opt_ct = opts->optCt; in emit_flag() 607 int ct = opts->optCt; in emit_match_expr() 678 int ct = opts->optCt; in emit_long()
|
H A D | find.c | 90 } while (pOD++, (++idx < opts->optCt)); in opt_ambiguities() 109 int idxLim = opts->optCt; in opt_match_ct() 385 int ct = pOpts->optCt; in opt_find_short()
|
H A D | alias.c | 75 if ((unsigned)opts->optCt <= alias) { in optionAlias()
|
H A D | usage.c | 240 if (++ix >= opts->optCt) in print_offer_usage() 1040 int ct = opts->optCt; in prt_opt_usage() 1152 int ct = opts->optCt; in prt_prog_detail()
|
H A D | genshell.c | 473 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|
/freebsd/contrib/ntp/sntp/libopts/autoopts/ |
H A D | options.h | 654 int const optCt; member
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpsnmpd-opts.c | 535 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc-opts.c | 804 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-opts.c | 849 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|
/freebsd/contrib/ntp/sntp/ |
H A D | sntp-opts.c | 1156 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen-opts.c | 1290 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpd-opts.c | 1510 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|