Searched refs:test2 (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/tools/regression/nfsmmap/test2/
H A DMakefile3 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
[all...]
/freebsd-13-stable/tools/regression/nfsmmap/
H A DMakefile3 SUBDIR= test1 test2
/freebsd-13-stable/usr.bin/bmake/tests/syntax/semi/
H A DMakefile.test17 .ifmake test2
23 test2:
/freebsd-13-stable/usr.bin/bmake/tests/syntax/funny-targets/
H A DMakefile.test11 test2: exclamation!target
/freebsd-13-stable/usr.bin/bmake/tests/variables/opt_V/
H A DMakefile.test13 test2:
/freebsd-13-stable/lib/msun/tests/
H A Dinvtrig_test.c91 #define test2(func, y, x, result, excepts) \ macro
173 test2(atan2f, 0.0, ldexpf(z, e), 0.0, 0);
174 test2(atan2f, -0.0, ldexpf(z, e), -0.0, 0);
175 test2(atan2f, 0.0, ldexpf(-z, e), (float)pi, FE_INEXACT);
176 test2(atan2f, -0.0, ldexpf(-z, e), (float)-pi, FE_INEXACT);
177 test2(atan2f, ldexpf(z, e), 0.0, (float)pi / 2, FE_INEXACT);
178 test2(atan2f, ldexpf(z, e), -0.0, (float)pi / 2, FE_INEXACT);
179 test2(atan2f, ldexpf(-z, e), 0.0, (float)-pi / 2, FE_INEXACT);
180 test2(atan2f, ldexpf(-z, e), -0.0, (float)-pi / 2, FE_INEXACT);
183 test2(atan
[all...]
H A Dfmaxmin_test.c103 ATF_TC_WITHOUT_HEAD(test2); variable
104 ATF_TC_BODY(test2, tc)
172 ATF_TP_ADD_TC(tp, test2);
/freebsd-13-stable/usr.bin/bmake/tests/syntax/enl/
H A DMakefile.test15 .elifmake test2
23 test2:
/freebsd-13-stable/contrib/netbsd-tests/lib/csu/dso/
H A Dh_initfini3_dso.cxx37 Test2 test2; variable
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh319 printf "mackeral\000cod\000crab\000" > test2
322 grep -z -A1 cod test1 test2
325 grep -z -B1 cod test1 test2
328 grep -z -C1 cod test1 test2
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
[all...]
/freebsd-13-stable/usr.bin/bmake/tests/archives/fmt_44bsd/
H A DMakefile.test17 test2: libtest.a(exactly15char.o)
/freebsd-13-stable/usr.bin/bmake/tests/archives/fmt_44bsd_mod/
H A DMakefile.test20 test2: libtest.a(exactly15char.o)
/freebsd-13-stable/usr.bin/bmake/tests/archives/fmt_oldbsd/
H A DMakefile.test18 test2: libtest.a(exactly15char.o)
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_iso_Z.c57 test2(void) function
102 test2();
/freebsd-13-stable/lib/googletest/tests/gtest/
H A DMakefile35 googletest-param-test2-test.cc
/freebsd-13-stable/usr.sbin/pw/tests/
H A Dpw_usermod_test.sh108 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-stable/lib/libipsec/
H A Dtest-policy.c93 int test2(void);
102 test2();
226 test2() function
/freebsd-13-stable/contrib/lua/src/
H A Dliolib.c448 static int test2 (RN *rn, const char *set) { function
481 test2(&rn, "-+"); /* optional sign */
482 if (test2(&rn, "00")) {
483 if (test2(&rn, "xX")) hex = 1; /* numeral is hexadecimal */
487 if (test2(&rn, decp)) /* decimal point? */
489 if (count > 0 && test2(&rn, (hex ? "pP" : "eE"))) { /* exponent mark? */
490 test2(&rn, "-+"); /* exponent sign */
/freebsd-13-stable/usr.sbin/etcupdate/tests/
H A Dignore_test.sh236 $WORKDIR/test2.out
243 diff -u -L "correct" $WORKDIR/correct2.out -L "test" $WORKDIR/test2.out \
/freebsd-13-stable/contrib/googletest/googletest/
H A DMakefile.am56 test/googletest-param-test2-test.cc \
57 test/googletest-param-test2-test.cc \
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dutils_module_tests.c225 int test2[] = { 1, -1, 0 }; local
234 int_array_len(test2) != 2)
/freebsd-13-stable/lib/libc/db/test/
H A Drun.test98 test2()
116 echo "test2: type $type: failed"
129 echo "test2: type recno: failed"
/freebsd-13-stable/contrib/kyua/utils/config/
H A Dtree_test.cpp1018 tree.define< wrapped_int_node >("test2");
1020 tree.set< wrapped_int_node >("test2", int_wrapper(10));
1023 const int_wrapper& test2 = tree.lookup< wrapped_int_node >("test2"); local
1024 ATF_REQUIRE_EQ(10, test2.value());
/freebsd-13-stable/tests/sys/file/
H A Dflock_helper.c181 test2(int fd, __unused int argc, const __unused char **argv) function
1529 { test2, 2, 0 },
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_buffer.c1544 const char* test2 = "1234567890\r"; local
1557 evbuffer_add(buf, (unsigned char*)test2, strlen(test2));
1566 evbuffer_drain(buf, strlen(test2));

Completed in 289 milliseconds

12