Home
last modified time | relevance | path

Searched refs:opts (Results 101 – 125 of 1703) sorted by relevance

12345678910>>...69

/netbsd/external/gpl3/gcc/dist/gcc/common/config/v850/
H A Dv850-common.cc43 struct gcc_options *opts, const char *opt, in v850_handle_memory_option() argument
49 opts->x_small_memory_max[type] = size; in v850_handle_memory_option()
55 v850_handle_option (struct gcc_options *opts, in v850_handle_option() argument
66 opts->x_target_flags |= MASK_EP | MASK_PROLOG_FUNCTION; in v850_handle_option()
70 opts->x_target_flags &= ~(MASK_CPU ^ MASK_V850); in v850_handle_option()
76 opts->x_target_flags &= ~(MASK_CPU ^ MASK_V850E); in v850_handle_option()
80 opts->x_target_flags &= ~(MASK_CPU ^ MASK_V850E2); in v850_handle_option()
84 opts->x_target_flags &= ~(MASK_CPU ^ MASK_V850E2V3); in v850_handle_option()
88 v850_handle_memory_option (SMALL_MEMORY_TDA, opts, in v850_handle_option()
94 v850_handle_memory_option (SMALL_MEMORY_SDA, opts, in v850_handle_option()
[all …]
/netbsd/external/public-domain/xz/dist/src/xz/
H A Doptions.c92 if (opts[i].name == NULL) in parse_options()
96 if (strcmp(name, opts[i].name) == 0) in parse_options()
103 if (opts[i].map != NULL) { in parse_options()
112 if (opts[i].map[j].name == NULL) in parse_options()
118 } else if (opts[i].min == UINT64_MAX) { in parse_options()
126 opts[i].min, opts[i].max); in parse_options()
167 static const option_map opts[] = { in options_delta() local
180 parse_options(str, opts, &set_delta, options); in options_delta()
211 static const option_map opts[] = { in options_bcj() local
221 parse_options(str, opts, &set_bcj, options); in options_bcj()
[all …]
/netbsd/external/bsd/ipf/dist/tools/
H A Dipf.c41 int opts = 0; variable
99 opts &= ~OPT_INACTIVE;
112 opts ^= OPT_DEBUG;
121 opts ^= OPT_INACTIVE;
138 opts ^= OPT_NORESOLVE;
141 opts ^= OPT_REMOVE;
151 opts += OPT_VERBOSE;
286 if (opts & OPT_VERBOSE)
292 if (opts & OPT_VERBOSE)
298 if (opts & OPT_VERBOSE)
[all …]
/netbsd/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DUtil.pm249 my %opts = @_;
251 my $indent = $opts{indent} // 1;
253 my $nlindent1 = defined $opts{indent} ? "\n" . ' ' x $indent : ' ';
255 my $nlindent2 = defined $opts{indent} ? "\n" . ' ' x ($indent + 4) : ' ';
259 $subopts{indent} = $opts{indent} + 4 if defined $opts{indent};
271 $product = $opts{delimiters} ? '[]' : '';
276 $delim_l = ($opts{delimiters} ? '[' : '').$nlindent2;
277 $delim_r = $nlindent1.($opts{delimiters} ? ']' : '');
283 $product = $opts{delimiters} ? '{}' : '';
288 $delim_l = ($opts{delimiters} ? '{' : '').$nlindent2;
[all …]
/netbsd/crypto/external/bsd/openssl/dist/test/recipes/
H A D80-test_cms.t502 sub { my %opts = @_; rsapssSaltlen("$opts{output}.cms") == 222; },
533 sub { my %opts = @_; rsapssSaltlen("$opts{output}.cms") == 16; },
545 sub { my %opts = @_; rsapssSaltlen("$opts{output}.cms") == 32; },
648 sub { my %opts = @_; contentType_matches("$opts{output}2.cms") == 2; },
663 my %opts = ( @_ );
668 $opts{output} = "$opts{prefix}-$cnt1";
682 $x = $`.$opts{$1}.$' if exists $opts{$1};
689 $opts{input} = $opts{output};
699 my %opts = @_;
706 my %opts = @_;
[all …]
H A Dtconversion.pl25 my %opts = @_;
27 die "Missing option -type" unless $opts{-type};
28 die "Missing option -in" unless $opts{-in};
29 my $testtype = $opts{-type};
30 my $t = $opts{-in};
31 my $prefix = $opts{-prefix} // $testtype;
37 if (defined $opts{-args}) {
38 @openssl_args = @{$opts{-args}} if ref $opts{-args} eq 'ARRAY';
39 @openssl_args = ($opts{-args}) if ref $opts{-args} eq '';
/netbsd/usr.bin/rdist/
H A Dserver.c210 opts = 0; in server()
212 opts = (opts << 3) | (*cp++ - '0'); in server()
403 rmchk(opts); in sendf()
435 opts |= COMPARE; in sendf()
762 opts = (opts << 3) | (*cp++ - '0'); in recvf()
1001 opts = 0; in hardlink()
1003 opts = (opts << 3) | (*cp++ - '0'); in hardlink()
1144 rmchk(int opts) in rmchk() argument
1232 int len, opts; in clean() local
1234 opts = 0; in clean()
[all …]
/netbsd/external/bsd/ntp/dist/scripts/calc_tickadj/
H A DMakefile.am43 calc_tickadj-opts.def \
44 calc_tickadj-opts \
56 calc_tickadj-opts.def \
57 calc_tickadj-opts \
65 calc_tickadj: $(srcdir)/calc_tickadj-opts
67 $(srcdir)/calc_tickadj-opts: $(srcdir)/calc_tickadj-opts.def
68 $(run_ag) calc_tickadj-opts.def
73 $(run_ag) -DMAN_SECTION=1calc_tickadjman -Tagman-cmd.tpl calc_tickadj-opts.def
82 $(run_ag) -DMAN_SECTION=1calc_tickadjmdoc -Tagmdoc-cmd.tpl calc_tickadj-opts.def
99 $(srcdir)/invoke-calc_tickadj.texi: $(srcdir)/calc_tickadj-opts $(srcdir)/calc_tickadj-opts.def $(s…
[all …]
/netbsd/external/bsd/ntp/dist/scripts/ntp-wait/
H A DMakefile.am34 ntp-wait-opts.def \
35 ntp-wait-opts \
49 ntp-wait-opts.def \
50 ntp-wait-opts \
55 ntp-wait: $(srcdir)/ntp-wait-opts
57 $(srcdir)/ntp-wait-opts: $(srcdir)/ntp-wait-opts.def $(std_def_list)
58 $(run_ag) ntp-wait-opts.def
63 $(run_ag) -DMAN_SECTION=1ntp-waitman -Tagman-cmd.tpl ntp-wait-opts.def
72 $(run_ag) -DMAN_SECTION=1ntp-waitmdoc -Tagmdoc-cmd.tpl ntp-wait-opts.def
89 $(srcdir)/invoke-ntp-wait.texi: ntp-wait-opts $(srcdir)/ntp-wait-opts.def $(std_def_list)
[all …]
/netbsd/external/bsd/ntp/dist/scripts/ntpsweep/
H A DMakefile.am36 ntpsweep-opts.def \
37 ntpsweep-opts \
55 ntpsweep-opts.def \
56 ntpsweep-opts \
61 ntpsweep: $(srcdir)/ntpsweep-opts
63 $(srcdir)/ntpsweep-opts: ntpsweep-opts.def $(std_def_list)
64 $(run_ag) ntpsweep-opts.def
68 $(srcdir)/ntpsweep.1ntpsweepman: ntpsweep-opts.def $(std_def_list)
77 $(srcdir)/ntpsweep.1ntpsweepmdoc: ntpsweep-opts.def $(std_def_list)
95 $(srcdir)/invoke-ntpsweep.texi: ntpsweep-opts ntpsweep-opts.def $(std_def_list)
[all …]
/netbsd/external/bsd/ntp/dist/scripts/ntptrace/
H A DMakefile.am31 ntptrace-opts.def \
32 ntptrace-opts \
48 ntptrace-opts.def \
49 ntptrace-opts \
54 ntptrace: $(srcdir)/ntptrace-opts
56 $(srcdir)/ntptrace-opts: $(srcdir)/ntptrace-opts.def $(std_def_list)
57 $(run_ag) ntptrace-opts.def
62 $(run_ag) -DMAN_SECTION=1ntptraceman -Tagman-cmd.tpl ntptrace-opts.def
71 $(run_ag) -DMAN_SECTION=1ntptracemdoc -Tagmdoc-cmd.tpl ntptrace-opts.def
88 $(srcdir)/invoke-ntptrace.texi: ntptrace-opts $(srcdir)/ntptrace-opts.def $(std_def_list)
[all …]
/netbsd/external/mpl/dhcp/dist/contrib/ms2isc/
H A Dms2isc.pl107 ($opts{s} and $opts{o}) or die $usage;
108 if ($opts{k}) { $opts{p} or die $usage; }
112 %SuperScopes = GetSuperScope($opts{s});
113 %Scopes = GetScopes ($opts{s});
118 $outfile = new FileHandle "> $opts{o}";
120 die "Can't open file: $opts{o}: $!";
134 if ($opts{p} or $opts{k}) {
136 PrintSubnetUpdate($outfile, $j, $opts{p}, $opts{k});
144 if ($opts{p} or $opts{k}) { PrintSubnetUpdate($outfile, $i, $opts{p}, $opts{k}); }
148 if ($opts{p} or $opts{k}) {
[all …]
/netbsd/external/bsd/ipf/dist/l4check/
H A Dl4check.c62 int opts = 0; variable
162 if (opts & OPT_VERBOSE)
168 if (opts & OPT_VERBOSE)
195 if (opts & OPT_VERBOSE)
204 if (opts & OPT_VERBOSE)
231 if (opts & OPT_VERBOSE)
236 if (opts & OPT_VERBOSE)
243 if (opts & OPT_VERBOSE)
370 if (opts & OPT_VERBOSE) in runconfig()
780 opts |= OPT_VERBOSE;
[all …]
/netbsd/crypto/external/bsd/openssh/dist/
H A Dssh-sk.c354 if (opts == NULL) in sshsk_free_options()
357 free(opts[i]->name); in sshsk_free_options()
358 free(opts[i]->value); in sshsk_free_options()
359 free(opts[i]); in sshsk_free_options()
361 free(opts); in sshsk_free_options()
371 if ((opts = recallocarray(opts, nopts, nopts + 2, /* extra for NULL */ in sshsk_add_option()
376 *optsp = opts; in sshsk_add_option()
378 if ((opts[nopts] = calloc(1, sizeof(**opts))) == NULL) { in sshsk_add_option()
410 *optsp = opts; in make_options()
411 opts = NULL; in make_options()
[all …]
H A Dauth.c837 opts->permit_pty_flag ? " pty" : "", in auth_log_authopts()
838 opts->require_verify ? " uv" : "", in auth_log_authopts()
849 for (i = 0; i < opts->nenv; i++) { in auth_log_authopts()
853 loc, opts->env[i]); in auth_log_authopts()
859 if (opts->valid_before != 0) { in auth_log_authopts()
863 if (opts->cert_principals != NULL) { in auth_log_authopts()
865 loc, opts->cert_principals); in auth_log_authopts()
867 if (opts->force_command != NULL) in auth_log_authopts()
870 for (i = 0; i < opts->npermitopen; i++) { in auth_log_authopts()
872 loc, opts->permitopen[i]); in auth_log_authopts()
[all …]
/netbsd/sys/arch/zaurus/stand/zboot/
H A Dboot.c459 opts++; /* skip - */ in parseopts()
460 while (*opts && *opts != ' ') { in parseopts()
462 BOOT_FLAG(*opts, r); in parseopts()
469 opts++; in parseopts()
479 char *opts = NULL; in parseboot() local
493 opts = arg; in parseboot()
498 opts = gettrailer(arg); in parseboot()
499 if (opts == NULL || *opts == '\0') { in parseboot()
500 opts = NULL; in parseboot()
501 } else if (*opts != '-') { in parseboot()
[all …]
/netbsd/external/bsd/ntp/dist/ntpsnmpd/
H A DMakefile.am9 ntpsnmpd-opts.c ntpsnmpd-opts.h ntpSnmpSubagentObject.h \
32 ntpsnmpd-opts.def \
42 BUILT_SOURCES= ntpsnmpd-opts.c ntpsnmpd-opts.h
74 $(srcdir)/ntpsnmpd-opts.h: $(srcdir)/ntpsnmpd-opts.c
77 $(srcdir)/ntpsnmpd-opts.c: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
78 $(run_ag) ntpsnmpd-opts.def
82 $(srcdir)/ntpsnmpd.1ntpsnmpdman: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
83 $(run_ag) -DMAN_SECTION=1ntpsnmpdman -Tagman-cmd.tpl ntpsnmpd-opts.def
92 $(run_ag) -DMAN_SECTION=1ntpsnmpdmdoc -Tagmdoc-cmd.tpl ntpsnmpd-opts.def
109 $(srcdir)/invoke-ntpsnmpd.texi: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/
H A Dlinux.h32 #define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC) argument
33 #define OPTION_UCLIBC_P(opts) (DEFAULT_LIBC == LIBC_UCLIBC) argument
34 #define OPTION_BIONIC_P(opts) (DEFAULT_LIBC == LIBC_BIONIC) argument
36 #define OPTION_MUSL_P(opts) (DEFAULT_LIBC == LIBC_MUSL) argument
38 #define OPTION_GLIBC_P(opts) ((opts)->x_linux_libc == LIBC_GLIBC) argument
39 #define OPTION_UCLIBC_P(opts) ((opts)->x_linux_libc == LIBC_UCLIBC) argument
40 #define OPTION_BIONIC_P(opts) ((opts)->x_linux_libc == LIBC_BIONIC) argument
42 #define OPTION_MUSL_P(opts) ((opts)->x_linux_libc == LIBC_MUSL) argument
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Ddofile.pl33 my %opts = ();
34 getopt('oi', \%opts);
39 . (defined($opts{o}) ? " by $opts{o}" : "")
43 if (defined($opts{s})) {
45 open VARS, $opts{s} or die "Couldn't open $opts{s}, $!";
52 if defined($opts{i}) and scalar(@ARGV) == 0;
/netbsd/lib/librefuse/
H A Drefuse_lowlevel.c81 struct fuse_cmdline_opts *opts = data; in refuse_lowlevel_opt_proc() local
85 if (opts->mountpoint == NULL) { in refuse_lowlevel_opt_proc()
86 return fuse_opt_add_opt(&opts->mountpoint, arg); in refuse_lowlevel_opt_proc()
125 __fuse_parse_cmdline(struct fuse_args *args, struct fuse_cmdline_opts *opts) in __fuse_parse_cmdline() argument
127 memset(opts, 0, sizeof(*opts)); in __fuse_parse_cmdline()
134 opts->singlethread = 1; in __fuse_parse_cmdline()
136 if (fuse_opt_parse(args, opts, fuse_lowlevel_opts, in __fuse_parse_cmdline()
140 if (!opts->nodefault_fsname) { in __fuse_parse_cmdline()
/netbsd/sys/arch/landisk/stand/boot/
H A Dboot2.c456 opts++; /* skip - */ in parseopts()
457 while (*opts && *opts != ' ') { in parseopts()
459 BOOT_FLAG(*opts, r); in parseopts()
466 opts++; in parseopts()
476 char *opts = NULL; in parseboot() local
490 opts = arg; in parseboot()
495 opts = gettrailer(arg); in parseboot()
496 if (*opts == '\0') { in parseboot()
497 opts = NULL; in parseboot()
498 } else if (*opts != '-') { in parseboot()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dopts.h306 bool (*handler) (struct gcc_options *opts,
373 extern void init_options_struct (struct gcc_options *opts,
382 extern void decode_options (struct gcc_options *opts,
393 extern void set_option (struct gcc_options *opts,
399 bool handle_generated_option (struct gcc_options *opts,
411 extern void read_cmdline_option (struct gcc_options *opts,
422 struct gcc_options *opts,
432 extern bool common_handle_option (struct gcc_options *opts,
440 extern bool target_handle_option (struct gcc_options *opts,
448 extern void finish_options (struct gcc_options *opts,
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Ddisplay.py4 def create_display(opts, tests, total_tests, workers): argument
5 if opts.quiet:
14 if opts.succinct and opts.useProgressBar:
23 return Display(opts, tests, header, progress_bar)
71 def __init__(self, opts, tests, header, progress_bar): argument
72 self.opts = opts
90 self.opts.showAllOutput or \
91 (not self.opts.quiet and not self.opts.succinct)
114 if (test.isFailure() and self.opts.showOutput) or \
115 self.opts.showAllOutput:
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dopts.h278 bool (*handler) (struct gcc_options *opts,
345 extern void init_options_struct (struct gcc_options *opts,
354 extern void decode_options (struct gcc_options *opts,
365 extern void set_option (struct gcc_options *opts,
370 bool handle_generated_option (struct gcc_options *opts,
382 extern void read_cmdline_option (struct gcc_options *opts,
393 struct gcc_options *opts,
403 extern bool common_handle_option (struct gcc_options *opts,
411 extern bool target_handle_option (struct gcc_options *opts,
419 extern void finish_options (struct gcc_options *opts,
[all …]
/netbsd/crypto/external/bsd/openssl/dist/Configurations/
H A Dgentemplate.pm15 my %opts = @_;
40 my %opts = @_;
43 output => $opts{output},
44 config => $opts{config} // {},
45 disabled => $opts{disabled} // {},
55 my %opts = @_;
208 my %opts = @_;
226 %opts);
258 my %opts = @_;
279 join(",", map { "\n $_ = $opts{$_}" } sort keys %opts), "\n"
[all …]

12345678910>>...69