Home
last modified time | relevance | path

Searched refs:optMinCt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dcheck.c80 if (pOD->optOccCt >= pOD->optMinCt) in occurs_enough()
91 if (pOD->optMinCt > 1) in occurs_enough()
93 pOD->optMinCt); in occurs_enough()
H A Dmakeshell.c415 if ((od->optMinCt == 0) && ((od->fOptState & OPTST_MUST_SET) == 0)) in emit_wrapup()
423 int min = (od->optMinCt == 0) ? 1 : od->optMinCt; in emit_wrapup()
H A Dusage.c848 else switch (od->optMinCt) { in prt_extd_usage()
868 od->optMinCt, od->optMaxCt); in prt_extd_usage()
1016 (od->optMinCt != 0) ? at->pzReq : at->pzOpt); in prt_one_usage()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h533 uint16_t const optMinCt; member