| /freebsd-14.2/tools/regression/nfsmmap/test2/ |
| H A D | Makefile | 2 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.data 10 ssh ${NFSSERVER} touch ${.OBJDIR}/test2.data; \ 12 @cd ${.OBJDIR}; ${.OBJDIR}/test2 13 @if cmp -s ${.OBJDIR}/test2.data ${.OBJDIR}/test2.good && \ 14 cmp -s ${.OBJDIR}/test2.scratch ${.OBJDIR}/test2.good ; then \ 20 test2.zeros: test2.zeros.uu 23 test2.good: test2.good.uu
|
| /freebsd-14.2/lib/msun/tests/ |
| H A D | invtrig_test.c | 89 #define test2(func, y, x, result, excepts) \ macro 171 test2(atan2f, 0.0, ldexpf(z, e), 0.0, 0); in ATF_TC_BODY() 172 test2(atan2f, -0.0, ldexpf(z, e), -0.0, 0); in ATF_TC_BODY() 181 test2(atan2, 0.0, ldexp(z, e), 0.0, 0); in ATF_TC_BODY() 182 test2(atan2, -0.0, ldexp(z, e), -0.0, 0); in ATF_TC_BODY() 191 test2(atan2l, 0.0, ldexpl(z, e), 0.0, 0); in ATF_TC_BODY() 192 test2(atan2l, -0.0, ldexpl(z, e), -0.0, 0); in ATF_TC_BODY() 213 test2(atan2, ldexp(z, e), INFINITY, 0.0, 0); in ATF_TC_BODY() 214 test2(atan2, ldexp(-z,e), INFINITY, -0.0, 0); in ATF_TC_BODY() 315 test2(atan2l, ldexpl(1.0, 100 - LDBL_MAX_EXP), in ATF_TC_BODY() [all …]
|
| H A D | fmaxmin_test.c | 101 ATF_TC_WITHOUT_HEAD(test2); 102 ATF_TC_BODY(test2, tc) in ATF_TC_BODY() argument 170 ATF_TP_ADD_TC(tp, test2); in ATF_TP_ADD_TCS()
|
| /freebsd-14.2/contrib/netbsd-tests/usr.bin/grep/ |
| H A D | t_grep.sh | 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 610 printf "M{1}" > test2 633 printf "M{1}" > test2 656 printf "xx x\n" > test2 659 atf_check -o file:test2 grep -w "x" test2 815 printf "A" > test2 934 echo foo > test2 [all …]
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | bio_callback_test.c | 52 char test2[] = "hello"; in test_bio_callback_ex() local 53 const size_t test2len = sizeof(test2) - 1; in test_bio_callback_ex() 158 i = BIO_puts(bio, test2); in test_bio_callback_ex() 163 || !TEST_ptr_eq(my_param_argp[0], test2) in test_bio_callback_ex() 169 || !TEST_ptr_eq(my_param_argp[1], test2) in test_bio_callback_ex() 224 char test2[] = "hello"; in test_bio_callback() local 225 const int test2len = sizeof(test2) - 1; in test_bio_callback() 310 i = BIO_puts(bio, test2); in test_bio_callback() 315 || !TEST_ptr_eq(my_param_argp[0], test2) in test_bio_callback() 321 || !TEST_ptr_eq(my_param_argp[1], test2) in test_bio_callback()
|
| /freebsd-14.2/usr.sbin/pw/tests/ |
| H A D | pw_usermod_test.sh | 107 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
|
| /freebsd-14.2/bin/sh/tests/parser/ |
| H A D | alias15.0.stdout | 3 echo test2 4 test2
|
| H A D | alias15.0 | 8 alias alias0='echo test2'
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | tmpfs10.sh | 79 test2(void) 132 test2(); function 134 test2(); function
|
| H A D | exlock2.sh | 101 ; /* wait for test2 to signal "done" */ 112 test2(void) 185 test2(); function
|
| H A D | churn.sh | 83 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 D | sndstat.sh | 95 test2(void *arg __unused) 129 if ((e = pthread_create(&rp[j], NULL, test2, NULL)) != 0)
|
| H A D | mmap5.sh | 69 test2(void) 106 test2(); function
|
| H A D | mmap7.sh | 76 test2(void *arg __unused) 115 if ((e = pthread_create(&cp[i], NULL, test2, NULL)) != 0)
|
| H A D | seekdir.sh | 22 mkdir test2 24 [ `echo $mntpoint/test2/* | wc -w` -eq 1 ] ||
|
| H A D | mmap6.sh | 139 test2(void) 155 test2(); function
|
| H A D | mlockall6.sh | 112 test2(void) 165 test2(); function
|
| H A D | nfsdepth.sh | 180 test2(void) 207 test2(); function
|
| /freebsd-14.2/usr.bin/bmake/tests/syntax/semi/ |
| H A D | Makefile.test | 16 .ifmake test2 22 test2:
|
| /freebsd-14.2/usr.bin/bmake/tests/syntax/enl/ |
| H A D | Makefile.test | 14 .elifmake test2 22 test2:
|
| /freebsd-14.2/lib/libipsec/ |
| H A D | test-policy.c | 91 int test2(void); 100 test2(); 224 test2() in test2() function
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | liolib.c | 454 static int test2 (RN *rn, const char *set) { in test2() function 487 test2(&rn, "-+"); /* optional sign */ in read_number() 488 if (test2(&rn, "00")) { in read_number() 489 if (test2(&rn, "xX")) hex = 1; /* numeral is hexadecimal */ in read_number() 493 if (test2(&rn, decp)) /* decimal point? */ in read_number() 495 if (count > 0 && test2(&rn, (hex ? "pP" : "eE"))) { /* exponent mark? */ in read_number() 496 test2(&rn, "-+"); /* exponent sign */ in read_number()
|
| /freebsd-14.2/tools/regression/nfsmmap/ |
| H A D | Makefile | 2 SUBDIR= test1 test2
|
| /freebsd-14.2/usr.bin/bmake/tests/variables/opt_V/ |
| H A D | Makefile.test | 12 test2:
|
| /freebsd-14.2/usr.bin/bmake/tests/syntax/funny-targets/ |
| H A D | Makefile.test | 10 test2: exclamation!target
|