Searched refs:test1 (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/tools/regression/nfsmmap/test1/
H A DMakefile3 PROG= test1
6 CLEANFILES= test1.zeros test1.good test1.data test1.scratch
8 all: test1 test1.zeros test1.good
9 @cp ${.OBJDIR}/test1.zeros ${.OBJDIR}/test1
[all...]
/freebsd-11-stable/tools/regression/nfsmmap/
H A DMakefile3 SUBDIR= test1 test2
/freebsd-11-stable/usr.bin/bmake/tests/shell/replace/
H A DMakefile.test18 .PHONY: test1
19 test1:
/freebsd-11-stable/usr.bin/bmake/tests/syntax/semi/
H A DMakefile.test6 .ifmake test1
12 test1:
/freebsd-11-stable/usr.bin/bmake/tests/syntax/funny-targets/
H A DMakefile.test6 test1: colons::colons::target
/freebsd-11-stable/usr.bin/bmake/tests/variables/opt_V/
H A DMakefile.test9 test1:
/freebsd-11-stable/usr.bin/bmake/tests/variables/t0/
H A DMakefile.test7 test1:
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh98 printf "xmatch pmatch\n" > test1
100 atf_check -o inline:"pmatch\n" grep -Eow "(match )?pmatch" test1
235 printf "haddock\000cod\000plaice\000" > test1
239 grep -z -A1 cod test1 test2
242 grep -z -B1 cod test1 test2
245 grep -z -C1 cod test1 test2
388 printf "Eggs\n\nCheese" > test1
390 atf_check -o inline:"\n" grep -e "^$" test1
392 atf_check -o inline:"Eggs\nCheese\n" grep -v -e "^$" test1
402 printf "" > test1
[all...]
/freebsd-11-stable/usr.bin/bmake/tests/syntax/enl/
H A DMakefile.test6 .ifmake test1
12 test1:
/freebsd-11-stable/usr.bin/bmake/tests/suffixes/basic/
H A DMakefile.test5 test1: TEST1.b
/freebsd-11-stable/usr.bin/bmake/tests/suffixes/src_wild1/
H A DMakefile.test3 test1: TEST1.b
/freebsd-11-stable/usr.bin/bmake/tests/suffixes/src_wild2/
H A DMakefile.test8 test1: TEST1.b
/freebsd-11-stable/usr.bin/bmake/tests/variables/modifier_M/
H A DMakefile.test11 test1:
/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw_groupadd_test.sh10 ${PW} groupadd -n test1 -g 9999999999999
H A Dpw_usermod_test.sh107 atf_check -s exit:0 ${PW} groupadd test1
109 atf_check -s exit:0 ${PW} useradd foo -G test1,test2
110 atf_check -o match:"foo" -s exit:0 ${PW} groupshow test1
113 atf_check -o match:"bar" -s exit:0 ${PW} groupshow test1
121 atf_check -s exit:0 ${PW} groupadd test1
125 atf_check -s exit:0 ${PW} useradd foo -G test1,test2
126 atf_check -o match:"foo" -s exit:0 ${PW} groupshow test1
/freebsd-11-stable/usr.bin/bmake/tests/archives/fmt_44bsd/
H A DMakefile.test8 test1: libtest.a(short.o)
/freebsd-11-stable/usr.bin/bmake/tests/archives/fmt_44bsd_mod/
H A DMakefile.test11 test1: libtest.a(short.o)
/freebsd-11-stable/usr.bin/bmake/tests/archives/fmt_oldbsd/
H A DMakefile.test9 test1: libtest.a(short.o)
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A DMakefile17 test1: mkctm
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_iso_Z.c29 test1(void) function
101 test1();
/freebsd-11-stable/lib/libipsec/
H A Dtest-policy.c88 int test1(void);
99 test1();
106 test1() function
/freebsd-11-stable/tools/regression/usr.bin/cc/
H A Dfloat.c47 #define test(desc, pass) test1((desc), (pass), 0)
48 #define skiptest(desc, pass) test1((desc), (pass), 1)
59 test1(const char *testdesc, int pass, int skip) function
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dignore_test.sh214 $COMMAND -r -I '/tree/*' -d $WORKDIR -D $TEST > $WORKDIR/test1.out
222 diff -u -L "correct" $WORKDIR/correct1.out -L "test" $WORKDIR/test1.out \
/freebsd-11-stable/contrib/gcc/
H A Dgenpreds.c385 int test1 = NO_MODE_TEST (XEXP (subexp, 1)); local
387 gcc_assert (test0 || test1);
389 if (test0 && test1)
398 int test1 = NO_MODE_TEST (XEXP (subexp, 1)); local
401 gcc_assert ((test0 && test1) || test2);
403 if (test0 && test1 && test2)
405 if (test0 && test1)
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_test.c134 static void test1(const EVP_CIPHER *c, const unsigned char *key, int kn, function
392 test1(c, key, kn, iv, in, plaintext, pn, ciphertext, cn, aad, an, tag, tn,

Completed in 231 milliseconds

12