Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/sntp/libopts/
HDnumeric.c55 if (pOpts != OPTPROC_EMIT_USAGE) { in optionShowRange()
69 pz_indent = (pOpts != OPTPROC_EMIT_USAGE) in optionShowRange()
HDenum.c269 case (uintptr_t)OPTPROC_EMIT_USAGE: in optionEnumerationVal()
530 case (uintptr_t)OPTPROC_EMIT_USAGE: in optionSetMembers()
531 enum_err(OPTPROC_EMIT_USAGE, od, nm_list, nm_ct); in optionSetMembers()
HDfile.c163 if (pOpts != OPTPROC_EMIT_USAGE) in optionFileCheck()
HDusage.c799 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_extd_usage()
804 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_extd_usage()
1162 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_prog_detail()
/freebsd-14-stable/contrib/ntp/sntp/libopts/autoopts/
HDoptions.h421 #define OPTPROC_EMIT_USAGE ((tOptions *)OP_VAL_EMIT_USAGE) macro