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

1234567891011>>

/freebsd-10-stable/usr.bin/csup/
H A Dkeyword.c213 int all; local
215 all = 0;
217 all = 1;
220 if (!all && strcmp(tag->ident, ident) != 0)
223 if (!all)
226 if (!all) {
237 int all; local
239 all = 0;
241 all = 1;
244 if (!all
[all...]
/freebsd-10-stable/usr.bin/bmake/unit-tests/
H A DMakefile15 # all: run all the tests
16 # test: run 'all', and compare to expected results
27 .MAIN: all
40 export-all \
80 all: ${OUTFILES}
134 # Compare all output files
/freebsd-10-stable/share/mk/
H A Dbsd.subdir.mk7 # For all of the directories listed in the variable SUBDIRS, the
27 # afterinstall, all, all-man, beforeinstall, check, checkdpadd, clean,
69 ${MAKE} all
73 .for __target in all all-man check checkdpadd clean cleandepend cleandir \
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh46 all: main
/freebsd-10-stable/contrib/compiler-rt/lib/
H A Dfloattixf.c49 * R = "or" of all bits to the right of Q
82 fb.u.low.all = (du_int)a; /* mantissa */
H A Dfloatuntixf.c47 * R = "or" of all bits to the right of Q
79 fb.u.low.all = (du_int)a; /* mantissa */
/freebsd-10-stable/contrib/ipfilter/samples/
H A DMakefile2 all:
/freebsd-10-stable/contrib/nvi/docs/USD.doc/vitut/
H A DMakefile7 all: vitut.ps summary.ps viapwh.ps
/freebsd-10-stable/share/examples/sunrpc/dir/
H A DMakefile9 all: $(BIN)
/freebsd-10-stable/share/examples/sunrpc/msg/
H A DMakefile9 all: $(BIN)
/freebsd-10-stable/sys/contrib/dev/iwi/
H A DMakefile6 all: ${ALL}
/freebsd-10-stable/tools/kerneldoc/
H A DMakefile10 all: ${MFILES:T:S/.m/.h/} ${SRCS}
/freebsd-10-stable/tools/regression/nfsmmap/test1/
H A DMakefile8 all: test1 test1.zeros test1.good
/freebsd-10-stable/tools/regression/nfsmmap/test2/
H A DMakefile8 all: test2 test2.zeros test2.good
/freebsd-10-stable/tools/tools/crypto/
H A DMakefile32 all: ${ALL}
/freebsd-10-stable/tools/tools/netmap/
H A DMakefile23 all: $(PROGS)
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dmodmisc.mk6 # but not all target systems - an exists() check is below.
18 all: modvar modvarloop modsysv
/freebsd-10-stable/crypto/openssh/contrib/
H A DMakefile3 all:
/freebsd-10-stable/lib/csu/sparc64/
H A DMakefile11 all: ${OBJS}
/freebsd-10-stable/lib/libc/tests/ssp/
H A DMakefile8 CFLAGS.h_raw+= -fstack-protector-all -Wstack-protector
/freebsd-10-stable/etc/rc.d/
H A Dpf29 $pf_program -F all > /dev/null 2>&1
/freebsd-10-stable/usr.bin/unexpand/
H A Dunexpand.c58 static int all; variable
78 case 'a': /* Un-expand all spaces, not just leading. */
79 all = 1;
83 all = 1;
189 if (!all || dcol >= limit) {
/freebsd-10-stable/contrib/amd/scripts/
H A Dctl-hlfsd.in91 echo @sbindir@/hlfsd ${PASSWD_FILE} -a $altmaildir -x all -l $logdir/hlfsd /mail/home .mailspool
92 @sbindir@/hlfsd ${PASSWD_FILE} -a $altmaildir -x all -l $logdir/hlfsd /mail/home .mailspool &
/freebsd-10-stable/contrib/bmake/mk/
H A Djava.mk75 all: ${__classes_cookie}
85 all: ${SRCS:%.java=${__classdest}%.class}
/freebsd-10-stable/contrib/groff/contrib/mm/
H A DMakefile.sim29 all:

Completed in 336 milliseconds

1234567891011>>