Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dcheck.c51 if (od->pOptCant != NULL) { in has_conflict()
52 int const * cant = od->pOptCant; in has_conflict()
H A Dusage.c613 if (od->pOptCant != NULL) in prt_conflicts()
620 if (od->pOptCant == NULL) in prt_conflicts()
623 opt_no = od->pOptCant; in prt_conflicts()
778 if ((od->pOptMust != NULL) || (od->pOptCant != NULL)) in prt_extd_usage()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h556 int const * const pOptCant; member