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

12

/freebsd-current/tools/regression/nfsmmap/test2/
H A DMakefile2 PROG= test2
5 CLEANFILES= test2.zeros test2.good test2.data test2.scratch
7 all: test2 test2.zeros test2.good
8 @cp ${.OBJDIR}/test2.zeros ${.OBJDIR}/test2
[all...]
/freebsd-current/tools/regression/nfsmmap/
H A DMakefile2 SUBDIR= test1 test2
/freebsd-current/usr.bin/bmake/tests/syntax/semi/
H A DMakefile.test16 .ifmake test2
22 test2:
/freebsd-current/usr.bin/bmake/tests/syntax/funny-targets/
H A DMakefile.test10 test2: exclamation!target
/freebsd-current/usr.bin/bmake/tests/variables/opt_V/
H A DMakefile.test12 test2:
/freebsd-current/lib/msun/tests/
H A Dinvtrig_test.c89 #define test2(func, y, x, result, excepts) \ macro
171 test2(atan2f, 0.0, ldexpf(z, e), 0.0, 0);
172 test2(atan2f, -0.0, ldexpf(z, e), -0.0, 0);
173 test2(atan2f, 0.0, ldexpf(-z, e), (float)pi, FE_INEXACT);
174 test2(atan2f, -0.0, ldexpf(-z, e), (float)-pi, FE_INEXACT);
175 test2(atan2f, ldexpf(z, e), 0.0, (float)pi / 2, FE_INEXACT);
176 test2(atan2f, ldexpf(z, e), -0.0, (float)pi / 2, 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);
181 test2(atan
[all...]
H A Dfmaxmin_test.c101 ATF_TC_WITHOUT_HEAD(test2); variable
102 ATF_TC_BODY(test2, tc)
170 ATF_TP_ADD_TC(tp, test2);
/freebsd-current/usr.bin/bmake/tests/syntax/enl/
H A DMakefile.test14 .elifmake test2
22 test2:
/freebsd-current/contrib/netbsd-tests/lib/csu/dso/
H A Dh_initfini3_dso.cxx37 Test2 test2; variable
/freebsd-current/tools/test/stress2/misc/
H A Dtmpfs10.sh79 test2(void)
132 test2(); function
134 test2(); function
H A Dsndstat.sh95 test2(void *arg __unused)
129 if ((e = pthread_create(&rp[j], NULL, test2, NULL)) != 0)
H A Dmmap5.sh70 test2(void)
107 test2(); function
H A Dchurn.sh83 test2(void *arg __unused)
129 if ((r = pthread_create(&tp[0], NULL, test2, NULL)) != 0)
131 if ((r = pthread_create(&tp[1], NULL, test2, NULL)) != 0)
H A Dexlock2.sh102 ; /* wait for test2 to signal "done" */
112 test2(void)
180 test2(); function
H A Dmmap7.sh76 test2(void *arg __unused)
115 if ((e = pthread_create(&cp[i], NULL, test2, NULL)) != 0)
H A Dseekdir.sh22 mkdir test2
24 [ `echo $mntpoint/test2/* | wc -w` -eq 1 ] ||
77 if (chdir("./test2") != 0) {
H A Dmmap6.sh139 test2(void)
155 test2(); function
/freebsd-current/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-current/usr.bin/bmake/tests/archives/fmt_44bsd_mod/
H A DMakefile.test19 test2: libtest.a(exactly15char.o)
/freebsd-current/usr.bin/bmake/tests/archives/fmt_oldbsd/
H A DMakefile.test17 test2: libtest.a(exactly15char.o)
/freebsd-current/usr.bin/bmake/tests/archives/fmt_44bsd/
H A DMakefile.test16 test2: libtest.a(exactly15char.o)
/freebsd-current/crypto/openssl/test/
H A Dbio_callback_test.c52 char test2[] = "hello"; local
53 const size_t test2len = sizeof(test2) - 1;
158 i = BIO_puts(bio, test2);
163 || !TEST_ptr_eq(my_param_argp[0], test2)
169 || !TEST_ptr_eq(my_param_argp[1], test2)
224 char test2[] = "hello"; local
225 const int test2len = sizeof(test2) - 1;
310 i = BIO_puts(bio, test2);
315 || !TEST_ptr_eq(my_param_argp[0], test2)
321 || !TEST_ptr_eq(my_param_argp[1], test2)
[all...]
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_read_format_iso_Z.c56 test2(void) function
101 test2();
/freebsd-current/lib/googletest/tests/gtest/
H A DMakefile34 googletest-param-test2-test.cc
/freebsd-current/usr.sbin/pw/tests/
H A Dpw_usermod_test.sh107 atf_check -s exit:0 ${PW} groupadd test2
108 atf_check -s exit:0 ${PW} useradd foo -G test1,test2
110 atf_check -o match:"foo" -s exit:0 ${PW} groupshow test2
113 atf_check -o match:"bar" -s exit:0 ${PW} groupshow test2
121 atf_check -s exit:0 ${PW} groupadd test2
124 atf_check -s exit:0 ${PW} useradd foo -G test1,test2
126 atf_check -o match:"foo" -s exit:0 ${PW} groupshow test2

Completed in 277 milliseconds

12