Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 2411) sorted by relevance

12345678910>>...97

/freebsd/crypto/openssh/
H A Dssh.c131 Options options; variable
257 hints.ai_family = options.address_family == -1 ? in resolve_host()
258 AF_UNSPEC : options.address_family; in resolve_host()
303 hints.ai_family = options.address_family == -1 ? in is_addr()
304 AF_UNSPEC : options.address_family; in is_addr()
334 hints.ai_family = options.address_family == -1 ? in resolve_addr()
335 AF_UNSPEC : options.address_family; in resolve_addr()
380 if (*cname == '\0' || !config_has_permitted_cnames(&options) || in check_follow_cname()
383 if (options.canonicalize_hostname == SSH_CANONICALISE_NO) in check_follow_cname()
390 options.canonicalize_hostname != SSH_CANONICALISE_ALWAYS) in check_follow_cname()
[all …]
H A Dservconf.c74 static void parse_server_config_depth(ServerOptions *options,
83 initialize_server_options(ServerOptions *options) in initialize_server_options() argument
85 memset(options, 0, sizeof(*options)); in initialize_server_options()
88 options->use_pam = -1; in initialize_server_options()
89 options->pam_service_name = NULL; in initialize_server_options()
92 options->num_ports = 0; in initialize_server_options()
93 options->ports_from_cmdline = 0; in initialize_server_options()
94 options->queued_listen_addrs = NULL; in initialize_server_options()
95 options->num_queued_listens = 0; in initialize_server_options()
96 options->listen_addrs = NULL; in initialize_server_options()
[all …]
H A Dreadconf.c124 Options *options, int flags, int *activep, int *want_final_pass, int depth);
125 static int process_config_line_depth(Options *options, struct passwd *pw,
369 add_local_forward(Options *options, const struct Forward *newfwd) in add_local_forward() argument
375 for (i = 0; i < options->num_local_forwards; i++) { in add_local_forward()
376 if (forward_equals(newfwd, options->local_forwards + i)) in add_local_forward()
379 options->local_forwards = xreallocarray(options->local_forwards, in add_local_forward()
380 options->num_local_forwards + 1, in add_local_forward()
381 sizeof(*options->local_forwards)); in add_local_forward()
382 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward()
398 add_remote_forward(Options *options, const struct Forward *newfwd) in add_remote_forward() argument
[all …]
/freebsd/tools/tools/nanobsd/pcengines/
H A DALIX_DSK7 options CPU_GEODE
8 options SCHED_ULE
9 options PREEMPTION
10 options INET
11 options INET6
12 options FFS
13 options SOFTUPDATES
14 options UFS_ACL
15 options UFS_DIRHASH
16 options NFSCL # Network Filesystem Client
[all …]
/freebsd/sys/arm/conf/
H A Dstd.armv6
H A Dstd.armv74 options HZ=1000
5 options PREEMPTION # Enable kernel thread preemption
6 options VIMAGE # Subsystem virtualization, e.g. VNET
7 options INET # InterNETworking
8 options INET6 # IPv6 communications protocols
9 options CC_CUBIC # include CUBIC congestion control
10 options TCP_HHOOK # hhook(9) framework for TCP
12 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
13 options NETLINK # netlink(4) support
14 options SCTP_SUPPOR
[all...]
/freebsd/sys/powerpc/conf/
H A DQORIQ6417 options FPU_EMU
18 options MAXCPU=32
20 options _KPOSIX_PRIORITY_SCHEDULING
21 options ALT_BREAK_TO_DEBUGGER
22 options BREAK_TO_DEBUGGER
23 options BOOTP
24 #options BOOTP_WIRED_TO=memac0
25 options BOOTP_NFSROOT
26 #options BOOTP_NFSV3
27 options CD9660
[all …]
H A DMPC85XX15 options FPU_EMU
16 options MAXCPU=32
18 options _KPOSIX_PRIORITY_SCHEDULING
19 options ALT_BREAK_TO_DEBUGGER
20 options BREAK_TO_DEBUGGER
21 options BOOTP
22 options BOOTP_NFSROOT
23 #options BOOTP_NFSV3
24 options CD9660
25 options COMPAT_4
[all...]
H A DGENERIC6414 # An exhaustive list of options and more detailed explanations of the
29 options POWERMAC # NewWorld Apple PowerMacs
30 options PS3 # Sony Playstation 3
31 options MAMBO # IBM Mambo Full System Simulator
32 options QEMU # QEMU processor emulator
33 options PSERIES # PAPR-compliant systems (e.g. IBM p)
34 options POWERNV # Non-virtualized OpenPOWER systems
36 options FDT # Flattened Device Tree
37 options SCHED_ULE # ULE scheduler
38 options NUMA # Non-Uniform Memory Architecture support
[all …]
H A DGENERIC14 # An exhaustive list of options and more detailed explanations of the
29 options POWERMAC # NewWorld Apple PowerMacs
30 options PSIM # GDB PSIM ppc simulator
31 options MAMBO # IBM Mambo Full System Simulator
32 options PSERIES # PAPR-compliant systems
34 options FDT
35 options SCHED_ULE # ULE scheduler
36 options PREEMPTION # Enable kernel thread preemption
37 options VIMAGE # Subsystem virtualization, e.g. VNET
38 options INET # InterNETworking
[all …]
/freebsd/sys/arm64/conf/
H A Dstd.arm647 options SCHED_ULE # ULE scheduler
8 options NUMA # Non-Uniform Memory Architecture support
9 options PREEMPTION # Enable kernel thread preemption
10 options EXTERR_STRINGS
11 options VIMAGE # Subsystem virtualization, e.g. VNET
12 options INET # InterNETworking
13 options INET6 # IPv6 communications protocols
14 options CC_CUBIC # include CUBIC congestion control
15 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
16 options IPSEC_OFFLOAD # Inline ipsec offload infra
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp66 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC, in CheckPreprocessingOptions()
67 options::OPT_fminimize_whitespace, in CheckPreprocessingOptions()
68 options::OPT_fno_minimize_whitespace, in CheckPreprocessingOptions()
69 options::OPT_fkeep_system_includes, in CheckPreprocessingOptions()
70 options::OPT_fno_keep_system_includes)) { in CheckPreprocessingOptions()
71 if (!Args.hasArg(options::OPT_E) && !Args.hasArg(options::OPT__SLASH_P) && in CheckPreprocessingOptions()
72 !Args.hasArg(options::OPT__SLASH_EP) && !D.CCCIsCPP()) { in CheckPreprocessingOptions()
82 if (Args.hasArg(options::OPT_static)) in CheckCodeGenerationOptions()
84 Args.getLastArg(options::OPT_dynamic, options::OPT_mdynamic_no_pic)) in CheckCodeGenerationOptions()
158 Args.ClaimAllArgs(options::OPT_fexceptions); in addExceptionArgs()
[all …]
H A DFlang.cpp38 Args.addAllArgs(CmdArgs, {options::OPT_ffixed_form, in addFortranDialectOptions()
39 options::OPT_ffree_form, in addFortranDialectOptions()
40 options::OPT_ffixed_line_length_EQ, in addFortranDialectOptions()
41 options::OPT_fopenacc, in addFortranDialectOptions()
42 options::OPT_finput_charset_EQ, in addFortranDialectOptions()
43 options::OPT_fimplicit_none, in addFortranDialectOptions()
44 options::OPT_fimplicit_none_ext, in addFortranDialectOptions()
45 options::OPT_fno_implicit_none, in addFortranDialectOptions()
46 options::OPT_fbackslash, in addFortranDialectOptions()
47 options::OPT_fno_backslash, in addFortranDialectOptions()
[all …]
H A DPS4CPU.cpp37 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()
47 Args.hasFlag(options::OPT_fcs_profile_generate, in addProfileRTArgs()
[all …]
H A DAIX.cpp43 if (Arg *A = C.getArgs().getLastArg(options::OPT_G)) { in ConstructJob()
62 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler); in ConstructJob()
123 if (Arg *A = C.getArgs().getLastArg(options::OPT_G)) { in ConstructJob()
129 if (Args.hasArg(options::OPT_static)) in ConstructJob()
133 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
138 if (Args.hasFlag(options::OPT_mxcoff_roptr, options::OPT_mno_xcoff_roptr, in ConstructJob()
140 if (Args.hasArg(options::OPT_shared)) in ConstructJob()
152 if (Args.hasFlag(options::OPT_fprofile_arcs, options::OPT_fno_profile_arcs, in ConstructJob()
154 Args.hasFlag(options::OPT_fprofile_generate, in ConstructJob()
155 options::OPT_fno_profile_generate, false) || in ConstructJob()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSparc.cpp89 if (Arg *A = Args.getLastArg(options::OPT_msoft_float, options::OPT_mno_fpu, in getSparcFloatABI()
90 options::OPT_mhard_float, options::OPT_mfpu, in getSparcFloatABI()
91 options::OPT_mfloat_abi_EQ)) { in getSparcFloatABI()
92 if (A->getOption().matches(options::OPT_msoft_float) || in getSparcFloatABI()
93 A->getOption().matches(options::OPT_mno_fpu)) in getSparcFloatABI()
95 else if (A->getOption().matches(options::OPT_mhard_float) || in getSparcFloatABI()
96 A->getOption().matches(options::OPT_mfpu)) in getSparcFloatABI()
125 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) { in getSparcTargetCPU()
149 if (Arg *A = Args.getLastArg(options::OPT_mfsmuld, options::OPT_mno_fsmuld)) { in getSparcTargetFeatures()
150 if (A->getOption().matches(options::OPT_mfsmuld)) in getSparcTargetFeatures()
[all …]
H A DMips.cpp52 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ, in getMipsCPUAndABI()
53 options::OPT_mcpu_EQ)) in getMipsCPUAndABI()
56 if (Arg *A = Args.getLastArg(options::OPT_mabi_EQ)) { in getMipsCPUAndABI()
151 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in getMipsFloatABI()
152 options::OPT_mfloat_abi_EQ)) { in getMipsFloatABI()
153 if (A->getOption().matches(options::OPT_msoft_float)) in getMipsFloatABI()
155 else if (A->getOption().matches(options::OPT_mhard_float)) in getMipsFloatABI()
227 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC, in getMIPSTargetFeatures()
228 options::OPT_fpic, options::OPT_fno_pic, in getMIPSTargetFeatures()
229 options::OPT_fPIE, options::OPT_fno_PIE, in getMIPSTargetFeatures()
[all …]
H A DX86.cpp24 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) { in getX86TargetCPU()
36 if (const Arg *A = Args.getLastArg(options::OPT__SLASH_arch)) { in getX86TargetCPU()
122 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mabi_EQ)) { in getX86TargetFeatures()
131 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) { in getX86TargetFeatures()
166 auto SpectreOpt = clang::driver::options::ID::OPT_INVALID; in getX86TargetFeatures()
167 if (Args.hasArgNoClaim(options::OPT_mretpoline, options::OPT_mno_retpoline, in getX86TargetFeatures()
168 options::OPT_mspeculative_load_hardening, in getX86TargetFeatures()
169 options::OPT_mno_speculative_load_hardening)) { in getX86TargetFeatures()
170 if (Args.hasFlag(options::OPT_mretpoline, options::OPT_mno_retpoline, in getX86TargetFeatures()
174 SpectreOpt = options::OPT_mretpoline; in getX86TargetFeatures()
[all …]
H A DLoongArch.cpp31 const Arg *MABIArg = Args.getLastArg(options::OPT_mabi_EQ); in getLoongArchABI()
38 const Arg *MFPUArg = Args.getLastArg(options::OPT_mfpu_EQ); in getLoongArchABI()
53 if (const Arg *A = Args.getLastArg(options::OPT_mdouble_float, in getLoongArchABI()
54 options::OPT_msingle_float, in getLoongArchABI()
55 options::OPT_msoft_float)) { in getLoongArchABI()
58 if (A->getOption().matches(options::OPT_mdouble_float)) { in getLoongArchABI()
62 if (A->getOption().matches(options::OPT_msingle_float)) { in getLoongArchABI()
66 if (A->getOption().matches(options::OPT_msoft_float)) { in getLoongArchABI()
134 (!Args.hasArgNoClaim(clang::driver::options::OPT_march_EQ))) in getLoongArchTargetFeatures()
140 Args.getLastArg(options::OPT_mrelax, options::OPT_mno_relax)) { in getLoongArchTargetFeatures()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp138 StringPrinter::ReadStringAndDumpToStreamOptions options(valobj); in NSStringSummaryProvider() local
139 options.SetPrefixToken(prefix.str()); in NSStringSummaryProvider()
140 options.SetSuffixToken(suffix.str()); in NSStringSummaryProvider()
148 options.SetLocation(location); in NSStringSummaryProvider()
149 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider()
150 options.SetStream(&stream); in NSStringSummaryProvider()
151 options.SetQuote('"'); in NSStringSummaryProvider()
152 options.SetSourceSize(explicit_length); in NSStringSummaryProvider()
153 options.SetHasSourceSize(has_explicit_length); in NSStringSummaryProvider()
154 options.SetNeedsZeroTermination(false); in NSStringSummaryProvider()
[all …]
/freebsd/sys/amd64/conf/
H A DFIRECRACKER25 options SCHED_ULE # ULE scheduler
26 options NUMA # Non-Uniform Memory Architecture support
27 options PREEMPTION # Enable kernel thread preemption
28 options VIMAGE # Subsystem virtualization, e.g. VNET
29 options INET # InterNETworking
30 options INET6 # IPv6 communications protocols
31 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
32 options FIB_ALGO # Modular fib lookups
33 options TCP_OFFLOAD # TCP offload
34 options TCP_BLACKBOX # Enhanced TCP event logging
[all …]
/freebsd/sys/riscv/conf/
H A DGENERIC14 # An exhaustive list of options and more detailed explanations of the
26 options SCHED_ULE # ULE scheduler
27 options PREEMPTION # Enable kernel thread preemption
28 options VIMAGE # Subsystem virtualization, e.g. VNET
29 options INET # InterNETworking
30 options INET6 # IPv6 communications protocols
31 options TCP_HHOOK # hhook(9) framework for TCP
32 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
33 options FIB_ALGO # Modular fib lookups
34 options TCP_OFFLOAD # TCP offload
[all …]
/freebsd/libexec/tftpd/
H A Dtftp-options.c51 struct options options[] = { variable
81 if (options[opt].o_request != NULL && in options_set_request()
82 options[opt].o_request != options[opt].o_reply) in options_set_request()
83 free(options[opt].o_request); in options_set_request()
84 options[opt].o_request = str; in options_set_request()
104 if (options[opt].o_reply != NULL && in options_set_reply()
105 options[opt].o_reply != options[opt].o_request) in options_set_reply()
106 free(options[opt].o_reply); in options_set_reply()
107 options[opt].o_reply = str; in options_set_reply()
115 if (options[opt].o_reply != NULL && in options_set_reply_equal_request()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp57 StringPrinter::ReadStringAndDumpToStreamOptions options(valobj); in CharStringSummaryProvider() local
58 options.SetLocation(valobj_addr); in CharStringSummaryProvider()
59 options.SetTargetSP(valobj.GetTargetSP()); in CharStringSummaryProvider()
60 options.SetStream(&stream); in CharStringSummaryProvider()
61 options.SetPrefixToken(getElementTraits(ElemType).first); in CharStringSummaryProvider()
63 if (!StringPrinter::ReadStringAndDumpToStream<ElemType>(options)) in CharStringSummaryProvider()
79 StringPrinter::ReadBufferAndDumpToStreamOptions options(valobj); in CharSummaryProvider() local
87 options.SetData(std::move(data)); in CharSummaryProvider()
88 options.SetStream(&stream); in CharSummaryProvider()
89 options.SetPrefixToken(ElemTraits.first); in CharSummaryProvider()
[all …]
/freebsd/contrib/kyua/utils/cmdline/
H A Dparser_test.cpp240 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
241 const parsed_cmdline cmdline = parse(argc, argv, options); in ATF_TEST_CASE_BODY()
256 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
257 options.push_back(&a); in ATF_TEST_CASE_BODY()
258 options.push_back(&b); in ATF_TEST_CASE_BODY()
259 options.push_back(&c); in ATF_TEST_CASE_BODY()
260 options.push_back(&d); in ATF_TEST_CASE_BODY()
261 const parsed_cmdline cmdline = parse(argc, argv, options); in ATF_TEST_CASE_BODY()
274 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
275 const parsed_cmdline cmdline = parse(argc, argv, options); in ATF_TEST_CASE_BODY()
[all …]

12345678910>>...97