Home
last modified time | relevance | path

Searched refs:optCt (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Drestore.c45 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 Dmakeshell.c381 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 Dfind.c90 } 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 Dalias.c75 if ((unsigned)opts->optCt <= alias) { in optionAlias()
H A Dusage.c240 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 Dgenshell.c473 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h654 int const optCt; member
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.c535 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.c804 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.c849 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.c1156 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.c1290 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.c1510 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()