Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/sntp/libopts/autoopts/
H A Doptions.h520 struct opt_desc { struct
522 uint16_t const optIndex;
524 uint16_t const optValue;
534 uint16_t const optMinCt;
536 uint16_t const optMaxCt;
538 uint16_t optOccCt;
543 uint32_t optUsage;
545 opt_arg_union_t optArg;
563 char const * const pzText;
566 char const * const pz_NAME;
[all …]
/netbsd/external/bsd/less/dist/
H A Doption.c42 opt_desc(o) in opt_desc() function
/netbsd/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c4783 const char *opt_desc[] = { in allow_usage() local