Searched refs:options (Results 76 - 100 of 1356) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Doptions.cpp1 //===-- options.cpp ---------------------------------------------*- C++ -*-===//
12 #include "gwp_asan/options.h"
26 gwp_asan::options::initOptions("Enabled=0:SampleRate=4:"
29 gwp_asan::options::Options Opts = gwp_asan::options::getOptions();
38 gwp_asan::options::initOptions(OptionsStr, MessageRecorder);
43 << "\" in haystack created by options string \"" << OptionsStr
/openbsd-current/gnu/llvm/compiler-rt/tools/gwp_asan/
H A Doptions_parser_fuzzer.cpp10 gwp_asan::options::initOptions(Fdp.ConsumeRemainingBytesAsString().c_str());
/openbsd-current/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D102_put.t25 my %options;
32 $options{headers} = \%headers if %headers;
35 $options{content} = $case->{content}[0];
38 $options{content} = "";
41 $options{content} = eval join "\n", @{$case->{content_cb}};
45 $options{trailer_callback} = eval join "\n", @{$case->{trailer_cb}};
58 my @call_args = %options ? ($url, \%options) : ($url);
H A D103_delete.t25 my %options;
32 $options{headers} = \%headers if %headers;
35 $options{content} = $case->{content}[0];
38 $options{content} = eval join "\n", @{$case->{content_cb}};
42 $options{trailer_callback} = eval join "\n", @{$case->{trailer_cb}};
55 my @call_args = %options ? ($url, \%options) : ($url);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.h21 const TypeSummaryOptions &options); // libcstdc++ c++11 std::string
25 const TypeSummaryOptions &options); // libcstdc++ c++11 std::wstring
30 &options); // libstdc++ std::shared_ptr<> and std::weak_ptr<>
34 const TypeSummaryOptions &options); // libstdc++ std::unique_ptr<>
H A DLibCxxVariant.h21 const TypeSummaryOptions &options); // libc++ std::variant<>
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-client-bind4.pl19 options => ["-U", "127.0.0.1"],
H A Dargs-client-bind6.pl19 options => ["-U", "[::1]"],
H A Dargs-client-udp4.pl17 options => ["-u"],
H A Dargs-client-udp6.pl17 options => ["-u"],
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DZOS.cpp30 if (!DriverArgs.hasArgNoClaim(options::OPT_faligned_allocation,
31 options::OPT_fno_aligned_allocation))
H A DPPCFreeBSD.cpp19 if (!DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) &&
20 !DriverArgs.hasArg(options::OPT_nobuiltininc)) {
H A DMinix.cpp30 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler);
59 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles,
60 options::OPT_r)) {
69 {options::OPT_L, options::OPT_T_Group, options::OPT_e});
75 if (!Args.hasArg(options::OPT_nostdlib, options
[all...]
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp30 // Attributes that are classified as standard options.
50 // Attributes that are classified as extended options.
206 // If a view or element comparison has been requested, the following options
254 // Print collected command line options.
281 // Print the current values for all the options, after the dependencies
442 options().setSelectGenericPattern();
443 options().setSelectExecute();
451 options().setSelectOffsetPattern();
452 options().setSelectExecute();
457 bool IgnoreCase = options()
[all...]
H A DLVReader.cpp166 if (options().getOutputFolder().empty())
167 options().setOutputFolder(getFilename().str() + "_cus");
170 SplitFolder = options().getOutputFolder();
200 // - Process any patterns collected from the '--select' options.
217 // --select and --select-offsets options.
218 patterns().addGenericPatterns(options().Select.Generic);
219 patterns().addOffsetPatterns(options().Select.Offsets);
222 patterns().addRequest(options().Select.Elements);
223 patterns().addRequest(options().Select.Lines);
224 patterns().addRequest(options()
[all...]
/openbsd-current/usr.bin/ssh/
H A Dsshd.c86 /* Server configuration options. */
87 ServerOptions options; variable
201 children = xcalloc(options.max_startups, sizeof(*children));
202 for (i = 0; i < options.max_startups; i++) {
219 for (i = 0; i < options.max_startups; i++) {
227 " slots full", options.max_startups);
248 if (++children_active > options.max_startups)
297 for (i = 0; i < options.max_startups; i++) {
406 for (i = 0; i < options.max_startups; i++) {
420 for (i = 0; i < options
[all...]
H A Dauth2-methods.c29 extern ServerOptions options;
48 &options.pubkey_authentication
54 &options.gss_authentication
60 &options.password_authentication
65 &options.kbd_interactive_authentication
70 &options.hostbased_authentication
/openbsd-current/gnu/usr.bin/binutils/gdb/config/djgpp/
H A Ddjcheck.sh18 options=-dbx
20 options=
22 $GDB ${options} < ${base}.in 2>&1 \
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dgetopt1.c63 getopt_long (argc, argv, options, long_options, opt_index)
66 const char *options;
70 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
79 getopt_long_only (argc, argv, options, long_options, opt_index)
82 const char *options;
86 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dgetopt1.c70 getopt_long (argc, argv, options, long_options, opt_index)
73 const char *options;
77 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
86 getopt_long_only (argc, argv, options, long_options, opt_index)
89 const char *options;
93 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
/openbsd-current/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py27 options,
40 if options.search_vm_regions:
109 if options.search_stack:
111 if options.search_segments:
115 if options.search_heap:
161 if options.search_stack:
173 if options.search_segments:
312 help='the maximum number of stack frames to print when using the --stack or --stack-history options (default=128)',
483 def dump_stack_history_entry(options, result, stack_history_entry, idx):
512 if idx >= options
[all...]
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp37 if ((A = Args.getLastArg(options::OPT_mcpu_EQ))) {
63 if (Args.getLastArg(options::OPT_arch) || Triple.isOSDarwin())
243 Args.filtered(options::OPT_Wa_COMMA, options::OPT_Xassembler))
252 else if ((A = Args.getLastArg(options::OPT_march_EQ)))
254 else if ((A = Args.getLastArg(options::OPT_mcpu_EQ)))
256 else if (Args.hasArg(options::OPT_arch) || isCPUDeterminedByTriple(Triple))
263 if (success && (A = Args.getLastArg(clang::driver::options::OPT_mtune_EQ)))
266 else if (success && (A = Args.getLastArg(options::OPT_mcpu_EQ)))
270 (Args.hasArg(options
[all...]
/openbsd-current/usr.sbin/dhcpd/
H A Doptions.c1 /* $OpenBSD: options.c,v 1.35 2017/02/13 22:33:39 krw Exp $ */
3 /* DHCP options parsing and reassembly. */
72 * Parse all available options out of the specified packet.
78 memset(packet->options, 0, sizeof(packet->options));
81 if (memcmp(packet->raw->options, DHCP_OPTIONS_COOKIE, 4)) {
87 * Go through the options field, up to the end of the packet or
90 parse_option_buffer(packet, &packet->raw->options[4],
95 * options out of the buffer(s) containing them.
98 packet->options[DHO_DHCP_OPTION_OVERLOA
273 cons_options(struct packet *inpacket, struct dhcp_packet *outpacket, int mms, struct tree_cache **options, int overload, int terminate, int bootpp, u_int8_t *prl, int prl_len) argument
398 store_options(unsigned char *buffer, int main_buffer_size, struct tree_cache **options, unsigned char *priority_list, int overload, int terminate) argument
[all...]
/openbsd-current/gnu/usr.bin/cc/cc_tools/
H A DMakefile.dep7 tm.h options.h \
12 tm.h options.h \
18 tm.h options.h \
22 tm.h options.h \
29 tm.h options.h \
34 tm.h options.h \
38 tm.h options.h \
43 tm.h options.h \
47 tm.h options.h \
52 tm.h options
[all...]
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dposix-bc.sh68 options=""
79 options="\$options -L\${1%/lib*.a} -l\${lib%.a}"
85 options="\$options \$1"
89 echo \$GENSO \$options \$params
90 exec \$GENSO \$options \$params

Completed in 314 milliseconds

1234567891011>>