Searched refs:all (Results 151 - 175 of 744) sorted by relevance

1234567891011>>

/freebsd-9.3-release/tools/regression/security/cap_test/
H A Dcap_test_fcntl.c90 struct fd all[] = { local
95 const size_t len = sizeof(all) / sizeof(struct fd);
100 * Ensure that we can fcntl() all the files that we opened above.
104 struct fd f = all[i];
/freebsd-9.3-release/bin/ed/test/
H A DMakefile6 all: check
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Derr.cpcvscpustatpart1.ksh42 cpc:::PAPI_tot_ins-all-10000
H A Derr.cputrackfailtostart.ksh40 cpc:::PAPI_tot_ins-all-10000
H A Dtst.platformevent.ksh63 cpc:::$1-all-10000
/freebsd-9.3-release/contrib/amd/scripts/
H A Dtest-attrcache.in51 echo amd -x all -D all -r -l $logfile $a $mapfile -cache:=mapdefault,sync
52 amd -x all -D all -r -l $logfile $a $mapfile -cache:=mapdefault,sync
/freebsd-9.3-release/contrib/bmake/mk/
H A Dnls.mk8 .MAIN: all
41 all: ${NLSALL}
H A Dscripts.mk7 all: ${SCRIPTS}
40 .if !defined(BUILD) && !make(all) && !make(${s})
H A Dsubdir.mk16 .MAIN: all
57 ${.MAKE} _THISDIR_="$${_newdir_}" all
79 all \
99 all:
/freebsd-9.3-release/contrib/wpa/src/
H A DMakefile3 all:
/freebsd-9.3-release/contrib/wpa/src/utils/
H A DMakefile0 all: libutils.a
/freebsd-9.3-release/tools/tools/build_option_survey/
H A Dreduce.sh23 -f ${1}/_.mtree -f $2/_.mtree > $2/_.mtree.all.txt || true
24 grep '^ ' $2/_.mtree.all.txt > $4/$3.mtree.chg.txt || true
25 grep '^[^ ]' $2/_.mtree.all.txt > $4/$3.mtree.sub.txt || true
26 grep '^ [^ ]' $2/_.mtree.all.txt > $4/$3.mtree.add.txt || true
/freebsd-9.3-release/tools/tools/kttcp/
H A DMakefile12 all: kttcp module
/freebsd-9.3-release/usr.sbin/amd/include/
H A DMakefile18 all depend: ${SRCS}
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A DMakefile18 all: $(CRUNCHED)
/freebsd-9.3-release/contrib/ntp/libjsmn/
H A DMakefile4 all: libjsmn.a
34 .PHONY: all clean test
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A DMakefile0 all: main
/freebsd-9.3-release/lib/libc/gen/
H A Dstringlist.c87 sl_free(StringList *sl, int all) argument
94 if (all)
/freebsd-9.3-release/lib/libz/
H A DMakefile58 minigzip: all minigzip.o
61 example: all example.o
/freebsd-9.3-release/secure/
H A DMakefile22 ${MAKE} all; \
33 ${MAKE} -DWITHOUT_CRYPT all; \
/freebsd-9.3-release/sys/compat/svr4/
H A DMakefile5 all:
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dwait.h49 __wake_up(struct __wait_queue_head *q, int all) argument
56 if (all)
/freebsd-9.3-release/sys/xen/interface/foreign/
H A DMakefile8 .PHONY: all clean check-headers
9 all: $(headers) check-headers
/freebsd-9.3-release/sbin/dmesg/
H A Ddmesg.c84 int all, ch; local
86 all = 0;
92 all++;
171 } else if (!all) {
186 if (LOG_FAC(pri) != LOG_KERN && !all)
/freebsd-9.3-release/share/mk/
H A Dbsd.subdir.mk7 # For all of the directories listed in the variable SUBDIRS, the
27 # afterinstall, all, all-man, beforeinstall, checkdpadd, clean,
66 ${MAKE} all
68 .for __target in all all-man checkdpadd clean cleandepend cleandir \

Completed in 287 milliseconds

1234567891011>>