Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/sntp/libopts/
H A Dfind.c412 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState) in opt_find_short() argument
421 if (optValue != pRes->optValue) in opt_find_short()
453 if ( IS_DEC_DIGIT_CHAR(optValue) in opt_find_short()
469 fprintf(stderr, zIllOptChr, pOpts->pzProgPath, optValue); in opt_find_short()
H A Dusage.c298 help[1] = od->optValue; in print_offer_usage()
780 || IS_GRAPHIC_CHAR(od->optValue)) in prt_vendor_opts()
798 || IS_GRAPHIC_CHAR(od->optValue)) in prt_vendor_opts()
1008 else if (! IS_GRAPHIC_CHAR(od->optValue)) { in prt_preamble()
1015 fprintf(option_usage_fp, " -%c", od->optValue); in prt_preamble()
1135 && (! IS_GRAPHIC_CHAR(od->optValue))) in prt_opt_usage()
H A Dautoopts.c175 eqv_od->optActualValue = od->optValue; in handle_opt()
188 od->optActualValue = od->optValue; in handle_opt()
H A Dproto.h68 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState);
H A Dmakeshell.c616 if (SKIP_OPT(od) || ! IS_GRAPHIC_CHAR(od->optValue)) in emit_flag()
619 printf(zOptionFlag, od->optValue); in emit_flag()
/freebsd-12.1/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h522 uint16_t const optValue; member
/freebsd-12.1/contrib/ntp/ntpq/
H A Dntpq.c3842 switch (pOptDesc->optValue) { in ntpq_custom_opt_handler()
3847 pOptDesc->optValue, pOptDesc->optValue); in ntpq_custom_opt_handler()