Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/sntp/libopts/
Dcheck.c37 if (od->pOptMust != NULL) { in has_conflict()
38 int const * must = od->pOptMust; in has_conflict()
Dusage.c648 if (od->pOptMust != NULL) { in prt_conflicts()
649 opt_no = od->pOptMust; in prt_conflicts()
829 if ((od->pOptMust != NULL) || (od->pOptCant != NULL)) in prt_extd_usage()
/freebsd-9-stable/contrib/ntp/sntp/libopts/autoopts/
Doptions.h551 int const * const pOptMust; member