Searched refs:options (Results 26 - 50 of 1362) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DSystemZ.cpp25 if (Args.hasArg(options::OPT_mfloat_abi_EQ))
27 << Args.getLastArg(options::OPT_mfloat_abi_EQ)->getAsString(Args);
29 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_msoft_float,
30 options::OPT_mhard_float))
31 if (A->getOption().matches(clang::driver::options::OPT_msoft_float))
38 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) {
57 if (Arg *A = Args.getLastArg(options::OPT_mhtm, options::OPT_mno_htm)) {
58 if (A->getOption().matches(options::OPT_mhtm))
64 if (Arg *A = Args.getLastArg(options
[all...]
H A DRISCV.cpp33 Args.hasArg(options::OPT_menable_experimental_extensions);
70 if (Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) {
79 // Handle features corresponding to "-ffixed-X" options
80 if (Args.hasArg(options::OPT_ffixed_x1))
82 if (Args.hasArg(options::OPT_ffixed_x2))
84 if (Args.hasArg(options::OPT_ffixed_x3))
86 if (Args.hasArg(options::OPT_ffixed_x4))
88 if (Args.hasArg(options::OPT_ffixed_x5))
90 if (Args.hasArg(options::OPT_ffixed_x6))
92 if (Args.hasArg(options
[all...]
H A DLoongArch.cpp29 if (const Arg *A = Args.getLastArg(options::OPT_mdouble_float,
30 options::OPT_msingle_float,
31 options::OPT_msoft_float)) {
32 if (A->getOption().matches(options::OPT_mdouble_float))
34 if (A->getOption().matches(options::OPT_msingle_float))
36 if (A->getOption().matches(options::OPT_msoft_float))
41 if (const Arg *A = Args.getLastArg(options::OPT_mabi_EQ))
45 if (const Arg *A = Args.getLastArg(options::OPT_mfpu_EQ)) {
66 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) {
86 // Note: -m*-float wins any other options
[all...]
/openbsd-current/usr.bin/ssh/
H A Dauth2-none.c46 extern ServerOptions options;
59 if (options.permit_empty_passwd && options.password_authentication)
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) argument
74 memset(options, 0, sizeof(*options));
75 options->num_ports = 0;
76 options->ports_from_cmdline = 0;
77 options->queued_listen_addrs = NULL;
78 options->num_queued_listens = 0;
79 options
244 servconf_add_hostkey(const char *file, const int line, ServerOptions *options, const char *path, int userprovided) argument
256 servconf_add_hostcert(const char *file, const int line, ServerOptions *options, const char *path) argument
267 fill_default_server_options(ServerOptions *options) argument
750 add_listen_addr(ServerOptions *options, const char *addr, const char *rdomain, int port) argument
766 add_one_listen_addr(ServerOptions *options, const char *addr, const char *rdomain, int port) argument
845 queue_listen_addr(ServerOptions *options, const char *addr, const char *rdomain, int port) argument
864 process_queued_listen_addrs(ServerOptions *options) argument
1186 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) argument
2595 process_server_config_line(ServerOptions *options, char *line, const char *filename, int linenum, int *activep, struct connection_info *connectinfo, struct include_list *includes) argument
2645 parse_server_match_config(ServerOptions *options, struct include_list *includes, struct connection_info *connectinfo) argument
2845 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) argument
2874 parse_server_config(ServerOptions *options, const char *filename, struct sshbuf *conf, struct include_list *includes, struct connection_info *connectinfo, int reexec) 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,
175 /* Deprecated options */
186 /* Unsupported options */
194 /* Sometimes-unsupported options */
357 * Adds a local TCP/IP port forward to options. Never returns if there is an
362 add_local_forward(Options *options, const struct Forward *newfwd) argument
368 for (i = 0; i < options
391 add_remote_forward(Options *options, const struct Forward *newfwd) argument
417 clear_forwardings(Options *options) argument
447 add_certificate_file(Options *options, const char *path, int userprovided) argument
471 add_identity_file(Options *options, const char *dir, const char *filename, int userprovided) 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) argument
822 rm_env(Options *options, const char *arg, const char *filename, int linenum) 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) 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) argument
2408 read_config_file(const char *filename, struct passwd *pw, const char *host, const char *original_host, Options *options, int flags, int *want_final_pass) argument
2420 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) argument
2486 config_has_permitted_cnames(Options *options) argument
2503 initialize_options(Options * options) argument
2631 fill_default_options_for_canonicalization(Options *options) argument
2646 fill_default_options(Options * options) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.h21 const TypeSummaryOptions &options);
/openbsd-current/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DCXXFunctionPointer.h17 const TypeSummaryOptions &options);
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DPS4CPU.cpp37 if ((Args.hasFlag(options::OPT_fprofile_arcs, options::OPT_fno_profile_arcs,
39 Args.hasFlag(options::OPT_fprofile_generate,
40 options::OPT_fno_profile_generate, false) ||
41 Args.hasFlag(options::OPT_fprofile_generate_EQ,
42 options::OPT_fno_profile_generate, false) ||
43 Args.hasFlag(options::OPT_fprofile_instr_generate,
44 options::OPT_fno_profile_instr_generate, false) ||
45 Args.hasFlag(options::OPT_fprofile_instr_generate_EQ,
46 options
[all...]
H A DClang.cpp65 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC,
66 options::OPT_fminimize_whitespace,
67 options::OPT_fno_minimize_whitespace)) {
68 if (!Args.hasArg(options::OPT_E) && !Args.hasArg(options::OPT__SLASH_P) &&
69 !Args.hasArg(options::OPT__SLASH_EP) && !D.CCCIsCPP()) {
79 if (Args.hasArg(options::OPT_static))
81 Args.getLastArg(options::OPT_dynamic, options
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DGeneric.h20 const TypeSummaryOptions &options);
/openbsd-current/usr.sbin/dhcpd/
H A Ddhcp.c172 if (((packet->options[DHO_DHCP_CLIENT_IDENTIFIER].len != 0) &&
174 packet->options[DHO_DHCP_CLIENT_IDENTIFIER].data,
175 packet->options[DHO_DHCP_CLIENT_IDENTIFIER].len)) !=
214 if (packet->options[DHO_DHCP_REQUESTED_ADDRESS].len == 4)
216 packet->options[DHO_DHCP_REQUESTED_ADDRESS].data, 4);
278 (packet->options[DHO_DHCP_REQUESTED_ADDRESS].len == 4 &&
355 packet->options[DHO_DHCP_CLIENT_IDENTIFIER].len &&
356 !memcmp(packet->options[DHO_DHCP_CLIENT_IDENTIFIER].data,
395 if (packet->options[DHO_DHCP_REQUESTED_ADDRESS].len) {
402 if (packet->options[
584 struct tree_cache *options[256]; local
[all...]
/openbsd-current/gnu/llvm/lldb/scripts/
H A Dverify_api.py65 (options, args) = parser.parse_args(all_args)
68 if options.archs:
69 for arch in options.archs:
70 for library in options.libraries:
81 if options.verbose:
87 if options.api_regex_str:
88 api_regex = re.compile(options.api_regex_str)
90 for arch in options.archs:
100 if options.verbose:
104 if options
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dno_diff.c26 char *ts, *options; local
46 if (vers->entdata && vers->entdata->options)
47 options = xstrdup (vers->entdata->options);
49 options = xstrdup ("");
52 retcode = RCS_cmp_file (vers->srcfile, vers->vn_user, options,
60 options, vers->tag, vers->date, (char *) 0);
91 free (options);
/openbsd-current/lib/libc/sys/
H A Dw_wait4.c22 wait4(pid_t wpid, int *status, int options, struct rusage *rusage) argument
27 ret = HIDDEN(wait4)(wpid, status, options, rusage);
/openbsd-current/gnu/usr.bin/texinfo/lib/
H A Dgetopt1.c45 getopt_long (int argc, char *const *argv, const char *options,
48 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
52 _getopt_long_r (int argc, char *const *argv, const char *options,
56 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
66 getopt_long_only (int argc, char *const *argv, const char *options,
69 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
73 _getopt_long_only_r (int argc, char *const *argv, const char *options,
77 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
44 getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
51 _getopt_long_r(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
65 getopt_long_only(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
72 _getopt_long_only_r(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-client-tcp-nodns.pl17 options => ["-n", "-T", "127.0.0.1:514"],
H A Dargs-client-tcp4-nodns.pl19 options => ["-n", "-T", "127.0.0.1:514"],
H A Dargs-client-tcp6-nodns.pl19 options => ["-n", "-T", "[::1]:514"],
H A Dargs-client-udp4-nodns.pl17 options => ["-un"],
H A Dargs-client-udp6-nodns.pl17 options => ["-un"],
H A Dargs-memory-flags.pl22 options => ["-o", "memory"],
H A Dargs-memory-list.pl21 options => ["-q"],
H A Dargs-proto-udp4-only6.pl17 options => ["-6"],
H A Dargs-proto-udp6-only4.pl17 options => ["-4"],

Completed in 166 milliseconds

1234567891011>>