Home
last modified time | relevance | path

Searched refs:presetOptCt (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dusage.c237 int ix = opts->presetOptCt; in print_offer_usage()
720 int ct = opts->presetOptCt; in prt_vendor_opts()
742 ct = opts->presetOptCt; in prt_vendor_opts()
837 && (od->optIndex < opts->presetOptCt) in prt_extd_usage()
1095 if (opts->presetOptCt == optNo) { in prt_opt_usage()
H A Dreset.c50 int ct = pOpts->presetOptCt; in optionResetEverything()
H A Dcheck.c107 int oCt = pOpts->presetOptCt; in is_consistent()
H A Denv.c202 ct = pOpts->presetOptCt; in env_presets()
H A Dmakeshell.c400 int opt_ct = opts->presetOptCt; in emit_wrapup()
434 int opt_ct = opts->presetOptCt; in emit_setup()
H A Dputshell.c479 } while (++optIx < pOpts->presetOptCt ); in optionPutShell()
H A Dsave.c858 ct = opts->presetOptCt; in optionSaveFile()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h658 int const presetOptCt; member