Searched refs:optValue (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | find.c | 382 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 D | usage.c | 247 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 D | autoopts.c | 169 eqv_od->optActualValue = od->optValue; in handle_opt() 182 od->optActualValue = od->optValue; in handle_opt()
|
H A D | makeshell.c | 578 if (SKIP_OPT(od) || ! IS_GRAPHIC_CHAR(od->optValue)) in emit_flag() 581 printf(zOptionFlag, od->optValue); in emit_flag()
|
H A D | proto.h | 187 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState);
|
/freebsd/contrib/ntp/sntp/libopts/autoopts/ |
H A D | options.h | 523 uint16_t const optValue; member
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.c | 3889 switch (pOptDesc->optValue) { in ntpq_custom_opt_handler() 3894 pOptDesc->optValue, pOptDesc->optValue); in ntpq_custom_opt_handler()
|