Home
last modified time | relevance | path

Searched refs:test2 (Results 1 – 25 of 57) sorted by relevance

123

/freebsd-14.2/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.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 Dinvtrig_test.c89 #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 Dfmaxmin_test.c101 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 Dt_grep.sh486 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 Dbio_callback_test.c52 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 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
/freebsd-14.2/bin/sh/tests/parser/
H A Dalias15.0.stdout3 echo test2
4 test2
H A Dalias15.08 alias alias0='echo test2'
/freebsd-14.2/tools/test/stress2/misc/
H A Dtmpfs10.sh79 test2(void)
132 test2(); function
134 test2(); function
H A Dexlock2.sh101 ; /* wait for test2 to signal "done" */
112 test2(void)
185 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 Dsndstat.sh95 test2(void *arg __unused)
129 if ((e = pthread_create(&rp[j], NULL, test2, NULL)) != 0)
H A Dmmap5.sh69 test2(void)
106 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 ] ||
H A Dmmap6.sh139 test2(void)
155 test2(); function
H A Dmlockall6.sh112 test2(void)
165 test2(); function
H A Dnfsdepth.sh180 test2(void)
207 test2(); function
/freebsd-14.2/usr.bin/bmake/tests/syntax/semi/
H A DMakefile.test16 .ifmake test2
22 test2:
/freebsd-14.2/usr.bin/bmake/tests/syntax/enl/
H A DMakefile.test14 .elifmake test2
22 test2:
/freebsd-14.2/lib/libipsec/
H A Dtest-policy.c91 int test2(void);
100 test2();
224 test2() in test2() function
/freebsd-14.2/contrib/lua/src/
H A Dliolib.c454 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 DMakefile2 SUBDIR= test1 test2
/freebsd-14.2/usr.bin/bmake/tests/variables/opt_V/
H A DMakefile.test12 test2:
/freebsd-14.2/usr.bin/bmake/tests/syntax/funny-targets/
H A DMakefile.test10 test2: exclamation!target

123