Searched refs:all (Results 51 - 75 of 744) sorted by relevance

1234567891011>>

/freebsd-9.3-release/tools/regression/usr.bin/jot/
H A DMakefile3 all:
/freebsd-9.3-release/tools/regression/usr.bin/ncal/
H A DMakefile3 all:
/freebsd-9.3-release/tools/regression/usr.bin/printf/
H A DMakefile3 all:
/freebsd-9.3-release/tools/regression/usr.bin/tr/
H A DMakefile3 all:
/freebsd-9.3-release/tools/regression/usr.bin/uudecode/
H A DMakefile3 all:
/freebsd-9.3-release/tools/regression/usr.bin/uuencode/
H A DMakefile3 all:
/freebsd-9.3-release/tools/regression/usr.bin/xargs/
H A DMakefile3 all:
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.russian10 #include <ru_RU.KOI8-R/calendar.all>
H A Dcalendar.ukrainian10 #include <uk_UA.KOI8-U/calendar.all>
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dfixdfdi.c41 r.all <<= (e - 52);
43 r.all >>= (52 - e);
44 return (r.all ^ s) - s;
H A Dfixunsdfdi.c18 * Negative values all become zero.
43 r.all <<= (e - 52);
45 r.all >>= (52 - e);
46 return r.all;
H A Dcmpti2.c28 x.all = a;
30 y.all = b;
H A Ducmpti2.c28 x.all = a;
30 y.all = b;
H A Dint_types.h31 di_int all; member in union:__anon875
46 du_int all; member in union:__anon877
69 ti_int all; member in union:__anon879
84 tu_int all; member in union:__anon881
101 return r.all;
108 return r.all;
H A Dmulti3.c40 return r.all;
49 x.all = a;
51 y.all = b;
53 r.all = __mulddi3(x.s.low, y.s.low);
55 return r.all;
H A Dashldi3.c29 input.all = a;
42 return result.all;
H A Dashlti3.c29 input.all = a;
42 return result.all;
/freebsd-9.3-release/contrib/ofed/management/
H A DMakefile4 all:
19 all install: config
20 all install clean:
/freebsd-9.3-release/contrib/tcp_wrappers/
H A DMakefile39 # inetd.conf file. Usually, the telnet, ftp and finger daemons all live
84 # all system dependencies: after editing the REAL_DAEMON_DIR definition
96 NETGROUP=-DNETGROUP TLI= all
102 NETGROUP=-DNETGROUP VSYSLOG= TLI= all
108 NETGROUP=-DNETGROUP TLI= all
114 NETGROUP=-DNETGROUP TLI= all
120 NETGROUP=-DNETGROUP VSYSLOG= TLI= all
126 NETGROUP=-DNETGROUP TLI= all miscd
132 NETGROUP=-DNETGROUP TLI= SYSTYPE="-systype bsd43" all
138 EXTRA_CFLAGS=-DSYS_ERRLIST_DEFINED VSYSLOG= all
[all...]
/freebsd-9.3-release/etc/
H A Drc.firewall85 ${fwcmd} add 100 pass all from any to any via lo0
86 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
89 ${fwcmd} add 400 deny all from any to ::1
90 ${fwcmd} add 500 deny all from ::1 to any
184 # ${fwcmd} add 65000 pass all from any to any
191 ${fwcmd} add 65000 pass all from any to any
209 ${fwcmd} add pass all from ${net} to 255.255.255.255
212 ${fwcmd} add pass all from me to ${net}
213 ${fwcmd} add pass all from ${net} to me
215 ${fwcmd} add pass all fro
[all...]
/freebsd-9.3-release/contrib/ipfilter/l4check/
H A DMakefile4 all: l4check
/freebsd-9.3-release/tools/regression/usr.bin/sed/
H A DMakefile3 all:
/freebsd-9.3-release/tools/tools/tinybsd/conf/firewall/etc/
H A Drc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
136 # ${fwcmd} add 65000 pass all from any to any
144 ${fwcmd} add 65000 pass all from any to any
161 ${fwcmd} add pass all from ${ip} to ${net}:${mask}
162 ${fwcmd} add pass all from ${net}:${mask} to ${ip}
168 ${fwcmd} add pass all from any to any frag
176 # Disallow setup of all other TCP connections
193 # machine as a DNS and NTP server, and point all th
[all...]
/freebsd-9.3-release/tools/tools/tinybsd/conf/wireless/etc/
H A Drc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
136 # ${fwcmd} add 65000 pass all from any to any
144 ${fwcmd} add 65000 pass all from any to any
161 ${fwcmd} add pass all from ${ip} to ${net}:${mask}
162 ${fwcmd} add pass all from ${net}:${mask} to ${ip}
168 ${fwcmd} add pass all from any to any frag
176 # Disallow setup of all other TCP connections
193 # machine as a DNS and NTP server, and point all th
[all...]
/freebsd-9.3-release/tools/tools/mid/
H A Dmid-build19 all () function
35 echo "usage mid-build {current|all}"
43 all) all;;

Completed in 90 milliseconds

1234567891011>>