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

/freebsd-10-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-10-stable/tools/regression/nfsmmap/
H A DMakefile3 SUBDIR= test1 test2
/freebsd-10-stable/lib/msun/tests/
H A Dinvtrig_test.c90 #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...]
/freebsd-10-stable/contrib/netbsd-tests/lib/csu/dso/
H A Dh_initfini3_dso.cxx37 Test2 test2; variable
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh218 printf "mackeral\000cod\000crab\000" > test2
221 grep -z -A1 cod test1 test2
224 grep -z -B1 cod test1 test2
227 grep -z -C1 cod test1 test2
/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_iso_Z.c57 test2(void) function
102 test2();
/freebsd-10-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-10-stable/lib/libipsec/
H A Dtest-policy.c91 int test2(void);
100 test2();
224 test2() function
/freebsd-10-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-10-stable/contrib/gcc/
H A Dgenpreds.c399 int test2 = NO_MODE_TEST (XEXP (subexp, 2)); local
401 gcc_assert ((test0 && test1) || test2);
403 if (test0 && test1 && test2)
/freebsd-10-stable/lib/libc/db/test/
H A Drun.test98 test2()
116 echo "test2: type $type: failed"
129 echo "test2: type recno: failed"
/freebsd-10-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-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_buffer.c1297 const char* test2 = "1234567890\r"; local
1310 evbuffer_add(buf, (u_char*)test2, strlen(test2));
1319 evbuffer_drain(buf, strlen(test2));
/freebsd-10-stable/sys/dev/mn/
H A Dif_mn.c109 u_int8_t dec, fill61, test2, fill63[5]; member in struct:f54wreg

Completed in 190 milliseconds