Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dnumeric.c55 if (pOpts != OPTPROC_EMIT_USAGE) { in optionShowRange()
69 pz_indent = (pOpts != OPTPROC_EMIT_USAGE) in optionShowRange()
H A Denum.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()
H A Dfile.c163 if (pOpts != OPTPROC_EMIT_USAGE) in optionFileCheck()
H A Dusage.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/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h421 #define OPTPROC_EMIT_USAGE ((tOptions *)OP_VAL_EMIT_USAGE) macro