Searched refs:options (Results 51 - 75 of 3091) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DM68k.cpp28 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) {
52 if (Args.hasArg(clang::driver::options::OPT_m68000))
54 if (Args.hasArg(clang::driver::options::OPT_m68010))
56 if (Args.hasArg(clang::driver::options::OPT_m68020))
58 if (Args.hasArg(clang::driver::options::OPT_m68030))
60 if (Args.hasArg(clang::driver::options::OPT_m68040))
62 if (Args.hasArg(clang::driver::options::OPT_m68060))
77 if (Args.hasArg(options::OPT_ffixed_a0))
79 if (Args.hasArg(options::OPT_ffixed_a1))
81 if (Args.hasArg(options
[all...]
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 DX86.cpp25 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) {
40 if (const Arg *A = Args.getLastArgNoClaim(options::OPT__SLASH_arch)) {
114 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) {
151 auto SpectreOpt = clang::driver::options::ID::OPT_INVALID;
152 if (Args.hasArgNoClaim(options::OPT_mretpoline, options::OPT_mno_retpoline,
153 options::OPT_mspeculative_load_hardening,
154 options::OPT_mno_speculative_load_hardening)) {
155 if (Args.hasFlag(options::OPT_mretpoline, options
[all...]
/netbsd-current/external/bsd/am-utils/dist/scripts/
H A Dautomount2amd.in11 # dir [ -options ] machine:/path [ # optional comment ]
52 ($dir, $options, $machine, $path, $rest) = ($1, $2, $3, $4, $5);
55 if ($options =~ m/-/) {
56 $options =~ s/\s//g;
57 $options =~ s/^-//g;
58 printf( " -addopts:=$options \\\n");
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dprocess_docs.pl30 my %options = ();
31 GetOptions(\%options,
45 unless ($options{section}) {
46 $options{section} = [ 1, 3, 5, 7 ];
48 unless ($options{sourcedir}) {
49 $options{sourcedir} = catdir($config{sourcedir}, "doc");
51 pod2usage(1) unless ( defined $options{section}
52 && defined $options{sourcedir}
53 && defined $options{destdir}
54 && defined $options{typ
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dservconf.c81 static void parse_server_config_depth(ServerOptions *options,
89 /* Initializes the server options to their default values. */
92 initialize_server_options(ServerOptions *options) argument
94 memset(options, 0, sizeof(*options));
96 /* Portable-specific options */
97 options->use_pam = -1;
100 options->num_ports = 0;
101 options->ports_from_cmdline = 0;
102 options
288 servconf_add_hostkey(const char *file, const int line, ServerOptions *options, const char *path, int userprovided) argument
300 servconf_add_hostcert(const char *file, const int line, ServerOptions *options, const char *path) argument
311 fill_default_server_options(ServerOptions *options) argument
898 add_listen_addr(ServerOptions *options, const char *addr, const char *rdomain, int port) argument
914 add_one_listen_addr(ServerOptions *options, const char *addr, const char *rdomain, int port) argument
997 queue_listen_addr(ServerOptions *options, const char *addr, const char *rdomain, int port) argument
1016 process_queued_listen_addrs(ServerOptions *options) argument
1082 process_permitopen(struct ssh *ssh, ServerOptions *options) argument
1092 process_channel_timeouts(struct ssh *ssh, ServerOptions *options) argument
1427 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
2850 process_server_config_line(ServerOptions *options, char *line, const char *filename, int linenum, int *activep, struct connection_info *connectinfo, struct include_list *includes) argument
2900 parse_server_match_config(ServerOptions *options, struct include_list *includes, struct connection_info *connectinfo) argument
3100 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
3129 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.c67 # 1. command line options
112 # Defaults for various options
126 const char *host, const char *original_host, Options *options,
128 static int process_config_line_depth(Options *options, struct passwd *pw,
194 /* Deprecated options */
205 /* Unsupported options */
229 /* Sometimes-unsupported options */
408 * Adds a local TCP/IP port forward to options. Never returns if there is an
413 add_local_forward(Options *options, const struct Forward *newfwd) argument
419 for (i = 0; i < options
442 add_remote_forward(Options *options, const struct Forward *newfwd) argument
468 clear_forwardings(Options *options) argument
498 add_certificate_file(Options *options, const char *path, int userprovided) argument
522 add_identity_file(Options *options, const char *dir, const char *filename, int userprovided) argument
680 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
874 rm_env(Options *options, const char *arg, const char *filename, int linenum) argument
1048 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
1058 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
2484 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
2496 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
2562 config_has_permitted_cnames(Options *options) argument
2579 initialize_options(Options * options) argument
2724 fill_default_options_for_canonicalization(Options *options) argument
2739 fill_default_options(Options * options) argument
[all...]
H A Dauth2-none.c49 extern ServerOptions options;
62 if (options.permit_empty_passwd && options.password_authentication)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dditch.pl41 my %options={};
42 getopts("s:p:t:", \%options);
45 $addr = $options{s} if defined $options{s};
48 $port = $options{p} if defined $options{p};
H A Dpacket.pl98 my %options={};
99 getopts("a:dp:t:r:", \%options);
102 $addr = $options{a} if defined $options{a};
105 $port = $options{p} if defined $options{p};
108 $proto = lc $options{t} if defined $options{t};
112 $repeats = $options{r} if defined $options{
[all...]
/netbsd-current/external/mit/isl/dist/
H A Dclosure.c3 #include <isl/options.h>
9 struct isl_options *options; local
13 options = isl_options_new_with_defaults();
14 assert(options);
15 argc = isl_options_parse(options, argc, argv, ISL_ARG_ALL);
17 ctx = isl_ctx_alloc_with_options(&isl_options_args, options);
H A Dflow_cmp.c12 #include <isl/options.h>
16 struct options { struct
22 ISL_ARGS_START(struct options, options_args)
23 ISL_ARG_CHILD(struct options, isl, "isl", &isl_options_args, "isl options")
24 ISL_ARG_ARG(struct options, flow1, "flow1", NULL)
25 ISL_ARG_ARG(struct options, flow2, "flow2", NULL)
28 ISL_ARG_DEF(options, struct options, options_args)
64 struct options *option local
[all...]
H A Dcodegen.c18 * - a relation describing AST generation options
25 #include <isl/options.h>
33 struct options { struct
39 ISL_ARGS_START(struct options, options_args)
40 ISL_ARG_CHILD(struct options, isl, "isl", &isl_options_args, "isl options")
41 ISL_ARG_BOOL(struct options, atomic, 0, "atomic", 0,
43 ISL_ARG_BOOL(struct options, separate, 0, "separate", 0,
47 ISL_ARG_DEF(cg_options, struct options, options_args)
48 ISL_ARG_CTX_DEF(cg_options, struct options, options_arg
86 set_options(__isl_take isl_ast_build *build, __isl_take isl_union_map *opt, struct options *options, __isl_keep isl_union_map *schedule) argument
123 struct options *options; local
163 schedule_set_options( __isl_take isl_schedule *schedule, struct options *options) argument
185 struct options *options; local
208 struct options *options; local
[all...]
/netbsd-current/sys/arch/x68k/stand/libsa/
H A Dparseutils.c59 char *options; local
61 if ((options = strchr(arg, ' ')) == NULL)
64 *options++ = '\0';
67 while (*options == ' ')
68 options++;
70 return options;
127 /* now, deal with options */
/netbsd-current/external/mpl/bind/dist/bin/tests/system/formerr/
H A Dformerr.pl55 my %options={};
56 getopts("a:p:", \%options);
59 $addr = $options{a} if defined $options{a};
62 $port = $options{p} if defined $options{p};
/netbsd-current/external/public-domain/xz/dist/src/liblzma/simple/
H A Dsimple_decoder.h19 void **options, const lzma_allocator *allocator,
/netbsd-current/external/zlib/pigz/dist/zopfli/
H A Dgzip_container.h33 options: global program options
38 void ZopfliGzipCompress(const ZopfliOptions* options,
H A Dzlib_container.h33 options: global program options
38 void ZopfliZlibCompress(const ZopfliOptions* options,
H A Dzopfli.h47 /* Initializes options with default values. */
48 void ZopfliInitOptions(ZopfliOptions* options);
61 options: global program options
67 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type,
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dv32-err-2.s2 ; { dg-options " --underscore --march=common_v10_v32 --em=criself" }
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Ddummy.s1 # Dummy input file for tests of command-line options.
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dtsget.in16 use vars qw(%options);
46 # Error-handling related options.
47 $curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
64 # SSL related options.
68 $curl->setopt(CURLOPT_SSLKEY, $options{k}) if defined($options{k});
69 $curl->setopt(CURLOPT_SSLKEYPASSWD, $options{p}) if defined($options{p});
70 $curl->setopt(CURLOPT_SSLCERT, $options{c}) if defined($options{
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dtsget.in16 use vars qw(%options);
46 # Error-handling related options.
47 $curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
64 # SSL related options.
68 $curl->setopt(CURLOPT_SSLKEY, $options{k}) if defined($options{k});
69 $curl->setopt(CURLOPT_SSLKEYPASSWD, $options{p}) if defined($options{p});
70 $curl->setopt(CURLOPT_SSLCERT, $options{c}) if defined($options{
[all...]
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dpvcs2rcs.in194 [-x rcs_extension] [-v none|locks|exists] [options] [path...]
296 # set up the default options
297 my %options = (
398 if ($options{errorfiles})
411 if ($options{debug});
469 if ($options{'rcs-dirs-flat'} && $options{'cvs-module-path'})
474 $cvs_dir = "$options{'cvs-module-path'}/"
531 if (!$options{'pvcs-dirs-flat'} and $fn =~ /^vcs$/i)
533 if ($options{verif
[all...]
/netbsd-current/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma2_decoder.h23 extern uint64_t lzma_lzma2_decoder_memusage(const void *options);
26 void **options, const lzma_allocator *allocator,

Completed in 232 milliseconds

1234567891011>>