Searched refs:_opt (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/autoopts/ |
H A D | options.h | 681 #define HAS_originalOptArgArray(_opt) \ argument 682 ((_opt)->structVersion >= originalOptArgArray_STRUCT_VERSION) 688 #define HAS_pzPkgDataDir(_opt) \ argument 689 ((_opt)->structVersion >= pzPkgDataDir_STRUCT_VERSION) 695 #define HAS_opt_usage_t(_opt) \ argument 696 ((_opt)->structVersion >= opt_usage_t_STRUCT_VERSION)
|
/freebsd/sbin/newfs_msdos/ |
H A D | newfs_msdos.c | 269 #define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc }, in usage() argument
|
H A D | mkfs_msdos.h | 62 #define AOPT(_opt, _type, _name, _min, _desc) _type _name; argument
|
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcstat.h | 83 void pmcstat_pluginconfigure_log(char *_opt);
|
/freebsd/usr.sbin/makefs/ |
H A D | msdos.c | 76 #define AOPT(_opt, _type, _name, _min, _desc) { \ in msdos_prep_opts() argument 77 .letter = _opt, \ in msdos_prep_opts()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_nv.h | 59 int pf_nv ## fnname ## _opt(const nvlist_t *, const char *, \
|
H A D | pf_nv.c | 42 pf_nv ## fnname ## _opt(const nvlist_t *nvl, const char *name, \
|
/freebsd/libexec/rc/ |
H A D | rc.subr | 2375 local _loaded _mod _opt _re 2377 while getopts "e:m:" _opt; do 2378 case "$_opt" in
|