Home
last modified time | relevance | path

Searched refs:optMaxCt (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dalias.c42 if (od->optMaxCt > 1) in too_many_occurrences()
43 fprintf(stderr, zat_most, od->optMaxCt, od->pz_Name, eqv); in too_many_occurrences()
92 && (++new_od->optOccCt > new_od->optMaxCt) ) in optionAlias()
H A Dmakeshell.c418 if (od->optMaxCt > 1) in emit_wrapup()
448 if (od->optMaxCt > 1) in emit_setup()
517 if (od->optMaxCt == 1) in emit_action()
520 if ((unsigned)od->optMaxCt < NOLIMIT) in emit_action()
522 od->pz_NAME, od->optMaxCt); in emit_action()
551 } else if (od->optMaxCt == 1) in emit_inaction()
H A Dusage.c851 switch (od->optMaxCt) { in prt_extd_usage()
859 fprintf(option_usage_fp, zUpTo + tab_skip_ct, od->optMaxCt); break; in prt_extd_usage()
868 od->optMinCt, od->optMaxCt); in prt_extd_usage()
H A Dautoopts.c194 && (++od->optOccCt > od->optMaxCt) ) in handle_opt()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h535 uint16_t const optMaxCt; member