Home
last modified time | relevance | path

Searched full:options (Results 1 – 25 of 4918) sorted by relevance

12345678910>>...197

/openbsd-src/usr.bin/ssh/
H A Dssh.c124 * General data structure for command line options and options configurable
127 Options options; variable
198 * Expands the set of percent_expand options used by the majority of keywords
212 * Expands the set of percent_expand options used by the majority of keywords
234 * NB. this function must operate with a options having undefined members.
253 hints.ai_family = options.address_family == -1 ? in resolve_host()
254 AF_UNSPEC : options.address_family; in resolve_host()
299 hints.ai_family = options in is_addr()
[all...]
H A Dservconf.c63 static void parse_server_config_depth(ServerOptions *options,
69 /* Initializes the server options to their default values. */
72 initialize_server_options(ServerOptions *options) in initialize_server_options() argument
74 memset(options, 0, sizeof(*options)); in initialize_server_options()
75 options->num_ports = 0; in initialize_server_options()
76 options->ports_from_cmdline = 0; in initialize_server_options()
77 options->queued_listen_addrs = NULL; in initialize_server_options()
78 options->num_queued_listens = 0; in initialize_server_options()
79 options in initialize_server_options()
247 servconf_add_hostkey(const char * file,const int line,ServerOptions * options,const char * path,int userprovided) servconf_add_hostkey() argument
259 servconf_add_hostcert(const char * file,const int line,ServerOptions * options,const char * path) servconf_add_hostcert() argument
269 fill_default_server_options(ServerOptions * options) fill_default_server_options() argument
756 add_listen_addr(ServerOptions * options,const char * addr,const char * rdomain,int port) add_listen_addr() argument
772 add_one_listen_addr(ServerOptions * options,const char * addr,const char * rdomain,int port) add_one_listen_addr() argument
851 queue_listen_addr(ServerOptions * options,const char * addr,const char * rdomain,int port) queue_listen_addr() argument
870 process_queued_listen_addrs(ServerOptions * options) process_queued_listen_addrs() argument
1192 process_server_config_line_depth(ServerOptions * options,char * line,const char * filename,int linenum,int * activep,struct connection_info * connectinfo,int * inc_flags,int depth,struct include_list * includes) process_server_config_line_depth() argument
2612 process_server_config_line(ServerOptions * options,char * line,const char * filename,int linenum,int * activep,struct connection_info * connectinfo,struct include_list * includes) process_server_config_line() argument
2662 parse_server_match_config(ServerOptions * options,struct include_list * includes,struct connection_info * connectinfo) parse_server_match_config() argument
2862 parse_server_config_depth(ServerOptions * options,const char * filename,struct sshbuf * conf,struct include_list * includes,struct connection_info * connectinfo,int flags,int * activep,int depth) parse_server_config_depth() argument
2891 parse_server_config(ServerOptions * options,const char * filename,struct sshbuf * conf,struct include_list * includes,struct connection_info * connectinfo,int reexec) parse_server_config() argument
[all...]
H A Dreadconf.c61 # 1. command line options
106 # Defaults for various options
120 const char *host, const char *original_host, Options *options,
122 static int process_config_line_depth(Options *options, struct passwd *pw,
176 /* Deprecated options */
187 /* Unsupported options */
195 /* Sometimes-unsupported options */
359 * Adds a local TCP/IP port forward to options
362 add_local_forward(Options * options,const struct Forward * newfwd) add_local_forward() argument
391 add_remote_forward(Options * options,const struct Forward * newfwd) add_remote_forward() argument
417 clear_forwardings(Options * options) clear_forwardings() argument
447 add_certificate_file(Options * options,const char * path,int userprovided) add_certificate_file() argument
471 add_identity_file(Options * options,const char * dir,const char * filename,int userprovided) add_identity_file() argument
629 match_cfg_line(Options * options,char ** condition,struct passwd * pw,const char * host_arg,const char * original_host,int final_pass,int * want_final_pass,const char * filename,int linenum) match_cfg_line() argument
822 rm_env(Options * options,const char * arg,const char * filename,int linenum) rm_env() argument
1010 process_config_line(Options * options,struct passwd * pw,const char * host,const char * original_host,char * line,const char * filename,int linenum,int * activep,int flags) process_config_line() argument
1020 process_config_line_depth(Options * options,struct passwd * pw,const char * host,const char * original_host,char * line,const char * filename,int linenum,int * activep,int flags,int * want_final_pass,int depth) process_config_line_depth() argument
2409 read_config_file(const char * filename,struct passwd * pw,const char * host,const char * original_host,Options * options,int flags,int * want_final_pass) read_config_file() argument
2421 read_config_file_depth(const char * filename,struct passwd * pw,const char * host,const char * original_host,Options * options,int flags,int * activep,int * want_final_pass,int depth) read_config_file_depth() argument
2486 config_has_permitted_cnames(Options * options) config_has_permitted_cnames() argument
2503 initialize_options(Options * options) initialize_options() argument
2631 fill_default_options_for_canonicalization(Options * options) fill_default_options_for_canonicalization() argument
2646 fill_default_options(Options * options) fill_default_options() argument
[all...]
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp40 #include "clang/Driver/Options.h"
65 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC, in CheckPreprocessingOptions()
66 options::OPT_fminimize_whitespace, in CheckPreprocessingOptions()
67 options::OPT_fno_minimize_whitespace)) { in CheckPreprocessingOptions()
68 if (!Args.hasArg(options::OPT_E) && !Args.hasArg(options::OPT__SLASH_P) && in CheckPreprocessingOptions()
69 !Args.hasArg(options::OPT__SLASH_EP) && !D.CCCIsCPP()) { in CheckPreprocessingOptions()
79 if (Args.hasArg(options::OPT_static)) in CheckCodeGenerationOptions()
81 Args.getLastArg(options::OPT_dynamic, options::OPT_mdynamic_no_pic)) in CheckCodeGenerationOptions()
175 Arg *A = Args.getLastArg(options::OPT_mrecip, options::OPT_mrecip_EQ); in ParseMRecip()
279 Arg *A = Args.getLastArg(options::OPT_mprefer_vector_width_EQ); in ParseMPreferVectorWidth()
[all …]
H A DFlang.cpp13 #include "clang/Driver/Options.h"
33 CmdArgs, {options::OPT_ffixed_form, options::OPT_ffree_form, in addFortranDialectOptions()
34 options::OPT_ffixed_line_length_EQ, options::OPT_fopenmp, in addFortranDialectOptions()
35 options::OPT_fopenacc, options::OPT_finput_charset_EQ, in addFortranDialectOptions()
36 options::OPT_fimplicit_none, options::OPT_fno_implicit_none, in addFortranDialectOptions()
37 options::OPT_fbackslash, options::OPT_fno_backslash, in addFortranDialectOptions()
38 options::OPT_flogical_abbreviations, in addFortranDialectOptions()
39 options::OPT_fno_logical_abbreviations, in addFortranDialectOptions()
40 options::OPT_fxor_operator, options::OPT_fno_xor_operator, in addFortranDialectOptions()
41 options::OPT_falternative_parameter_statement, in addFortranDialectOptions()
[all …]
H A DPS4CPU.cpp14 #include "clang/Driver/Options.h"
37 if ((Args.hasFlag(options::OPT_fprofile_arcs, options::OPT_fno_profile_arcs, in addProfileRTArgs()
39 Args.hasFlag(options::OPT_fprofile_generate, in addProfileRTArgs()
40 options::OPT_fno_profile_generate, false) || in addProfileRTArgs()
41 Args.hasFlag(options::OPT_fprofile_generate_EQ, in addProfileRTArgs()
42 options::OPT_fno_profile_generate, false) || in addProfileRTArgs()
43 Args.hasFlag(options::OPT_fprofile_instr_generate, in addProfileRTArgs()
44 options::OPT_fno_profile_instr_generate, false) || in addProfileRTArgs()
45 Args.hasFlag(options::OPT_fprofile_instr_generate_EQ, in addProfileRTArgs()
46 options::OPT_fno_profile_instr_generate, false) || in addProfileRTArgs()
[all …]
H A DAnanas.cpp14 #include "clang/Driver/Options.h"
33 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler); in ConstructJob()
57 Args.ClaimAllArgs(options::OPT_g_Group); in ConstructJob()
59 Args.ClaimAllArgs(options::OPT_emit_llvm); in ConstructJob()
60 // and for "clang -w foo.o -o foo". Other warning options are already in ConstructJob()
62 Args.ClaimAllArgs(options::OPT_w); in ConstructJob()
67 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
70 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
72 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
74 } else if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
[all …]
H A DOpenBSD.cpp16 #include "clang/Driver/Options.h"
95 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler); in ConstructJob()
121 Args.ClaimAllArgs(options::OPT_g_Group); in ConstructJob()
123 Args.ClaimAllArgs(options::OPT_emit_llvm); in ConstructJob()
124 // and for "clang -w foo.o -o foo". Other warning options are already in ConstructJob()
126 Args.ClaimAllArgs(options::OPT_w); in ConstructJob()
136 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_shared)) { in ConstructJob()
142 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
145 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
148 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
[all …]
H A DDragonFly.cpp13 #include "clang/Driver/Options.h"
39 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler); in ConstructJob()
65 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
68 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
70 if (Args.hasArg(options::OPT_shared)) in ConstructJob()
72 else if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
94 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
95 options::OPT_r)) { in ConstructJob()
96 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
97 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp139 StringPrinter::ReadStringAndDumpToStreamOptions options(valobj); in NSStringSummaryProvider() local
140 options.SetPrefixToken(prefix); in NSStringSummaryProvider()
141 options.SetSuffixToken(suffix); in NSStringSummaryProvider()
149 options.SetLocation(location); in NSStringSummaryProvider()
150 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider()
151 options.SetStream(&stream); in NSStringSummaryProvider()
152 options.SetQuote('"'); in NSStringSummaryProvider()
153 options.SetSourceSize(explicit_length); in NSStringSummaryProvider()
154 options.SetHasSourceSize(has_explicit_length); in NSStringSummaryProvider()
155 options.SetNeedsZeroTermination(false); in NSStringSummaryProvider()
[all …]
/openbsd-src/usr.sbin/dhcpd/
H A Ddhcp.c172 if (((packet->options[DHO_DHCP_CLIENT_IDENTIFIER].len != 0) && in dhcpdiscover()
174 packet->options[DHO_DHCP_CLIENT_IDENTIFIER].data, in dhcpdiscover()
175 packet->options[DHO_DHCP_CLIENT_IDENTIFIER].len)) != in dhcpdiscover()
214 if (packet->options[DHO_DHCP_REQUESTED_ADDRESS].len == 4) in dhcprequest()
216 packet->options[DHO_DHCP_REQUESTED_ADDRESS].data, 4); in dhcprequest()
278 (packet->options[DHO_DHCP_REQUESTED_ADDRESS].len == 4 && in dhcprequest()
355 packet->options[DHO_DHCP_CLIENT_IDENTIFIER].len && in dhcprequest()
356 !memcmp(packet->options[DHO_DHCP_CLIENT_IDENTIFIER].data, in dhcprequest()
395 if (packet->options[DHO_DHCP_REQUESTED_ADDRESS].len) { in dhcprelease()
402 if (packet->options[i].len) { in dhcprelease()
[all …]
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)); in parse_options()
81 if (memcmp(packet->raw->options, DHCP_OPTIONS_COOKIE, 4)) { in parse_options()
87 * Go through the options field, up to the end of the packet or in parse_options()
90 parse_option_buffer(packet, &packet->raw->options[4], in parse_options()
95 * options out of the buffer(s) containing them. in parse_options()
98 packet->options[DHO_DHCP_OPTION_OVERLOAD].data) { in parse_options()
99 if (packet->options[DHO_DHCP_OPTION_OVERLOAD].data[0] & 1) in parse_options()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A Ddsymutil.cpp62 #include "Options.inc"
70 #include "Options.inc"
81 #include "Options.inc"
169 // Verify that the given combination of options makes sense.
170 static Error verifyOptions(const DsymutilOptions &Options) { in verifyOptions() argument
171 if (Options.InputFiles.empty()) { in verifyOptions()
176 if (Options.LinkOpts.Update && llvm::is_contained(Options.InputFiles, "-")) { in verifyOptions()
187 if (!Options.Flat && Options.OutputFile == "-") in verifyOptions()
192 if (Options.InputFiles.size() > 1 && Options.Flat && in verifyOptions()
193 !Options.OutputFile.empty()) in verifyOptions()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp13 #include "clang/Driver/Options.h"
59 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ, in getMipsCPUAndABI()
60 options::OPT_mcpu_EQ)) in getMipsCPUAndABI()
63 if (Arg *A = Args.getLastArg(options::OPT_mabi_EQ)) { in getMipsCPUAndABI()
156 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in getMipsFloatABI()
157 options::OPT_mfloat_abi_EQ)) { in getMipsFloatABI()
158 if (A->getOption().matches(options::OPT_msoft_float)) in getMipsFloatABI()
160 else if (A->getOption().matches(options::OPT_mhard_float)) in getMipsFloatABI()
231 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC, in getMIPSTargetFeatures()
232 options::OPT_fpic, options::OPT_fno_pic, in getMIPSTargetFeatures()
[all …]
H A DM68k.cpp13 #include "clang/Driver/Options.h"
28 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) { in getM68kTargetCPU()
52 if (Args.hasArg(clang::driver::options::OPT_m68000)) in getM68kTargetCPU()
54 if (Args.hasArg(clang::driver::options::OPT_m68010)) in getM68kTargetCPU()
56 if (Args.hasArg(clang::driver::options::OPT_m68020)) in getM68kTargetCPU()
58 if (Args.hasArg(clang::driver::options::OPT_m68030)) in getM68kTargetCPU()
60 if (Args.hasArg(clang::driver::options::OPT_m68040)) in getM68kTargetCPU()
62 if (Args.hasArg(clang::driver::options::OPT_m68060)) in getM68kTargetCPU()
77 if (Args.hasArg(options::OPT_ffixed_a0)) in getM68kTargetFeatures()
79 if (Args.hasArg(options::OPT_ffixed_a1)) in getM68kTargetFeatures()
[all …]
H A DX86.cpp13 #include "clang/Driver/Options.h"
26 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) { in getX86TargetCPU()
38 if (const Arg *A = Args.getLastArg(options::OPT__SLASH_arch)) { in getX86TargetCPU()
123 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) { in getX86TargetFeatures()
160 auto SpectreOpt = clang::driver::options::ID::OPT_INVALID; in getX86TargetFeatures()
161 if (Args.hasArgNoClaim(options::OPT_mretpoline, options::OPT_mno_retpoline, in getX86TargetFeatures()
162 options::OPT_mspeculative_load_hardening, in getX86TargetFeatures()
163 options::OPT_mno_speculative_load_hardening)) { in getX86TargetFeatures()
164 if (Args.hasFlag(options::OPT_mretpoline, options::OPT_mno_retpoline, in getX86TargetFeatures()
168 SpectreOpt = options::OPT_mretpoline; in getX86TargetFeatures()
[all …]
/openbsd-src/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.h \
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderBindings.cpp23 /// Helper struct for holding a set of builder options for LLVMRunPasses. This
25 /// versions in case we modify the options the new Pass Manager utilizes.
48 LLVMPassBuilderOptionsRef Options) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
50 LLVMPassBuilderOptions *PassOpts = unwrap(Options); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
86 void LLVMPassBuilderOptionsSetVerifyEach(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetVerifyEach() argument
88 unwrap(Options)->VerifyEach = VerifyEach; in LLVMPassBuilderOptionsSetVerifyEach()
91 void LLVMPassBuilderOptionsSetDebugLogging(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetDebugLogging() argument
93 unwrap(Options)->DebugLogging = DebugLogging; in LLVMPassBuilderOptionsSetDebugLogging()
97 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving() argument
98 unwrap(Options)->PTO.LoopInterleaving = LoopInterleaving; in LLVMPassBuilderOptionsSetLoopInterleaving()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dinvoke.texi41 Only the most useful options are listed here; see below for the
61 @chapter GNU Fortran Command Options
62 @cindex GNU Fortran command options
63 @cindex command options
64 @cindex options, GNU Fortran command
68 The @command{g77} command supports all the options supported by the
70 @xref{Invoking GCC,,GCC Command Options,gcc,Using the GNU Compiler
75 @cindex options, negative forms
76 @cindex negative forms of options
77 All @command{gcc} and @command{g77} options
[all …]
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-738 Global options:
46 older). See *Note Global options::.
50 options::.
59 Do not read the `~/.cvsrc' file. See *Note Global options::.
63 Print a help message. See *Note Global options::.
67 options::.
70 Do not change any files. See *Note Global options::.
73 Be really quiet. See *Note Global options::.
76 Be somewhat quiet. See *Note Global options::.
79 Make new working files read-only. See *Note Global options::.
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp58 StringPrinter::ReadStringAndDumpToStreamOptions options(valobj); in CharStringSummaryProvider() local
59 options.SetLocation(valobj_addr); in CharStringSummaryProvider()
60 options.SetTargetSP(valobj.GetTargetSP()); in CharStringSummaryProvider()
61 options.SetStream(&stream); in CharStringSummaryProvider()
62 options.SetPrefixToken(getElementTraits(ElemType).first); in CharStringSummaryProvider()
64 if (!StringPrinter::ReadStringAndDumpToStream<ElemType>(options)) in CharStringSummaryProvider()
80 StringPrinter::ReadBufferAndDumpToStreamOptions options(valobj); in CharSummaryProvider() local
88 options.SetData(std::move(data)); in CharSummaryProvider()
89 options.SetStream(&stream); in CharSummaryProvider()
90 options.SetPrefixToken(ElemTraits.first); in CharSummaryProvider()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dpragma-darwin.c4 /* { dg-options "-O -Wunused" } */
10 /* The options pragma used to do a lot, now it's only for emulating
13 #pragma options 23 /* { dg-error "malformed '#pragma options'" } */
14 #pragma options align /* { dg-error "malformed '#pragma options'" } */
15 #pragma options align mac68k /* { dg-error "malformed '#pragma options'" } */
16 #pragma options align=45 /* { dg-error "malformed '#pragma options'" } */
17 #pragma options align=foo /* { dg-error "malformed '#pragma options align" } */
19 #pragma options align=mac68k
21 #pragma options align=power
23 #pragma options align=mac68k
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist_node_options.h1 //===- llvm/ADT/ilist_node_options.h - ilist_node Options -------*- C++ -*-===//
58 /// Look through \p Options for the \a ilist_sentinel_tracking option, with the
60 template <class... Options> struct extract_sentinel_tracking;
61 template <bool EnableSentinelTracking, class... Options>
63 ilist_sentinel_tracking<EnableSentinelTracking>, Options...>
65 template <class Option1, class... Options>
66 struct extract_sentinel_tracking<Option1, Options...>
67 : extract_sentinel_tracking<Options...> {};
80 /// Look through \p Options for the \a ilist_tag option, pulling out the
82 template <class... Options> struct extract_tag;
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp353 const FuzzingOptions &Options) { in CleanseCrashInput() argument
408 const FuzzingOptions &Options) { in MinimizeCrashInput() argument
454 : Options.ArtifactPrefix + "minimized-from-" + Hash(U); in MinimizeCrashInput()
507 void Merge(Fuzzer *F, FuzzingOptions &Options, in Merge() argument
528 F->WriteToOutputCorpus(FileToVector(Path, Options.MaxLen)); in Merge()
678 FuzzingOptions Options; in FuzzerDriver() local
679 Options.Verbosity = Flags.verbosity; in FuzzerDriver()
680 Options.MaxLen = Flags.max_len; in FuzzerDriver()
681 Options.LenControl = Flags.len_control; in FuzzerDriver()
682 Options.KeepSeed = Flags.keep_seed; in FuzzerDriver()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptions.h1 //===-- Options.h -----------------------------------------------*- C++ -*-===//
44 /// \class Options Options.h "lldb/Interpreter/Options.h"
47 /// Options is designed to be subclassed to contain all needed options for a
48 /// given command. The options can be parsed by calling the Parse function.
50 /// The options are specified using the format defined for the libc options
57 class Options {
59 Options();
61 virtual ~Options();
69 /// Get the option definitions to use when parsing Args options.
71 /// \see Args::ParseOptions (Options&)
[all …]

12345678910>>...197