Home
last modified time | relevance | path

Searched refs:pOptMust (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dcheck.c37 if (od->pOptMust != NULL) { in has_conflict()
38 int const * must = od->pOptMust; in has_conflict()
H A Dusage.c597 if (od->pOptMust != NULL) { in prt_conflicts()
598 opt_no = od->pOptMust; in prt_conflicts()
778 if ((od->pOptMust != NULL) || (od->pOptCant != NULL)) in prt_extd_usage()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h552 int const * const pOptMust; member