Home
last modified time | relevance | path

Searched refs:testf (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/usr.bin/xinstall/tests/
H A Dinstall_test.sh31 atf_check install "$@" testf copyf
32 cmp testf copyf || atf_fail "bad copy"
76 atf_check -s not-exit:0 -o empty -e match:. install "$@" testf testf
103 atf_check install "$@" testf otherf
131 atf_check install "$@" testf otherf
258 atf_check install -s testf copyf
267 atf_check install -l h testf copyf
275 atf_check install -l s testf copyf
311 src_path=a/b/c/testf
332 src_path=a//b//c//testf
[all …]
/freebsd-12.1/contrib/netbsd-tests/lib/libc/tls/
H A Dt_tls_static.c62 testf(void *dummy) in testf() function
81 testf(NULL); in ATF_TC_BODY()
83 pthread_create(&t, 0, testf, 0); in ATF_TC_BODY()
86 pthread_create(&t, 0, testf, 0); in ATF_TC_BODY()
H A Dt_tls_dynamic.c68 testf(void *dummy) in testf() function
93 testf(NULL); in ATF_TC_BODY()
95 pthread_create(&t, 0, testf, 0); in ATF_TC_BODY()
98 pthread_create(&t, 0, testf, 0); in ATF_TC_BODY()
H A Dt_tls_dlopen.c67 testf(void *dummy) in testf() function
99 testf(NULL); in ATF_TC_BODY()
101 pthread_create(&t, 0, testf, 0); in ATF_TC_BODY()
104 pthread_create(&t, 0, testf, 0); in ATF_TC_BODY()
/freebsd-12.1/lib/msun/tests/
H A Drem_test.c46 static void testf(float, float, float, int);
51 testf(x, y, e_r, e_q); \
71 testf(0x1p-149, 1, 0x1p-149, 0); in main()
76 testf(0x1.9044f6p-1, 0x1.ce662ep-1, -0x1.f109cp-4, 1); in main()
188 testf(float x, float y, float expected_rem, int expected_quo) in testf() function
H A Dnext_test.c51 #define testf(exp, ans, ex) do { \ macro
158 testf(nexttowardf(1.0, 1.0 + ldbl_eps), 1.0 + FLT_EPSILON, 0); in main()
218 testf(idf(nextafterf(FLT_MAX, INFINITY)), INFINITY, ex_over); in main()
219 testf(idf(nextafterf(INFINITY, 0.0)), FLT_MAX, 0); in main()
220 testf(idf(nexttowardf(FLT_MAX, FLT_MAX * 2.0)), INFINITY, ex_over); in main()
221 testf(idf(nexttowardf(INFINITY, FLT_MAX * 2.0)), FLT_MAX, 0); in main()
/freebsd-12.1/bin/sh/tests/expansion/
H A Dpathname1.027 touch testf 'testdir/*/1' 'testdir/?/1' testdir/a/1 testdir/b/1 testdir2/b/.a
34 check '*' 'testdir testdir2 testf'
35 check '*""' 'testdir testdir2 testf'
36 check '""*' 'testdir testdir2 testf'
H A Dpathname2.027 touch testf 'testdir/*/1' 'testdir/?/1' testdir/a/1 testdir/b/1 testdir2/b/.a
/freebsd-12.1/contrib/bzip2/
H A Dbzip2.c1512 void testf ( Char *name ) in testf() function
1998 testf ( NULL ); in main()
2005 testf ( aa->name ); in main()