| /freebsd-13.1/tools/regression/nfsmmap/test2/ |
| H A D | Makefile | 3 PROG= test2 6 CLEANFILES= test2.zeros test2.good test2.data test2.scratch 8 all: test2 test2.zeros test2.good 9 @cp ${.OBJDIR}/test2.zeros ${.OBJDIR}/test2.data 11 ssh ${NFSSERVER} touch ${.OBJDIR}/test2.data; \ 13 @cd ${.OBJDIR}; ${.OBJDIR}/test2 14 @if cmp -s ${.OBJDIR}/test2.data ${.OBJDIR}/test2.good && \ 15 cmp -s ${.OBJDIR}/test2.scratch ${.OBJDIR}/test2.good ; then \ 21 test2.zeros: test2.zeros.uu 24 test2.good: test2.good.uu
|
| /freebsd-13.1/lib/msun/tests/ |
| H A D | invtrig_test.c | 91 #define test2(func, y, x, result, excepts) \ macro 173 test2(atan2f, 0.0, ldexpf(z, e), 0.0, 0); in ATF_TC_BODY() 174 test2(atan2f, -0.0, ldexpf(z, e), -0.0, 0); in ATF_TC_BODY() 183 test2(atan2, 0.0, ldexp(z, e), 0.0, 0); in ATF_TC_BODY() 184 test2(atan2, -0.0, ldexp(z, e), -0.0, 0); in ATF_TC_BODY() 193 test2(atan2l, 0.0, ldexpl(z, e), 0.0, 0); in ATF_TC_BODY() 194 test2(atan2l, -0.0, ldexpl(z, e), -0.0, 0); in ATF_TC_BODY() 215 test2(atan2, ldexp(z, e), INFINITY, 0.0, 0); in ATF_TC_BODY() 216 test2(atan2, ldexp(-z,e), INFINITY, -0.0, 0); in ATF_TC_BODY() 317 test2(atan2l, ldexpl(1.0, 100 - LDBL_MAX_EXP), in ATF_TC_BODY() [all …]
|
| H A D | fmaxmin_test.c | 103 ATF_TC_WITHOUT_HEAD(test2); 104 ATF_TC_BODY(test2, tc) in ATF_TC_BODY() argument 172 ATF_TP_ADD_TC(tp, test2); in ATF_TP_ADD_TCS()
|
| /freebsd-13.1/contrib/netbsd-tests/usr.bin/grep/ |
| H A D | t_grep.sh | 486 printf "\n" > test2 492 atf_check -o file:test2 grep -vw -e "" test2 503 printf "\n" > test2 509 atf_check -o file:test2 grep -x -e "" test2 610 printf "M{1}" > test2 633 printf "M{1}" > test2 656 printf "xx x\n" > test2 659 atf_check -o file:test2 grep -w "x" test2 815 printf "A" > test2 934 echo foo > test2 [all …]
|
| /freebsd-13.1/usr.sbin/pw/tests/ |
| H A D | pw_usermod_test.sh | 108 atf_check -s exit:0 ${PW} groupadd test2 109 atf_check -s exit:0 ${PW} useradd foo -G test1,test2 111 atf_check -o match:"foo" -s exit:0 ${PW} groupshow test2 114 atf_check -o match:"bar" -s exit:0 ${PW} groupshow test2 122 atf_check -s exit:0 ${PW} groupadd test2 125 atf_check -s exit:0 ${PW} useradd foo -G test1,test2 127 atf_check -o match:"foo" -s exit:0 ${PW} groupshow test2
|
| /freebsd-13.1/bin/sh/tests/parser/ |
| H A D | alias15.0.stdout | 3 echo test2 4 test2
|
| H A D | alias15.0 | 9 alias alias0='echo test2'
|
| /freebsd-13.1/usr.bin/bmake/tests/syntax/semi/ |
| H A D | Makefile.test | 17 .ifmake test2 23 test2:
|
| /freebsd-13.1/usr.bin/bmake/tests/syntax/enl/ |
| H A D | Makefile.test | 15 .elifmake test2 23 test2:
|
| /freebsd-13.1/lib/libipsec/ |
| H A D | test-policy.c | 93 int test2(void); 102 test2(); 226 test2() in test2() function
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | liolib.c | 448 static int test2 (RN *rn, const char *set) { in test2() function 481 test2(&rn, "-+"); /* optional sign */ in read_number() 482 if (test2(&rn, "00")) { in read_number() 483 if (test2(&rn, "xX")) hex = 1; /* numeral is hexadecimal */ in read_number() 487 if (test2(&rn, decp)) /* decimal point? */ in read_number() 489 if (count > 0 && test2(&rn, (hex ? "pP" : "eE"))) { /* exponent mark? */ in read_number() 490 test2(&rn, "-+"); /* exponent sign */ in read_number()
|
| /freebsd-13.1/contrib/libarchive/libarchive/test/ |
| H A D | test_read_format_iso_Z.c | 57 test2(void) in test2() function 102 test2(); in DEFINE_TEST()
|
| /freebsd-13.1/tools/regression/nfsmmap/ |
| H A D | Makefile | 3 SUBDIR= test1 test2
|
| /freebsd-13.1/usr.bin/bmake/tests/variables/opt_V/ |
| H A D | Makefile.test | 13 test2:
|
| /freebsd-13.1/usr.bin/bmake/tests/syntax/funny-targets/ |
| H A D | Makefile.test | 11 test2: exclamation!target
|
| /freebsd-13.1/usr.sbin/etcupdate/tests/ |
| H A D | ignore_test.sh | 236 $WORKDIR/test2.out 243 diff -u -L "correct" $WORKDIR/correct2.out -L "test" $WORKDIR/test2.out \
|
| /freebsd-13.1/contrib/netbsd-tests/lib/csu/dso/ |
| H A D | h_initfini3_dso.cxx | 37 Test2 test2; variable
|
| /freebsd-13.1/usr.bin/bmake/tests/archives/fmt_44bsd/ |
| H A D | Makefile.test | 17 test2: libtest.a(exactly15char.o)
|
| /freebsd-13.1/usr.bin/bmake/tests/archives/fmt_44bsd_mod/ |
| H A D | Makefile.test | 20 test2: libtest.a(exactly15char.o)
|
| /freebsd-13.1/usr.bin/bmake/tests/archives/fmt_oldbsd/ |
| H A D | Makefile.test | 18 test2: libtest.a(exactly15char.o)
|
| /freebsd-13.1/lib/googletest/tests/gtest/ |
| H A D | Makefile | 35 googletest-param-test2-test.cc
|
| /freebsd-13.1/contrib/libxo/tests/core/saved/ |
| H A D | test_01.X.out | 1 …test2="value2"><sku test3="value3" key="key">GRO-000-415</sku><name key="key">gum</name><sold>1412…
|
| H A D | test_01.XP.out | 26 <item test2="value2"> 116 <item test2="value2">
|
| H A D | test_01.E.out | 29 op attr: [test2] [value2] [0] 139 op attr: [test2] [value2] [0]
|
| /freebsd-13.1/contrib/googletest/googletest/ |
| H A D | Makefile.am | 56 test/googletest-param-test2-test.cc \ 57 test/googletest-param-test2-test.cc \
|