Home
last modified time | relevance | path

Searched refs:options (Results 101 – 125 of 2385) sorted by relevance

12345678910>>...96

/freebsd/tests/sys/cddl/zfs/bin/
H A Dzfs_crypto.ksh29 options="$@"
37 options="-o encryption=$ENCRYPTION \
38 -o keysource=passphrase,file://$PASSPHRASE_FILE $options"
40 options="-o encryption=$ENCRYPTION \
41 -o keysource=raw,file://$RAW_KEY_FILE $options"
43 options="-o encryption=$ENCRYPTION \
44 -o keysource=hex,file://$HEX_KEY_FILE $options"
54 print $cmd $options
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.cpp58 !Args.hasArg(options::OPT_dynamic) && !Args.hasArg(options::OPT_shared); in ConstructJob()
63 Args.ClaimAllArgs(options::OPT_g_Group); in ConstructJob()
65 Args.ClaimAllArgs(options::OPT_emit_llvm); in ConstructJob()
68 Args.ClaimAllArgs(options::OPT_w); in ConstructJob()
73 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
76 if (Args.hasArg(options::OPT_s)) in ConstructJob()
101 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
106 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
107 if (!Args.hasArg(options::OPT_shared)) in ConstructJob()
121 Args.addAllArgs(CmdArgs, {options::OPT_L, options::OPT_u}); in ConstructJob()
[all …]
H A DAMDGPU.cpp325 Verbose = Args.hasArg(options::OPT_v); in RocmInstallationDetector()
621 Args.AddAllArgs(CmdArgs, options::OPT_L); in ConstructJob()
626 else if (Args.hasArg(options::OPT_mcpu_EQ)) in ConstructJob()
675 {{options::OPT_O, "3"}, {options::OPT_cl_std_EQ, "CL1.2"}}) { in AMDGPUToolChain()
705 DAL->eraseArg(options::OPT_mcpu_EQ); in TranslateArgs()
729 if (Args.hasArg(options::OPT_c) && Args.hasArg(options::OPT_emit_llvm)) { in TranslateArgs()
736 if (!Args.hasArg(options::OPT_O, options::OPT_O0, options::OPT_O4, in TranslateArgs()
737 options::OPT_Ofast)) in TranslateArgs()
802 options::OPT_mwavefrontsize64, options::OPT_mno_wavefrontsize64, false); in isWave64()
889 DriverArgs.hasArg(options::OPT_nostdlib)) in addClangTargetOptions()
[all …]
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock2.c41 int BIO_socket(int domain, int socktype, int protocol, int options) in BIO_socket() argument
90 int BIO_connect(int sock, const BIO_ADDR *addr, int options) in BIO_connect() argument
102 if (options & BIO_SOCK_KEEPALIVE) { in BIO_connect()
112 if (options & BIO_SOCK_NODELAY) { in BIO_connect()
159 int BIO_bind(int sock, const BIO_ADDR *addr, int options) in BIO_bind() argument
175 if (options & BIO_SOCK_REUSEADDR) { in BIO_bind()
233 int BIO_listen(int sock, const BIO_ADDR *addr, int options) in BIO_listen() argument
256 if (options & BIO_SOCK_KEEPALIVE) { in BIO_listen()
266 if (options & BIO_SOCK_NODELAY) { in BIO_listen()
283 on = options & BIO_SOCK_V6_ONLY ? 1 : 0; in BIO_listen()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp66 Args.filtered(options::OPT_Wa_COMMA, options::OPT_Xassembler)) { in getARMArchCPUFromArgs()
168 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in checkARMFloatABI()
261 !Args.hasFlag(options::OPT_mthumb, options::OPT_mno_thumb, ThumbDefault); in setArchNameInTriple()
276 Args.hasFlag(options::OPT_mthumb, options::OPT_mno_thumb, ThumbDefault); in setArchNameInTriple()
283 Args.filtered(options::OPT_Wa_COMMA, options::OPT_Xassembler)) { in setArchNameInTriple()
347 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in setFloatABIInTriple()
440 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in getARMFloatABI()
493 Args.hasArg(options::OPT_mkernel, options::OPT_fapple_kext); in getARMTargetFeatures()
528 Args.filtered(options::OPT_Wa_COMMA, options::OPT_Xassembler)) { in getARMTargetFeatures()
719 if (Arg *A = Args.getLastArg(options::OPT_mcrc, options::OPT_mnocrc)) { in getARMTargetFeatures()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp30 if (!Args.hasFlag(options::OPT_fxray_instrument, in XRayArgs()
31 options::OPT_fno_xray_instrument, false)) in XRayArgs()
33 XRayInstrument = Args.getLastArg(options::OPT_fxray_instrument); in XRayArgs()
72 if (!Args.hasFlag(options::OPT_fxray_link_deps, in XRayArgs()
73 options::OPT_fno_xray_link_deps, true)) in XRayArgs()
119 Args.getAllArgValues(options::OPT_fxray_never_instrument)) { in XRayArgs()
128 Args.getAllArgValues(options::OPT_fxray_attr_list)) { in XRayArgs()
175 Args.addOptInFlag(CmdArgs, options::OPT_fxray_ignore_loops, in addArgs()
176 options::OPT_fno_xray_ignore_loops); in addArgs()
177 Args.addOptOutFlag(CmdArgs, options::OPT_fxray_function_index, in addArgs()
[all …]
/freebsd/contrib/unbound/contrib/
H A Dunbound-querycachedb.py25 def _redis_get(options, key): argument
27 return redis.Redis(options.address, int(options.port)).get(key)
29 def _dump_value(options, qname, key, value): argument
30 print(';; query=%s/IN/%s' % (qname, options.qtype))
61 (options, args) = parser.parse_args()
64 if options.backend == 'redis':
67 raise Exception('unknown backend name: %s\n' % options.backend)
68 key = _calc_hashkey(args[0], options.secret, options.qtype)
69 value = get_func(options, key)
70 _dump_value(options, args[0], key, value)
/freebsd/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c72 #define PRINT_ERROR ((opterr) && (*options != ':'))
80 #define BADARG ((*options == ':') ? (int)':' : (int)'?')
167 parse_long_options(char * const *nargv, const char *options, in parse_long_options() argument
292 if (options == NULL) in getopt_internal()
308 if (*options == '-') in getopt_internal()
310 else if (posixly_correct || *options == '+') in getopt_internal()
312 if (*options == '+' || *options == '-') in getopt_internal()
313 options++; in getopt_internal()
340 (place[1] == '\0' && strchr(options, '-') == NULL)) { in getopt_internal()
418 (oli = strchr(options, optchar)) == NULL) { in getopt_internal()
[all …]
/freebsd/sys/i386/conf/
H A DDEFAULTS7 options EARLY_AP_STARTUP
11 options ISAPNP
21 options GEOM_PART_BSD
22 options GEOM_PART_EBR
23 options GEOM_PART_MBR
24 options GEOM_PART_GPT
27 options CC_CUBIC # include CUBIC congestion control
32 options NEW_PCIB
34 options NETLINK # netlink(4) support
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp267 options.SetLocation(addr_of_data); in LibStdcppStringSummaryProvider()
269 options.SetStream(&stream); in LibStdcppStringSummaryProvider()
270 options.SetNeedsZeroTermination(false); in LibStdcppStringSummaryProvider()
276 options.SetSourceSize(size_of_data); in LibStdcppStringSummaryProvider()
277 options.SetHasSourceSize(true); in LibStdcppStringSummaryProvider()
328 options.SetLocation(addr_of_data); in LibStdcppWStringSummaryProvider()
330 options.SetStream(&stream); in LibStdcppWStringSummaryProvider()
331 options.SetNeedsZeroTermination(false); in LibStdcppWStringSummaryProvider()
337 options.SetSourceSize(size_of_data); in LibStdcppWStringSummaryProvider()
338 options.SetHasSourceSize(true); in LibStdcppWStringSummaryProvider()
[all …]
H A DCxxStringTypes.h20 const TypeSummaryOptions &options); // char8_t*
24 const TypeSummaryOptions &options); // char16_t* and unichar*
28 const TypeSummaryOptions &options); // char32_t*
31 const TypeSummaryOptions &options); // wchar_t*
34 const TypeSummaryOptions &options); // char8_t
38 const TypeSummaryOptions &options); // char16_t and unichar
41 const TypeSummaryOptions &options); // char32_t
44 const TypeSummaryOptions &options); // wchar_t
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp27 #define PRINT_ERROR ((opterr) && (*options != ':'))
35 #define BADARG ((*options == ':') ? (int)':' : (int)'?')
230 if (options == NULL) in getopt_internal()
246 if (*options == '-') in getopt_internal()
248 else if (posixly_correct || *options == '+') in getopt_internal()
250 if (*options == '+' || *options == '-') in getopt_internal()
251 options++; in getopt_internal()
276 (place[1] == '\0' && strchr(options, '-') == NULL)) { in getopt_internal()
338 else if (*place != ':' && strchr(options, *place) != NULL) in getopt_internal()
350 (oli = strchr(options, optchar)) == NULL) { in getopt_internal()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c95 #define PRINT_ERROR ((opterr) && (*options != ':'))
103 #define BADARG ((*options == ':') ? (int)':' : (int)'?')
190 parse_long_options(char * const *nargv, const char *options, in parse_long_options() argument
315 if (options == NULL) in getopt_internal()
331 if (*options == '-') in getopt_internal()
333 else if (posixly_correct || *options == '+') in getopt_internal()
335 if (*options == '+' || *options == '-') in getopt_internal()
336 options++; in getopt_internal()
363 (place[1] == '\0' && strchr(options, '-') == NULL)) { in getopt_internal()
441 (oli = strchr(options, optchar)) == NULL) { in getopt_internal()
[all …]
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in499 test.log(options)
593 if options.tags and not set(self.tags).intersection(set(options.tags)):
719 def read(self, options): argument
877 def run(self, options): argument
895 if options.kmemleak:
1139 return options
1143 options = parse_args()
1147 if options.runfiles:
1152 if options.logfile:
1155 if options.template:
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp58 return options.comment; in determineClangStyle()
63 return options.pp_directive; in determineClangStyle()
65 return options.string_literal; in determineClangStyle()
67 return options.scalar_literal; in determineClangStyle()
69 return options.keyword; in determineClangStyle()
74 return options.identifier; in determineClangStyle()
77 return options.braces; in determineClangStyle()
83 return options.parentheses; in determineClangStyle()
85 return options.comma; in determineClangStyle()
88 return options.colon; in determineClangStyle()
[all …]
/freebsd/contrib/tcpdump/missing/
H A Dgetopt_long.c64 #define PRINT_ERROR ((opterr) && (*options != ':'))
72 #define BADARG ((*options == ':') ? (int)':' : (int)'?')
209 parse_long_options(char * const *nargv, const char *options, in parse_long_options() argument
383 if (options == NULL)
392 if (*options == '-')
394 else if (posixly_correct || *options == '+')
397 if (posixly_correct || *options == '+')
399 else if (*options == '-')
402 if (*options == '+' || *options == '-')
403 options++;
[all …]
/freebsd/lib/libifconfig/
H A Dlibifconfig_media.c149 options[4]; member
350 const char **options; in ifconfig_media_get_options() local
363 if (ttos->options[i].alias) in ifconfig_media_get_options()
376 options = calloc(n + 1, sizeof(*options)); in ifconfig_media_get_options()
377 if (options == NULL) in ifconfig_media_get_options()
380 options[n] = NULL; in ifconfig_media_get_options()
393 return (options); in ifconfig_media_get_options()
399 ifmedia_t *options; in ifconfig_media_lookup_options() local
412 options = calloc(nopts, sizeof(*options)); in ifconfig_media_lookup_options()
413 if (options == NULL) in ifconfig_media_lookup_options()
[all …]
/freebsd/tools/tools/nanobsd/pcengines/
H A DALIX_NFS7 options NFS_ROOT
8 options BOOTP
9 options BOOTP_NFSROOT
10 options BOOTP_NFSV3
11 #options BOOTP_WIRED_TO=fxp0
12 #options BOOTP_WIRED_TO=ath0
13 options BOOTP_COMPAT
/freebsd/usr.sbin/autofs/
H A Dautomountd.c244 options = node_options(node); in handle_request()
249 options = concat(options, ',', adr->adr_options); in handle_request()
254 options = concat(cmdline_options, ',', options); in handle_request()
260 nobrowse = pick_option("nobrowse", &options); in handle_request()
312 options = concat(options, ',', "automounted"); in handle_request()
317 pick_option("nobrowse", &options); in handle_request()
322 fstype = pick_option("fstype=", &options); in handle_request()
340 options = concat(options, ',', "retrycnt=1"); in handle_request()
342 options = concat(options, ',', in handle_request()
437 char *options = NULL; in main_automountd() local
[all …]
/freebsd/lib/libc/stdlib/
H A Dgetopt_long.c72 #define PRINT_ERROR ((opterr) && (*options != ':'))
80 #define BADARG ((*options == ':') ? (int)':' : (int)'?')
184 parse_long_options(char * const *nargv, const char *options, in parse_long_options() argument
356 if (options == NULL)
372 if (*options == '-')
374 else if (posixly_correct || *options == '+')
376 if (*options == '+' || *options == '-')
377 options++;
407 (place[1] == '\0' && strchr(options, '-') == NULL)) {
494 (oli = strchr(options, optchar)) == NULL) {
[all …]
/freebsd/sys/amd64/conf/
H A DDEFAULTS7 options EARLY_AP_STARTUP
20 options GEOM_PART_BSD
21 options GEOM_PART_EBR
22 options GEOM_PART_MBR
23 options GEOM_PART_GPT
26 options CC_CUBIC # include CUBIC congestion control
28 options NEW_PCIB
30 options NETLINK # netlink(4) support
/freebsd/crypto/openssh/
H A Dclientloop.c125 extern Options options;
927 options.batch_mode) in can_update_hostkeys()
929 if (!options.update_hostkeys || options.num_user_hostfiles <= 0) in can_update_hostkeys()
940 if (options.control_master || options.control_path != NULL || in client_repledge()
941 options.forward_x11 || options.fork_after_authentication || in client_repledge()
1065 &options.fwd_opts) > 0; in process_cmdline()
1085 &options.fwd_opts)) { in process_cmdline()
1464 } else if (options.forward_x11 || options.permit_local_command) { in client_loop()
1793 if (!options.forward_x11) { in client_request_x11()
2730 options.ip_qos_interactive, options.ip_qos_bulk); in client_session2_setup()
[all …]
/freebsd/contrib/file/src/
H A Dgetopt_long.c76 #define IGNORE_FIRST (*options == '-' || *options == '+')
78 || (IGNORE_FIRST && options[1] != ':')))
87 || (*options == ':') ? (int)':' : (int)'?')
177 getopt_internal(nargc, nargv, options) in getopt_internal() argument
180 const char *options;
186 _DIAGASSERT(options != NULL);
322 getopt(nargc, nargv, options) in getopt() argument
325 const char *options;
330 _DIAGASSERT(options != NULL);
359 const char *options;
[all …]
/freebsd/contrib/xz/src/liblzma/common/
H A Dalone_decoder.c48 lzma_options_lzma options; member
65 if (lzma_lzma_lclppb_decode(&coder->options, in[*in_pos])) in alone_decode()
73 coder->options.dict_size in alone_decode()
77 if (coder->picky && coder->options.dict_size in alone_decode()
84 uint32_t d = coder->options.dict_size - 1; in alone_decode()
92 if (d != coder->options.dict_size) in alone_decode()
128 coder->options.ext_flags = LZMA_LZMA1EXT_ALLOW_EOPM; in alone_decode()
149 .options = &coder->options, in alone_decode()
229 coder->options.dict_size = 0; in lzma_alone_decoder_init()
230 coder->options.preset_dict = NULL; in lzma_alone_decoder_init()
[all …]
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js109 this.options = options;
132 options = this.options,
534 options = this.options,
942 options = this.options,
1342 options = this.options;
1384 var options = this.options,
1704 options = api.options;
1988 this.options = options;
1990 this.size = [ options.width, options.height ];
2181 options = this.options,
[all …]

12345678910>>...96