Home
last modified time | relevance | path

Searched refs:optValue (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dfind.c382 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState) in opt_find_short() argument
391 if (optValue != pRes->optValue) in opt_find_short()
423 if ( IS_DEC_DIGIT_CHAR(optValue) in opt_find_short()
439 fprintf(stderr, zIllOptChr, pOpts->pzProgPath, optValue); in opt_find_short()
H A Dusage.c247 help[1] = od->optValue; in print_offer_usage()
729 || GRAPH_CH(od->optValue)) in prt_vendor_opts()
747 || GRAPH_CH(od->optValue)) in prt_vendor_opts()
957 else if (! GRAPH_CH(od->optValue)) { in prt_preamble()
964 fprintf(option_usage_fp, " -%c", od->optValue); in prt_preamble()
1084 && (! GRAPH_CH(od->optValue))) in prt_opt_usage()
H A Dautoopts.c169 eqv_od->optActualValue = od->optValue; in handle_opt()
182 od->optActualValue = od->optValue; in handle_opt()
H A Dmakeshell.c578 if (SKIP_OPT(od) || ! IS_GRAPHIC_CHAR(od->optValue)) in emit_flag()
581 printf(zOptionFlag, od->optValue); in emit_flag()
H A Dproto.h187 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState);
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h523 uint16_t const optValue; member
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c3889 switch (pOptDesc->optValue) { in ntpq_custom_opt_handler()
3894 pOptDesc->optValue, pOptDesc->optValue); in ntpq_custom_opt_handler()