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

1234567891011>>

/freebsd-10.3-release/usr.bin/bmake/tests/basic/t1/
H A DMakefile.test5 all:
/freebsd-10.3-release/usr.bin/bmake/tests/basic/t2/
H A DMakefile.test5 all:
/freebsd-10.3-release/usr.bin/bmake/tests/sysmk/t0/2/1/
H A DMakefile.test5 all:
/freebsd-10.3-release/contrib/groff/
H A DMakefile.init22 .PHONY: all
23 all:
25 $(MAKE) all
H A DMakefile22 .PHONY: all
23 all:
25 $(MAKE) all
H A DMakefile.dev0 all: $(DEVFILES) $(DEVSCRIPTS)
H A DMakefile.man0 all: $(MANPAGES)
/freebsd-10.3-release/tools/build/make_check/
H A Dregress.t5 make all
/freebsd-10.3-release/usr.bin/bmake/tests/syntax/directive-t0/
H A DMakefile.test8 all:
/freebsd-10.3-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.3-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.3-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.3-release/contrib/bmake/
H A Dmakefile.in9 all: build
/freebsd-10.3-release/contrib/bmake/unit-tests/
H A Dqequals.mk7 all:
/freebsd-10.3-release/sys/contrib/dev/drm2/radeonkmsfw/
H A DMakefile3 all:
/freebsd-10.3-release/contrib/ofed/management/
H A DMakefile4 all:
19 all install: config
20 all install clean:
/freebsd-10.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;
/freebsd-10.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-10.3-release/contrib/dialog/
H A Dbuildlist.c456 ALL_DATA all; local
457 MY_DATA *data = all.list;
481 memset(&all, 0, sizeof(all));
482 all.items = items;
483 all.item_no = item_no;
488 if ((cur_item = first_item(&all, 0)) < 0)
489 cur_item = first_item(&all, 1);
502 all.use_height = list_height;
503 all
[all...]
/freebsd-10.3-release/usr.bin/bmake/tests/
H A Dtest-new.mk5 all:
7 env MAKE_PROG=${NEW_DIR}/make ${.SHELL} ./all.sh

Completed in 94 milliseconds

1234567891011>>