/freebsd/tools/tools/nanobsd/pcengines/ |
H A D | ALIX_DSK | 7 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/crypto/openssh/ |
H A D | ssh.c | 143 Options options; variable 269 hints.ai_family = options.address_family == -1 ? in resolve_host() 270 AF_UNSPEC : options.address_family; in resolve_host() 315 hints.ai_family = options.address_family == -1 ? in is_addr() 316 AF_UNSPEC : options.address_family; in is_addr() 346 hints.ai_family = options.address_family == -1 ? in resolve_addr() 347 AF_UNSPEC : options.address_family; in resolve_addr() 392 if (*cname == '\0' || !config_has_permitted_cnames(&options) || in check_follow_cname() 395 if (options.canonicalize_hostname == SSH_CANONICALISE_NO) in check_follow_cname() 402 options.canonicalize_hostname != SSH_CANONICALISE_ALWAYS) in check_follow_cname() [all …]
|
H A D | readconf.c | 136 const char *host, const char *original_host, Options *options, 138 static int process_config_line_depth(Options *options, struct passwd *pw, 378 add_local_forward(Options *options, const struct Forward *newfwd) in add_local_forward() argument 384 for (i = 0; i < options->num_local_forwards; i++) { in add_local_forward() 385 if (forward_equals(newfwd, options->local_forwards + i)) in add_local_forward() 388 options->local_forwards = xreallocarray(options->local_forwards, in add_local_forward() 389 options->num_local_forwards + 1, in add_local_forward() 390 sizeof(*options->local_forwards)); in add_local_forward() 391 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward() 407 add_remote_forward(Options *options, const struct Forward *newfwd) in add_remote_forward() argument [all …]
|
H A D | servconf.c | 77 static void parse_server_config_depth(ServerOptions *options, 88 initialize_server_options(ServerOptions *options) in initialize_server_options() argument 90 memset(options, 0, sizeof(*options)); in initialize_server_options() 93 options->use_pam = -1; in initialize_server_options() 96 options->num_ports = 0; in initialize_server_options() 97 options->ports_from_cmdline = 0; in initialize_server_options() 98 options->queued_listen_addrs = NULL; in initialize_server_options() 99 options->num_queued_listens = 0; in initialize_server_options() 100 options->listen_addrs = NULL; in initialize_server_options() 101 options->num_listen_addrs = 0; in initialize_server_options() [all …]
|
/freebsd/sys/arm/conf/ |
H A D | std.armv6 |
|
H A D | std.armv7 | 4 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 D | QORIQ64 | 18 options FPU_EMU 19 options MAXCPU=32 21 options _KPOSIX_PRIORITY_SCHEDULING 22 options ALT_BREAK_TO_DEBUGGER 23 options BREAK_TO_DEBUGGER 24 options BOOTP 25 options BOOTP_NFSROOT 26 #options BOOTP_NFSV3 27 options CD9660 28 #options COMPAT_4 [all...] |
H A D | MPC85XX | 16 options FPU_EMU 17 options MAXCPU=32 19 options _KPOSIX_PRIORITY_SCHEDULING 20 options ALT_BREAK_TO_DEBUGGER 21 options BREAK_TO_DEBUGGER 22 options BOOTP 23 options BOOTP_NFSROOT 24 #options BOOTP_NFSV3 25 options CD9660 26 options COMPAT_4 [all...] |
H A D | MPC85XXSPE | 16 options FPU_EMU 17 options MAXCPU=2 19 options _KPOSIX_PRIORITY_SCHEDULING 20 options ALT_BREAK_TO_DEBUGGER 21 options BREAK_TO_DEBUGGER 22 options BOOTP 23 options BOOTP_NFSROOT 24 #options BOOTP_NFSV3 25 options CD9660 26 options COMPAT_4 [all...] |
H A D | GENERIC | 14 # 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 INE [all...] |
H A D | GENERIC64 | 14 # 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 NUM [all...] |
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 73 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC, in CheckPreprocessingOptions() 74 options::OPT_fminimize_whitespace, in CheckPreprocessingOptions() 75 options::OPT_fno_minimize_whitespace, in CheckPreprocessingOptions() 76 options::OPT_fkeep_system_includes, in CheckPreprocessingOptions() 77 options::OPT_fno_keep_system_includes)) { in CheckPreprocessingOptions() 78 if (!Args.hasArg(options::OPT_E) && !Args.hasArg(options::OPT__SLASH_P) && in CheckPreprocessingOptions() 79 !Args.hasArg(options::OPT__SLASH_EP) && !D.CCCIsCPP()) { in CheckPreprocessingOptions() 89 if (Args.hasArg(options::OPT_static)) in CheckCodeGenerationOptions() 91 Args.getLastArg(options::OPT_dynamic, options::OPT_mdynamic_no_pic)) in CheckCodeGenerationOptions() 185 Arg *A = Args.getLastArg(options::OPT_mrecip, options::OPT_mrecip_EQ); in ParseMRecip() [all …]
|
H A D | Flang.cpp | 39 Args.addAllArgs(CmdArgs, {options::OPT_ffixed_form, in addFortranDialectOptions() 40 options::OPT_ffree_form, in addFortranDialectOptions() 41 options::OPT_ffixed_line_length_EQ, in addFortranDialectOptions() 42 options::OPT_fopenacc, in addFortranDialectOptions() 43 options::OPT_finput_charset_EQ, in addFortranDialectOptions() 44 options::OPT_fimplicit_none, in addFortranDialectOptions() 45 options::OPT_fno_implicit_none, in addFortranDialectOptions() 46 options::OPT_fbackslash, in addFortranDialectOptions() 47 options::OPT_fno_backslash, in addFortranDialectOptions() 48 options::OPT_flogical_abbreviations, in addFortranDialectOptions() [all …]
|
H A D | PS4CPU.cpp | 38 if ((Args.hasFlag(options::OPT_fprofile_arcs, options::OPT_fno_profile_arcs, in addProfileRTArgs() 40 Args.hasFlag(options::OPT_fprofile_generate, in addProfileRTArgs() 41 options::OPT_fno_profile_generate, false) || in addProfileRTArgs() 42 Args.hasFlag(options::OPT_fprofile_generate_EQ, in addProfileRTArgs() 43 options::OPT_fno_profile_generate, false) || in addProfileRTArgs() 44 Args.hasFlag(options::OPT_fprofile_instr_generate, in addProfileRTArgs() 45 options::OPT_fno_profile_instr_generate, false) || in addProfileRTArgs() 46 Args.hasFlag(options::OPT_fprofile_instr_generate_EQ, in addProfileRTArgs() 47 options::OPT_fno_profile_instr_generate, false) || in addProfileRTArgs() 48 Args.hasFlag(options::OPT_fcs_profile_generate, in addProfileRTArgs() [all …]
|
H A D | AIX.cpp | 44 if (Arg *A = C.getArgs().getLastArg(options::OPT_G)) { in ConstructJob() 63 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler); in ConstructJob() 124 if (Arg *A = C.getArgs().getLastArg(options::OPT_G)) { in ConstructJob() 130 if (Args.hasArg(options::OPT_static)) in ConstructJob() 134 if (Args.hasArg(options::OPT_shared)) { in ConstructJob() 139 if (Args.hasFlag(options::OPT_mxcoff_roptr, options::OPT_mno_xcoff_roptr, in ConstructJob() 141 if (Args.hasArg(options::OPT_shared)) in ConstructJob() 153 if (Args.hasFlag(options::OPT_fprofile_arcs, options::OPT_fno_profile_arcs, in ConstructJob() 155 Args.hasFlag(options::OPT_fprofile_generate, in ConstructJob() 156 options::OPT_fno_profile_generate, false) || in ConstructJob() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSString.cpp | 133 StringPrinter::ReadStringAndDumpToStreamOptions options(valobj); in NSStringSummaryProvider() local 134 options.SetPrefixToken(prefix.str()); in NSStringSummaryProvider() 135 options.SetSuffixToken(suffix.str()); in NSStringSummaryProvider() 143 options.SetLocation(location); in NSStringSummaryProvider() 144 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider() 145 options.SetStream(&stream); in NSStringSummaryProvider() 146 options.SetQuote('"'); in NSStringSummaryProvider() 147 options.SetSourceSize(explicit_length); in NSStringSummaryProvider() 148 options.SetHasSourceSize(has_explicit_length); in NSStringSummaryProvider() 149 options.SetNeedsZeroTermination(false); in NSStringSummaryProvider() [all …]
|
/freebsd/sys/powerpc/conf/dpaa/ |
H A D | DPAA | 18 options MPC85XX #Freescale SoC family 20 options SMP #Symmetric Multi Processing 22 #options SCHED_4BSD #4BSD scheduler 23 options INET #InterNETworking 24 options INET6 #IPv6 communications protocols 25 options FFS #Berkeley Fast Filesystem 26 options NFSCL #New Network Filesystem Client 27 options SOFTUPDATES #Enable FFS soft updates support 28 options PROCFS #Process filesystem (requires PSEUDOFS) 29 options PSEUDOF [all...] |
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | Mips.cpp | 53 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ, in getMipsCPUAndABI() 54 options::OPT_mcpu_EQ)) in getMipsCPUAndABI() 57 if (Arg *A = Args.getLastArg(options::OPT_mabi_EQ)) { in getMipsCPUAndABI() 150 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in getMipsFloatABI() 151 options::OPT_mfloat_abi_EQ)) { in getMipsFloatABI() 152 if (A->getOption().matches(options::OPT_msoft_float)) in getMipsFloatABI() 154 else if (A->getOption().matches(options::OPT_mhard_float)) in getMipsFloatABI() 226 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC, in getMIPSTargetFeatures() 227 options::OPT_fpic, options::OPT_fno_pic, in getMIPSTargetFeatures() 228 options::OPT_fPIE, options::OPT_fno_PIE, in getMIPSTargetFeatures() [all …]
|
H A D | RISCV.cpp | 33 Args.hasArg(options::OPT_menable_experimental_extensions); in getArchFeatures() 85 if (Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) { in getRISCVTargetFeatures() 99 if (Args.hasArg(options::OPT_ffixed_x1)) in getRISCVTargetFeatures() 101 if (Args.hasArg(options::OPT_ffixed_x2)) in getRISCVTargetFeatures() 103 if (Args.hasArg(options::OPT_ffixed_x3)) in getRISCVTargetFeatures() 105 if (Args.hasArg(options::OPT_ffixed_x4)) in getRISCVTargetFeatures() 107 if (Args.hasArg(options::OPT_ffixed_x5)) in getRISCVTargetFeatures() 109 if (Args.hasArg(options::OPT_ffixed_x6)) in getRISCVTargetFeatures() 111 if (Args.hasArg(options::OPT_ffixed_x7)) in getRISCVTargetFeatures() 113 if (Args.hasArg(options::OPT_ffixed_x8)) in getRISCVTargetFeatures() [all …]
|
H A D | X86.cpp | 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() 124 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mabi_EQ)) { in getX86TargetFeatures() 132 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) { in getX86TargetFeatures() 167 auto SpectreOpt = clang::driver::options::ID::OPT_INVALID; in getX86TargetFeatures() 168 if (Args.hasArgNoClaim(options::OPT_mretpoline, options::OPT_mno_retpoline, in getX86TargetFeatures() 169 options::OPT_mspeculative_load_hardening, in getX86TargetFeatures() 170 options::OPT_mno_speculative_load_hardening)) { in getX86TargetFeatures() 171 if (Args.hasFlag(options::OPT_mretpoline, options::OPT_mno_retpoline, in getX86TargetFeatures() 175 SpectreOpt = options::OPT_mretpoline; in getX86TargetFeatures() [all …]
|
H A D | M68k.cpp | 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() 70 Arg *A = Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in addFloatABIFeatures() 71 options::OPT_m68881); in addFloatABIFeatures() 73 if (A && A->getOption().matches(options::OPT_msoft_float)) { in addFloatABIFeatures() [all …]
|
/freebsd/sys/riscv/conf/ |
H A D | GENERIC | 14 # 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 ROUTE_MPATH # Multipath routing support 34 options TCP_OFFLOA [all...] |
/freebsd/libexec/tftpd/ |
H A D | tftp-options.c | 51 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/kyua/utils/cmdline/ |
H A D | parser_test.cpp | 240 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 …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CxxStringTypes.cpp | 57 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 …]
|