/freebsd/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) 17 #define OPTION(o, v, d, s) stats_print_option_num_##v, 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 …]
|
/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/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 …]
|
/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/usr.bin/vi/ |
H A D | extern.h | 394 int f_altwerase(SCR *, OPTION *, char *, u_long *); 395 int f_columns(SCR *, OPTION *, char *, u_long *); 396 int f_lines(SCR *, OPTION *, char *, u_long *); 397 int f_lisp(SCR *, OPTION *, char *, u_long *); 398 int f_msgcat(SCR *, OPTION *, char *, u_long *); 399 int f_print(SCR *, OPTION *, char *, u_long *); 400 int f_readonly(SCR *, OPTION *, char *, u_long *); 401 int f_recompile(SCR *, OPTION *, char *, u_long *); 402 int f_reformat(SCR *, OPTION *, char *, u_long *); 403 int f_ttywerase(SCR *, OPTION *, char *, u_long *); [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/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/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/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/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/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__), 52 #undef OPTION 51 #define OPTION( global() macro
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
H A D | llvm-cxxfilt.cpp | 29 #define OPTION(...) LLVM_MAKE_OPT_ID(__VA_ARGS__), 31 #undef OPTION 43 #define OPTION(...) LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__), 45 #undef OPTION macro 30 #define OPTION( global() macro
|
/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 | 41 #define OPTION(...) \ 44 #undef OPTION 40 #define OPTION( global() macro
|
/freebsd/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
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Driver.h | 28 #define OPTION(...) LLVM_MAKE_OPT_ID(__VA_ARGS__), macro 30 #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/libucl/ |
H A D | CMakeLists.txt | 16 OPTION(ENABLE_URL_INCLUDE "Enable urls in ucl includes (requires libcurl or libfetch) [default: OF… 17 OPTION(ENABLE_URL_SIGN "Enable signatures check in ucl includes (requires openssl) [default: OFF]"… 18 OPTION(BUILD_SHARED_LIBS "Build Shared Libraries [default: OFF]" OFF) 19 OPTION(ENABLE_LUA "Enable lua support [default: OFF]" OFF) 20 OPTION(ENABLE_LUAJIT "Enable luajit support [default: OFF]" OFF) 21 OPTION(ENABLE_UTILS "Enable building utility binaries [default: OFF]" OFF)
|
/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 59 #define OPTION(...) LLVM_CONSTRUCT_OPT_INFO(__VA_ARGS__), macro 61 #undef OPTION
|