| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FPOptions.def | 10 // must define the OPTION macro to make use of this information. 11 #ifndef OPTION 12 # error Define the OPTION macro to handle floating point language options 15 // OPTION(name, type, width, previousName) 16 OPTION(FPContractMode, LangOptions::FPModeKind, 2, First) 17 OPTION(RoundingMath, bool, 1, FPContractMode) 18 OPTION(ConstRoundingMode, LangOptions::RoundingMode, 3, RoundingMath) 19 OPTION(SpecifiedExceptionMode, LangOptions::FPExceptionModeKind, 2, ConstRoundingMode) 20 OPTION(AllowFEnvAccess, bool, 1, SpecifiedExceptionMode) 21 OPTION(AllowFPReassociate, bool, 1, AllowFEnvAccess) [all …]
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | stats.h | 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('e', extents, true, false) \ 15 OPTION('h', hpa, config_stats, false) [all …]
|
| /src/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 …]
|
| /src/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}"
|
| /src/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 …]
|
| /src/usr.bin/find/ |
| H A D | option.c | 52 static OPTION const options[] = { 180 OPTION *p; in find_create() 195 OPTION * 198 OPTION tmp; in lookup_option() 201 return ((OPTION *)bsearch(&tmp, options, in lookup_option() 202 sizeof(options)/sizeof(OPTION), sizeof(OPTION), typecompare)); in lookup_option() 208 return (strcmp(((const OPTION *)a)->name, ((const OPTION *)b)->name)); in typecompare()
|
| H A D | function.c | 60 static PLAN *palloc(OPTION *); 63 static char *nextarg(OPTION *, char ***); 83 palloc(OPTION *option) in palloc() 216 nextarg(OPTION *option, char ***argvp) in nextarg() 267 c_Xmin(OPTION *option, char ***argvp) in c_Xmin() 316 c_Xtime(OPTION *option, char ***argvp) in c_Xtime() 342 c_mXXdepth(OPTION *option, char ***argvp) in c_mXXdepth() 414 c_acl(OPTION *option, char ***argvp __unused) in c_acl() 471 c_delete(OPTION *option, char ***argvp __unused) in c_delete() 519 c_depth(OPTION *option, char ***argvp) in c_depth() [all …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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__), macro 10 #undef OPTION
|
| /src/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 50 #define OPTION(...) LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__), macro 52 #undef OPTION
|
| /src/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 …]
|
| /src/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 43 #define OPTION(...) LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__), macro 45 #undef OPTION
|
| /src/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
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.h | 46 #define OPTION(...) LLVM_MAKE_OPT_ID(__VA_ARGS__), macro 49 #undef OPTION
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | Driver.h | 28 #define OPTION(...) LLVM_MAKE_OPT_ID(__VA_ARGS__), macro 30 #undef OPTION
|
| /src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 36 #define OPTION(...) LLVM_MAKE_OPT_ID(__VA_ARGS__), macro 38 #undef OPTION 50 #define OPTION(...) LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__), macro 52 #undef OPTION
|
| /src/contrib/llvm-project/clang/lib/Driver/ |
| H A D | DriverOptions.cpp | 39 #define OPTION(...) LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__), macro 41 #undef OPTION
|
| /src/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 …]
|