Searched refs:all (Results 1 - 25 of 702) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/groff/
H A DMakefile22 .PHONY: all
23 all:
25 $(MAKE) all
/freebsd-10.1-release/tools/build/make_check/
H A Dregress.t5 make all
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Derr.toomanyenablings.d44 cpc:::PAPI_tot_ins-all-10000,
45 cpc:::PAPI_tot_ins-all-10001,
46 cpc:::PAPI_tot_ins-all-10002,
47 cpc:::PAPI_tot_ins-all-10003,
48 cpc:::PAPI_tot_ins-all-10004,
49 cpc:::PAPI_tot_ins-all-10005,
50 cpc:::PAPI_tot_ins-all-10006,
51 cpc:::PAPI_tot_ins-all-10007,
52 cpc:::PAPI_tot_ins-all-10008,
53 cpc:::PAPI_tot_ins-all
[all...]
H A Derr.D_PDESC_ZERO.nonexistentevent.d37 cpc:::PAPI_cpc_bad-all-10000
H A Derr.D_PDESC_ZERO.lowfrequency.d43 cpc:::PAPI_tot_ins-all-100
H A Derr.D_PDESC_ZERO.malformedoverflow.d37 cpc:::PAPI_tot_ins-all-10000bonehead
H A Dtst.genericevent.d28 * Currently, all platforms implement 'PAPI_tot_ins' so we'll use that.
39 cpc:::PAPI_tot_ins-all-10000
/freebsd-10.1-release/contrib/ipfilter/rules/
H A Dexample.92 # drop all packets without IP security options
4 block in all
5 pass in all with opt sec
9 block out on le1 all
10 pass out on le1 all with opt sec-class topsecret
11 block in on le1 all
12 pass in on le1 all with opt sec-class topsecret
H A Dexample.122 # get rid of all short IP fragments (too small for valid comparison)
4 block in proto tcp all with short
8 block in log all with ipopts
12 log in all with opt lsrr,ssrr
16 block in quick all with opt lsrr
17 block in quick all with opt ssrr
H A Dexample.132 # Log all short TCP packets to qe3, with 10.3.3.3 as the intended
5 block in on qe0 to qe3:10.3.3.3 proto tcp all with short
7 # Log all connection attempts for TCP
9 pass in on le0 dup-to le1:10.3.3.3 proto tcp all flags S/SA
11 # Route all UDP packets through transparently.
13 pass in on ppp0 fastroute proto udp all
15 # Route all ICMP packets to network 10 out through le1, to 10.3.3.1
17 pass in on le0 to le1:10.3.3.1 proto icmp all
H A Dtcpstate6 block out on le0 proto tcp all
7 block in on le0 proto tcp all
12 block out on le0 proto udp all
13 block in on le0 proto udp all
/freebsd-10.1-release/contrib/binutils/
H A DMakefile.def148 // Not all; these are the ones which don't have special options.
271 dependencies = { module=all-build-bison; on=all-build-texinfo; };
272 dependencies = { module=all-build-byacc; on=all-build-texinfo; };
273 dependencies = { module=all-build-flex; on=all-build-texinfo; };
274 dependencies = { module=all-build-flex; on=all-build-bison; };
275 dependencies = { module=all
[all...]
/freebsd-10.1-release/usr.bin/calendar/calendars/
H A Dcalendar.brazilian11 #include <pt_BR.ISO8859-1/calendar.all>
H A Dcalendar.croatian10 #include <hr_HR.ISO8859-2/calendar.all>
H A Dcalendar.french10 #include <fr_FR.ISO8859-1/calendar.all>
H A Dcalendar.german10 #include <de_DE.ISO8859-1/calendar.all>
H A Dcalendar.hungarian10 #include <hu_HU.ISO8859-2/calendar.all>
H A Dcalendar.russian10 #include <ru_RU.KOI8-R/calendar.all>
H A Dcalendar.ukrainian10 #include <uk_UA.KOI8-U/calendar.all>
/freebsd-10.1-release/usr.bin/calendar/calendars/fr_FR.ISO8859-1/
H A Dcalendar.french10 #include <fr_FR.ISO8859-1/calendar.all>
/freebsd-10.1-release/usr.bin/make/tests/
H A Dtest-new.mk5 all:
7 env MAKE_PROG=${NEW_DIR}/make ${.SHELL} ./all.sh
/freebsd-10.1-release/release/picobsd/floppy.tree/etc/
H A Dsnmpd.conf39 view all included .1 80
45 access local "" any noauth 0 all all all
56 # view all included .1 80
57 # access public "" any noauth 0 all none none
58 # access private "" any noauth 0 all all none
/freebsd-10.1-release/sys/contrib/dev/drm2/radeonkmsfw/
H A DMakefile3 all:
/freebsd-10.1-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;

Completed in 94 milliseconds

1234567891011>>