Searched refs:opts (Results 176 - 200 of 850) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/tcpdmatch/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/compress/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/tail/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/ntp/doc/icons/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/rpcbind/tests/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/ntp/doc/drivers/scripts/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/ntp/doc/drivers/icons/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/indent/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/tzsetup/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/sdiff/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/nfsuserd/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.bin/patch/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/share/zoneinfo/tests/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/usr.sbin/procctl/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dcidrexpand84 our %opts;
85 getopts('ct:', \%opts);
88 my $space_re = exists $opts{t} ? $opts{t} : '\s+';
102 if ( (/\#/) && $opts{c} )
/freebsd-11-stable/sys/modules/tcp/
H A DMakefile5 .include <kmod.opts.mk>
/freebsd-11-stable/usr.bin/clang/llvm-cxxfilt/
H A DMakefile3 .include <src.opts.mk>
/freebsd-11-stable/lib/libarchive/
H A DMakefile2 .include <src.opts.mk>
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dload_hash.c62 if ((opts & OPT_REMOVE) == 0) {
64 if ((opts & OPT_DONOTHING) == 0) {
73 if (opts & OPT_VERBOSE) {
80 printhash(&iph, bcopywrap, iph.iph_name, opts, NULL);
89 if (opts & OPT_DEBUG)
95 if ((opts & OPT_REMOVE) != 0) {
97 if ((opts & OPT_DONOTHING) == 0) {
/freebsd-11-stable/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in13 my $opts;
14 if (!processOptions(\@_, $opts)) {
18 my $dodns = $opts->{numeric} ? 0 : 1;
19 my $max_hosts = $opts->{'max-hosts'};
20 my $host = shift || $opts->{host};
/freebsd-11-stable/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in34 my $opts;
35 if (!processOptions(\@_, $opts) ||
36 (((@_ != 1) && !$opts->{host} && !@{$opts->{'host-list'}}))) {
43 ($opts->{peers}, $opts->{maxlevel}, $opts->{strip});
51 if ($opts->{host}) {
52 push @hosts, $opts->{host};
56 push @hosts, @{$opts
[all...]
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A DMakefile.am31 update-leap-opts.def \
32 update-leap-opts \
53 update-leap-opts \
56 $(srcdir)/update-leap: $(srcdir)/update-leap-opts
59 $(srcdir)/update-leap-opts: update-leap-opts.def $(std_def_list)
60 $(run_ag) update-leap-opts.def
64 $(srcdir)/update-leap.1update-leapman: $(srcdir)/update-leap-opts.def $(std_def_list)
65 $(run_ag) -DMAN_SECTION=1update-leapman -Tagman-cmd.tpl update-leap-opts.def
73 $(srcdir)/update-leap.1update-leapmdoc: $(srcdir)/update-leap-opts
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf.c32 int opts = 0; variable
93 opts &= ~OPT_INACTIVE;
106 opts ^= OPT_DEBUG;
115 opts ^= OPT_INACTIVE;
124 opts ^= OPT_DONOTHING|OPT_DONTOPEN;
132 opts ^= OPT_NORESOLVE;
135 opts ^= OPT_REMOVE;
145 opts += OPT_VERBOSE;
155 opts ^= OPT_ZERORULEST;
178 if (opts
[all...]
/freebsd-11-stable/sys/dev/uart/
H A Duart_cpu_powerpc.c54 ofw_get_uart_console(phandle_t opts, phandle_t *result, const char *inputdev, argument
60 if (OF_getprop(opts, inputdev, buf, sizeof(buf)) == -1)
67 if (OF_getprop(opts, outputdev, buf, sizeof(buf)) == -1)
114 phandle_t input, opts, chosen; local
117 opts = OF_finddevice("/options");
137 if (opts != -1 && error != 0)
138 error = ofw_get_uart_console(opts, &input,
140 if (opts != -1 && error != 0)
141 error = ofw_get_uart_console(opts, &input,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h89 RewriteOptions opts = RewriteOptions()) const;
91 RewriteOptions opts = RewriteOptions()) const;
142 RewriteOptions opts = RewriteOptions());
146 RewriteOptions opts = RewriteOptions()) {
147 return RemoveText(range.getBegin(), getRangeSize(range, opts), opts);
151 bool RemoveText(SourceRange range, RewriteOptions opts = RewriteOptions()) {
152 return RemoveText(range.getBegin(), getRangeSize(range, opts), opts);

Completed in 431 milliseconds

1234567891011>>