Searched refs:optCt (Results 1 – 13 of 13) sorted by relevance
/netbsd/external/bsd/ntp/dist/sntp/libopts/ |
H A D | restore.c | 47 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 D | makeshell.c | 421 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 D | find.c | 122 } 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 D | alias.c | 77 if ((unsigned)opts->optCt <= alias) { in optionAlias()
|
H A D | usage.c | 293 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 D | genshell.c | 470 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|
/netbsd/external/bsd/ntp/dist/sntp/libopts/autoopts/ |
H A D | options.h | 654 int const optCt; member
|
/netbsd/external/bsd/ntp/dist/ntpsnmpd/ |
H A D | ntpsnmpd-opts.c | 532 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|
/netbsd/external/bsd/ntp/dist/ntpdc/ |
H A D | ntpdc-opts.c | 774 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|
/netbsd/external/bsd/ntp/dist/ntpq/ |
H A D | ntpq-opts.c | 819 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|
/netbsd/external/bsd/ntp/dist/sntp/ |
H A D | sntp-opts.c | 1154 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|
/netbsd/external/bsd/ntp/dist/util/ |
H A D | ntp-keygen-opts.c | 1288 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|
/netbsd/external/bsd/ntp/dist/ntpd/ |
H A D | ntpd-opts.c | 1507 for (ix = opts->optCt; ix > 0; ix--, od++) in translate_option_strings()
|