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

/freebsd-10.3-release/tools/regression/nfsmmap/test2/
H A DMakefile1 # $FreeBSD: releng/10.3/tools/regression/nfsmmap/test2/Makefile 276486 2014-12-31 23:25:37Z ngie $
3 PROG= test2
6 CLEANFILES= test2.zeros test2.good test2.data test2.scratch
8 all: test2 test2.zeros test2.good
9 @cp ${.OBJDIR}/test2
[all...]
/freebsd-10.3-release/tools/regression/nfsmmap/
H A DMakefile3 SUBDIR= test1 test2
/freebsd-10.3-release/usr.bin/bmake/tests/syntax/semi/
H A DMakefile.test17 .ifmake test2
23 test2:
/freebsd-10.3-release/usr.bin/bmake/tests/syntax/funny-targets/
H A DMakefile.test11 test2: exclamation!target
/freebsd-10.3-release/usr.bin/bmake/tests/variables/opt_V/
H A DMakefile.test13 test2:
/freebsd-10.3-release/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.3-release/usr.bin/bmake/tests/syntax/enl/
H A DMakefile.test15 .elifmake test2
23 test2:
/freebsd-10.3-release/contrib/netbsd-tests/lib/csu/dso/
H A Dh_initfini3_dso.cxx37 Test2 test2; variable
/freebsd-10.3-release/usr.bin/bmake/tests/archives/fmt_44bsd/
H A DMakefile.test17 test2: libtest.a(exactly15char.o)
/freebsd-10.3-release/usr.bin/bmake/tests/archives/fmt_44bsd_mod/
H A DMakefile.test20 test2: libtest.a(exactly15char.o)
/freebsd-10.3-release/usr.bin/bmake/tests/archives/fmt_oldbsd/
H A DMakefile.test18 test2: libtest.a(exactly15char.o)
/freebsd-10.3-release/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh229 printf "mackeral\000cod\000crab\000" > test2
232 grep -z -A1 cod test1 test2
235 grep -z -B1 cod test1 test2
238 grep -z -C1 cod test1 test2
/freebsd-10.3-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_iso_Z.c55 test2(void) function
98 test2();
/freebsd-10.3-release/usr.sbin/pw/tests/
H A Dpw_usermod.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.3-release/lib/libipsec/
H A Dtest-policy.c91 int test2(void);
100 test2();
224 test2() function
/freebsd-10.3-release/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.3-release/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.3-release/lib/libc/db/test/
H A Drun.test98 test2()
116 echo "test2: type $type: failed"
129 echo "test2: type recno: failed"
/freebsd-10.3-release/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.3-release/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.3-release/sys/dev/mn/
H A Dif_mn.c109 u_int8_t dec, fill61, test2, fill63[5]; member in struct:f54wreg

Completed in 128 milliseconds