Home
last modified time | relevance | path

Searched defs:opt_desc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h518 struct opt_desc { struct
520 uint16_t const optIndex;
522 uint16_t const optValue;
532 uint16_t const optMinCt;
534 uint16_t const optMaxCt;
536 uint16_t optOccCt;
541 uint32_t optUsage;
543 opt_arg_union_t optArg;
561 char const * const pzText;
564 char const * const pz_NAME;
[all …]
/freebsd-12.1/contrib/less/
H A Doption.c39 opt_desc(o) in opt_desc() function
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4824 const char *opt_desc[] = { in allow_usage() local