| /freebsd-12.1/usr.bin/xinstall/tests/ |
| H A D | install_test.sh | 31 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 D | t_tls_static.c | 62 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 D | t_tls_dynamic.c | 68 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 D | t_tls_dlopen.c | 67 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 D | rem_test.c | 46 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 D | next_test.c | 51 #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 D | pathname1.0 | 27 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 D | pathname2.0 | 27 touch testf 'testdir/*/1' 'testdir/?/1' testdir/a/1 testdir/b/1 testdir2/b/.a
|
| /freebsd-12.1/contrib/bzip2/ |
| H A D | bzip2.c | 1512 void testf ( Char *name ) in testf() function 1998 testf ( NULL ); in main() 2005 testf ( aa->name ); in main()
|