| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | stats.h | 4 /* OPTION(opt, var_name, default, set_value_to) */ 6 OPTION('J', json, false, true) \ 7 OPTION('g', general, true, false) \ 8 OPTION('m', merged, config_stats, false) \ 9 OPTION('d', destroyed, config_stats, false) \ 10 OPTION('a', unmerged, config_stats, false) \ 11 OPTION('b', bins, true, false) \ 12 OPTION('l', large, true, false) \ 13 OPTION('x', mutex, true, false) \ 14 OPTION(' 17 #define OPTION( global() macro [all...] |
| /freebsd/contrib/nvi/common/ |
| H A D | options_f.c | 31 f_altwerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_altwerase() 42 f_columns(SCR *sp, OPTION *op, char *str, u_long *valp) in f_columns() 72 f_lines(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lines() 125 f_lisp(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lisp() 135 f_msgcat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_msgcat() 145 f_print(SCR *sp, OPTION *op, char *str, u_long *valp) in f_print() 170 f_readonly(SCR *sp, OPTION *op, char *str, u_long *valp) in f_readonly() 187 f_recompile(SCR *sp, OPTION *op, char *str, u_long *valp) in f_recompile() 204 f_reformat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_reformat() 214 f_ttywerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_ttywerase() [all …]
|
| H A D | extern.h | 81 int f_altwerase(SCR *, OPTION *, char *, u_long *); 82 int f_columns(SCR *, OPTION *, char *, u_long *); 83 int f_lines(SCR *, OPTION *, char *, u_long *); 84 int f_lisp(SCR *, OPTION *, char *, u_long *); 85 int f_msgcat(SCR *, OPTION *, char *, u_long *); 86 int f_print(SCR *, OPTION *, char *, u_long *); 87 int f_readonly(SCR *, OPTION *, char *, u_long *); 88 int f_recompile(SCR *, OPTION *, char *, u_long *); 89 int f_reformat(SCR *, OPTION *, char *, u_long *); 90 int f_ttywerase(SCR *, OPTION *, char *, u_long *); [all …]
|
| /freebsd/bin/sh/tests/builtins/ |
| H A D | getopts1.0 | 4 getopts "ab:" OPTION 5 printf '%s\n' "${OPTION}" 12 # of 'getopts' and do not produce the "a" in $OPTION. 15 getopts "ab:" OPTION 16 printf '%s\n' "${OPTION}" 17 getopts "ab:" OPTION 3>&2 2>&1 >&3 3>&- 18 printf '%s\n' "${OPTION}" 23 getopts "ab:" OPTION 24 printf '%s\n' "${OPTION}"
|
| /freebsd/usr.bin/vi/ |
| H A D | common_extern.h | 81 int f_altwerase(SCR *, OPTION *, char *, u_long *); 82 int f_columns(SCR *, OPTION *, char *, u_long *); 83 int f_lines(SCR *, OPTION *, char *, u_long *); 84 int f_lisp(SCR *, OPTION *, char *, u_long *); 85 int f_msgcat(SCR *, OPTION *, char *, u_long *); 86 int f_print(SCR *, OPTION *, char *, u_long *); 87 int f_readonly(SCR *, OPTION *, char *, u_long *); 88 int f_recompile(SCR *, OPTION *, char *, u_long *); 89 int f_reformat(SCR *, OPTION *, char *, u_long *); 90 int f_ttywerase(SCR *, OPTION *, char *, u_long *); [all …]
|
| /freebsd/usr.bin/find/ |
| H A D | option.c | 52 static OPTION const options[] = { 182 OPTION *p; in find_create() 197 OPTION * 200 OPTION tmp; in lookup_option() 203 return ((OPTION *)bsearch(&tmp, options, in lookup_option() 204 sizeof(options)/sizeof(OPTION), sizeof(OPTION), typecompare)); in lookup_option() 210 return (strcmp(((const OPTION *)a)->name, ((const OPTION *)b)->name)); in typecompare()
|
| H A D | function.c | 64 static PLAN *palloc(OPTION *); 67 static char *nextarg(OPTION *, char ***); 87 palloc(OPTION *option) in palloc() 220 nextarg(OPTION *option, char ***argvp) in nextarg() 271 c_Xmin(OPTION *option, char ***argvp) in c_Xmin() 320 c_Xtime(OPTION *option, char ***argvp) in c_Xtime() 346 c_mXXdepth(OPTION *option, char ***argvp) in c_mXXdepth() 418 c_acl(OPTION *option, char ***argvp __unused) in c_acl() 475 c_delete(OPTION *option, char ***argvp __unused) in c_delete() 523 c_depth(OPTION *option, char ***argvp) in c_depth() [all …]
|
| /freebsd/sys/dev/usb/serial/ |
| H A D | u3g.c | 386 U3G_DEV(OPTION, E6500, 0), 387 U3G_DEV(OPTION, E6501, 0), 388 U3G_DEV(OPTION, E6601, 0), 389 U3G_DEV(OPTION, E6721, 0), 390 U3G_DEV(OPTION, E6741, 0), 391 U3G_DEV(OPTION, E6761, 0), 392 U3G_DEV(OPTION, E6800, 0), 393 U3G_DEV(OPTION, E7021, 0), 394 U3G_DEV(OPTION, E7041, 0), 395 U3G_DEV(OPTION, E7061, 0), [all …]
|
| /freebsd/contrib/file/m4/ |
| H A D | ltoptions.m4 | 17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) 23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) 25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a 26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are 36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) 38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) 45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME 56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) 58 # OPTION-LIST is a space-separated list of Libtool options associated [all …]
|
| /freebsd/contrib/openbsm/m4/ |
| H A D | ltoptions.m4 | 17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) 23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) 25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a 26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are 36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) 38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) 45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME 56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) 58 # OPTION-LIST is a space-separated list of Libtool options associated [all …]
|
| /freebsd/contrib/ntp/sntp/libevent/m4/ |
| H A D | ltoptions.m4 | 17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) 23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) 25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a 26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are 36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) 38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) 45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME 56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) 58 # OPTION-LIST is a space-separated list of Libtool options associated [all …]
|
| /freebsd/contrib/ntp/sntp/m4/ |
| H A D | ltoptions.m4 | 17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) 23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) 25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a 26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are 36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) 38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) 45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME 56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) 58 # OPTION-LIST is a space-separated list of Libtool options associated [all …]
|
| /freebsd/contrib/libevent/m4/ |
| H A D | ltoptions.m4 | 17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) 23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) 25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a 26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are 36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) 38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) 45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME 56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) 58 # OPTION-LIST is a space-separated list of Libtool options associated [all …]
|
| /freebsd/contrib/ldns/m4/ |
| H A D | ltoptions.m4 | 17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) 23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) 25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a 26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are 36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) 38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) 45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME 56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) 58 # OPTION-LIST is a space-separated list of Libtool options associated [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-strings/ |
| H A D | llvm-strings.cpp | 36 #define OPTION(...) LLVM_MAKE_OPT_ID(__VA_ARGS__), macro 38 #undef OPTION 51 #define OPTION(...) LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__), macro 53 #undef OPTION
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ObjdumpOptID.h | 8 #define OPTION(...) LLVM_MAKE_OPT_ID_WITH_ID_PREFIX(OBJDUMP_, __VA_ARGS__), 10 #undef OPTION 6 #define OPTION( global() macro
|
| /freebsd/contrib/openpam/m4/ |
| H A D | ltoptions.m4 | 17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) 23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) 25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a 26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are 36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) 38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) 45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME 56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) 58 # OPTION-LIST is a space-separated list of Libtool options associated [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
| H A D | llvm-cxxfilt.cpp | 29 #define OPTION(...) LLVM_MAKE_OPT_ID(__VA_ARGS__), macro 31 #undef OPTION 44 #define OPTION(...) LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__), macro 46 #undef OPTION
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFDirectiveParser.h | 29 #define OPTION(...) LLVM_MAKE_OPT_ID_WITH_ID_PREFIX(COFF_OPT_, __VA_ARGS__), macro 31 #undef OPTION
|
| H A D | COFFDirectiveParser.cpp | 35 #define OPTION(...) \ macro 38 #undef OPTION
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | DriverOptions.cpp | 34 #define OPTION(...) LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__), macro 36 #undef OPTION
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Driver.h | 30 #define OPTION(...) LLVM_MAKE_OPT_ID(__VA_ARGS__), macro 32 #undef OPTION
|
| /freebsd/sys/dev/usb/net/ |
| H A D | uhso.c | 254 UHSO_DEV(OPTION, GTMAX72, UHSO_STATIC_IFACE), 256 UHSO_DEV(OPTION, GSICON72, UHSO_STATIC_IFACE), 258 UHSO_DEV(OPTION, GTHSDPA, UHSO_STATIC_IFACE), 260 UHSO_DEV(OPTION, GSICONHSUPA, UHSO_STATIC_IFACE), 262 UHSO_DEV(OPTION, GTHSUPA, UHSO_STATIC_IFACE), 264 UHSO_DEV(OPTION, GE40X, UHSO_AUTO_IFACE), 265 UHSO_DEV(OPTION, GE40X_1, UHSO_AUTO_IFACE), 266 UHSO_DEV(OPTION, GE40X_2, UHSO_AUTO_IFACE), 267 UHSO_DEV(OPTION, GE40X_3, UHSO_AUTO_IFACE), 269 UHSO_DEV(OPTION, ICON401, UHSO_AUTO_IFACE), [all …]
|
| /freebsd/contrib/libxo/ |
| H A D | libxo-config.in | 20 Usage: libxo-config [OPTION] 22 Known values for OPTION are:
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 45 #define OPTION(...) LLVM_MAKE_OPT_ID(__VA_ARGS__), macro 47 #undef OPTION 60 #define OPTION(...) LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__), macro 62 #undef OPTION
|