Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/sntp/libopts/
HDnumeric.c55 if (pOpts != OPTPROC_EMIT_USAGE) { in optionShowRange()
69 pz_indent = (pOpts != OPTPROC_EMIT_USAGE) in optionShowRange()
HDenum.c293 case (uintptr_t)OPTPROC_EMIT_USAGE: in optionEnumerationVal()
554 case (uintptr_t)OPTPROC_EMIT_USAGE: in optionSetMembers()
555 enum_err(OPTPROC_EMIT_USAGE, od, nm_list, nm_ct); in optionSetMembers()
HDfile.c163 if (pOpts != OPTPROC_EMIT_USAGE) in optionFileCheck()
HDusage.c850 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_extd_usage()
855 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_extd_usage()
1213 (*(od->pOptProc))(OPTPROC_EMIT_USAGE, od); in prt_prog_detail()
/NextBSD/contrib/ntp/sntp/libopts/autoopts/
HDoptions.h420 #define OPTPROC_EMIT_USAGE ((tOptions *)OP_VAL_EMIT_USAGE) macro