Searched refs:optValue (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/ntp/sntp/libopts/ |
| H A D | find.c | 412 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 D | usage.c | 298 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 D | autoopts.c | 175 eqv_od->optActualValue = od->optValue; in handle_opt() 188 od->optActualValue = od->optValue; in handle_opt()
|
| H A D | proto.h | 68 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState);
|
| H A D | makeshell.c | 616 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 D | options.h | 522 uint16_t const optValue; member
|
| /freebsd-12.1/contrib/ntp/ntpq/ |
| H A D | ntpq.c | 3842 switch (pOptDesc->optValue) { in ntpq_custom_opt_handler() 3847 pOptDesc->optValue, pOptDesc->optValue); in ntpq_custom_opt_handler()
|