Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/sntp/libopts/
H A Drestore.c47 int ct = pOpts->optCt; in fixupSavedOptionArgs()
105 + ((size_t)pOpts->optCt * sizeof(tOptDesc)); in optionSaveState()
112 memcpy(p + 1, pOpts->pOptDesc, (size_t)p->optCt * sizeof(tOptDesc)); in optionSaveState()
153 memcpy(pOpts->pOptDesc, p+1, (size_t)p->optCt * sizeof(tOptDesc)); in optionRestore()
178 int ct = pOpts->optCt; in optionFree()
211 memcpy(pOpts->pOptDesc, p+1, (size_t)p->optCt * sizeof(tOptDesc)); in optionFree()
H A Dmakeshell.c421 int optionCt = opts->optCt; in emit_usage()
612 int opt_ct = opts->optCt; in emit_flag()
647 int ct = opts->optCt; in emit_match_expr()
718 int ct = opts->optCt; in emit_long()
H A Dfind.c122 } while (pOD++, (++idx < opts->optCt)); in opt_ambiguities()
141 int idxLim = opts->optCt; in opt_match_ct()
417 int ct = pOpts->optCt; in opt_find_short()
H A Dalias.c77 if ((unsigned)opts->optCt <= alias) { in optionAlias()
H A Dusage.c293 if (++ix >= opts->optCt) in print_offer_usage()
1093 int ct = opts->optCt; in prt_opt_usage()
1205 int ct = opts->optCt; in prt_prog_detail()
H A Dgenshell.c470 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
/netbsd/external/bsd/ntp/dist/sntp/libopts/autoopts/
H A Doptions.h654 int const optCt; member
/netbsd/external/bsd/ntp/dist/ntpsnmpd/
H A Dntpsnmpd-opts.c532 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
/netbsd/external/bsd/ntp/dist/ntpdc/
H A Dntpdc-opts.c774 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
/netbsd/external/bsd/ntp/dist/ntpq/
H A Dntpq-opts.c819 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
/netbsd/external/bsd/ntp/dist/sntp/
H A Dsntp-opts.c1154 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
/netbsd/external/bsd/ntp/dist/util/
H A Dntp-keygen-opts.c1288 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntpd-opts.c1507 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()