Searched refs:all (Results 101 - 125 of 1110) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/sendmail/libmilter/
H A DMakefile7 all: FRC
/freebsd-12-stable/contrib/sendmail/libsm/
H A DMakefile7 all: FRC
/freebsd-12-stable/contrib/sendmail/libsmdb/
H A DMakefile7 all: FRC
/freebsd-12-stable/contrib/sendmail/libsmutil/
H A DMakefile7 all: FRC
/freebsd-12-stable/contrib/sendmail/mail.local/
H A DMakefile7 all: FRC
/freebsd-12-stable/contrib/sendmail/mailstats/
H A DMakefile7 all: FRC
/freebsd-12-stable/contrib/sendmail/makemap/
H A DMakefile7 all: FRC
/freebsd-12-stable/contrib/sendmail/praliases/
H A DMakefile7 all: FRC
/freebsd-12-stable/contrib/sendmail/rmail/
H A DMakefile7 all: FRC
/freebsd-12-stable/contrib/sendmail/smrsh/
H A DMakefile7 all: FRC
/freebsd-12-stable/contrib/sendmail/src/
H A DMakefile7 all: FRC
/freebsd-12-stable/contrib/sendmail/test/
H A DMakefile7 all: FRC
/freebsd-12-stable/contrib/sendmail/vacation/
H A DMakefile7 all: FRC
/freebsd-12-stable/contrib/gperf/
H A DMakefile.in34 all : force
35 cd @subdir@; $(MAKE) all
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Derr.cpcvscpustatpart2.ksh47 cpc:::PAPI_tot_ins-all-10000
H A Derr.cputrackterminates.ksh40 cpc:::PAPI_tot_ins-all-10000
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_get/
H A Dzpool_get_002_pos.ksh43 # zpool get all works as expected
47 # 1. Using zpool get, retrieve all default values
49 # 3. Verify that we can see all the properties we expect to see
65 log_assert "Zpool get all works as expected"
73 log_must $ZPOOL get all $TESTPOOL
74 $ZPOOL get all $TESTPOOL > $TMPDIR/values.${TESTCASE_ID}
76 log_note "Checking zpool get all output for a header."
80 log_fail "The header was not printed from zpool get all"
108 log_pass "Zpool get all works as expected"
/freebsd-12-stable/share/examples/sunrpc/
H A DMakefile5 # Build all demo services
17 all: ${SUBDIR}
/freebsd-12-stable/sys/contrib/zstd/contrib/seekable_format/examples/
H A DMakefile20 .PHONY: default all clean test
22 default: all
24 all: seekable_compression seekable_decompression parallel_processing
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh46 # 1. Create a pool with all editable properties
97 $ZPOOL get all $TESTPOOL
109 $ZPOOL get all $TESTPOOL
116 $ZPOOL get all $TESTPOOL
/freebsd-12-stable/contrib/dialog/
H A Dtreeview.c196 ALL_DATA all; local
218 memset(&all, 0, sizeof(all));
219 all.items = items;
220 all.item_no = item_no;
221 all.states = states;
222 all.depths = depths;
245 all.is_check = TRUE;
282 all.use_width = width - 4;
285 box_x = (width - all
[all...]
/freebsd-12-stable/contrib/ipfilter/rules/
H A DBASIC_1.FW15 # *Nasty* packets we don't want to allow near us at all!
17 block in log quick all with short
24 block in log on ppp0 all head 100
25 block in log proto tcp all flags S/SA head 101 group 100
26 block out log on ppp0 all head 150
28 block in log proto tcp all flags S/SA head 201 group 200
29 block in log proto udp all head 202 group 200
30 block out log on ed0 all head 250
41 pass in quick on lo0 all
42 pass out quick on lo0 all
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dvalue-prof.c87 check_counter (tree stmt, const char * name, gcov_type all, gcov_type bb_count) argument
89 if (all != bb_count)
96 locus, name, (int)all, (int)bb_count);
177 gcov_type all)
232 bb3->count = all - count;
235 bb4->count = all;
244 e13->count = all - count;
253 e34->count = all - count;
265 gcov_type val, count, all; local
299 all
175 tree_divmod_fixed_value(tree stmt, tree operation, tree op1, tree op2, tree value, int prob, gcov_type count, gcov_type all) argument
339 tree_mod_pow2(tree stmt, tree operation, tree op1, tree op2, int prob, gcov_type count, gcov_type all) argument
432 gcov_type count, wrong_values, all; local
502 tree_mod_subtract(tree stmt, tree operation, tree op1, tree op2, int prob1, int prob2, int ncounts, gcov_type count1, gcov_type count2, gcov_type all) argument
614 gcov_type count, wrong_values, all; local
[all...]
/freebsd-12-stable/contrib/gperf/lib/
H A DMakefile.in70 all : $(TARGETLIB)
98 install : all
104 check : all
/freebsd-12-stable/crypto/heimdal/appl/gssmask/
H A Dcommon.c85 char **list, ***all = NULL; local
94 permute(&all, size, list, 0, strings->num_strings);
96 return all;

Completed in 134 milliseconds

1234567891011>>