| /freebsd-9-stable/tools/regression/nfsmmap/test2/ |
| 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-9-stable/tools/regression/lib/msun/ |
| D | test-invtrig.c | 93 #define test2(func, y, x, result, excepts) \ macro 203 test2(atan2f, 0.0, ldexpf(z, e), 0.0, 0); in test_special_atan2() 204 test2(atan2f, -0.0, ldexpf(z, e), -0.0, 0); in test_special_atan2() 205 test2(atan2f, 0.0, ldexpf(-z, e), (float)pi, FE_INEXACT); in test_special_atan2() 206 test2(atan2f, -0.0, ldexpf(-z, e), (float)-pi, FE_INEXACT); in test_special_atan2() 207 test2(atan2f, ldexpf(z, e), 0.0, (float)pi / 2, FE_INEXACT); in test_special_atan2() 208 test2(atan2f, ldexpf(z, e), -0.0, (float)pi / 2, FE_INEXACT); in test_special_atan2() 209 test2(atan2f, ldexpf(-z, e), 0.0, (float)-pi / 2, FE_INEXACT); in test_special_atan2() 210 test2(atan2f, ldexpf(-z, e), -0.0, (float)-pi / 2, FE_INEXACT); in test_special_atan2() 213 test2(atan2, 0.0, ldexp(z, e), 0.0, 0); in test_special_atan2() [all …]
|
| /freebsd-9-stable/tools/regression/usr.bin/make/syntax/semi/ |
| D | Makefile | 17 .ifmake test2 23 test2: target
|
| /freebsd-9-stable/tools/regression/usr.bin/make/syntax/enl/ |
| D | Makefile | 15 .elifmake test2 23 test2: target
|
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | patch-r252503-arm-transient-stack-alignment.diff | 11 define void @test2() { 12 ; DARWIN-LABEL: test2: 16 ; LINUX-LABEL: test2:
|
| D | patch-r274286-llvm-r201784-asm-dollar.diff | 97 +.macro test2 101 +test2 10 200 +.macro test2 _a 204 +test2 10
|
| D | patch-r263312-llvm-r202930-fix-alloca-esi-clobber.diff | 179 +define void @test2(%struct.foo* nocapture %x, i32 %y, i8* %z) nounwind { 185 +; CHECK-LABEL: test2:
|
| D | patch-r262261-llvm-r198910-sparc.diff | 299 ; CHECK-LABEL: test2: 306 define i64 @test2(i64 %X, i64 %Y) {
|
| /freebsd-9-stable/lib/libipsec/ |
| D | test-policy.c | 92 int test2(void); 101 test2(); 225 test2() in test2() function
|
| /freebsd-9-stable/contrib/libarchive/libarchive/test/ |
| D | test_read_format_iso_Z.c | 54 void test2(void) in test2() function 96 test2(); in DEFINE_TEST()
|
| /freebsd-9-stable/tools/regression/usr.sbin/etcupdate/ |
| D | ignore.sh | 223 $WORKDIR/test2.out 230 diff -u -L "correct" $WORKDIR/correct2.out -L "test" $WORKDIR/test2.out
|
| /freebsd-9-stable/tools/regression/nfsmmap/ |
| D | Makefile | 1 SUBDIR= test1 test2
|
| /freebsd-9-stable/tools/regression/usr.bin/make/variables/opt_V/ |
| D | Makefile | 13 test2: target
|
| /freebsd-9-stable/tools/regression/usr.bin/make/archives/fmt_oldbsd/ |
| D | Makefile | 18 test2: libtest.a(exactly15char.o) target
|
| /freebsd-9-stable/tools/regression/usr.bin/make/archives/fmt_44bsd/ |
| D | Makefile | 17 test2: libtest.a(exactly15char.o) target
|
| /freebsd-9-stable/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/ |
| D | Makefile | 20 test2: libtest.a(exactly15char.o) target
|
| /freebsd-9-stable/contrib/gcc/ |
| D | genpreds.c | 399 int test2 = NO_MODE_TEST (XEXP (subexp, 2)); in add_mode_tests() local 401 gcc_assert ((test0 && test1) || test2); in add_mode_tests() 403 if (test0 && test1 && test2) in add_mode_tests()
|
| /freebsd-9-stable/crypto/openssl/apps/demoCA/ |
| D | index.txt | 36 V 971015004448Z 0119 unknown /C=AU/SP=Queensland/O=Mincom Pty Ltd/OU=MTR/CN=test2
|
| /freebsd-9-stable/lib/libc/db/test/ |
| D | run.test | 98 test2()
|
| /freebsd-9-stable/tools/regression/file/flock/ |
| D | flock.c | 176 test2(int fd, __unused int argc, const __unused char **argv) in test2() function 1524 { test2, 2, 0 },
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/test/ |
| D | regress_buffer.c | 1297 const char* test2 = "1234567890\r"; in test_evbuffer_find() local 1310 evbuffer_add(buf, (u_char*)test2, strlen(test2)); in test_evbuffer_find() 1319 evbuffer_drain(buf, strlen(test2)); in test_evbuffer_find()
|
| /freebsd-9-stable/share/examples/diskless/ |
| D | README.BOOTP | 140 host test2 {
|
| /freebsd-9-stable/sys/dev/mn/ |
| D | if_mn.c | 109 u_int8_t dec, fill61, test2, fill63[5]; member
|
| /freebsd-9-stable/contrib/gperf/ |
| D | ChangeLog | 55 * tests/test2.c (in_word_set): Likewise. 1675 * tests/lang-ucs2.gperf, tests/test2.c, tests/lang-ucs2.in,
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | md.texi | 6142 @itemx (ior @var{test1} @var{test2}) 6143 @itemx (and @var{test1} @var{test2}) 7199 "@var{test2}" 7213 "(@var{test2}) && (@var{test1})"
|