Searched refs:testf (Results 1 – 9 of 9) sorted by relevance
| /src/usr.bin/xinstall/tests/ |
| H A D | install_test.sh | 30 printf 'test\n123\r456\r\n789\0z' >testf 32 install testf "" 39 printf 'test\n123\r456\r\n789\0z' >testf 41 install testf $dir/testf 45 printf 'test\n123\r456\r\n789\0z' >testf 46 atf_check install "$@" testf copyf 47 cmp testf copyf || atf_fail "bad copy" 48 [ ! testf -nt copyf ] || atf_fail "bad timestamp" 85 [ ! testf -ot copyf ] || atf_fail "bad timestamp 2" 89 printf 'test\n123\r456\r\n789\0z' >testf [all …]
|
| /src/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()
|
| /src/lib/msun/tests/ |
| H A D | rem_test.c | 44 static void testf(float, float, float, int); 49 testf(x, y, e_r, e_q); \ 66 testf(0x1p-149, 1, 0x1p-149, 0); in ATF_TC_BODY() 71 testf(0x1.9044f6p-1, 0x1.ce662ep-1, -0x1.f109cp-4, 1); in ATF_TC_BODY() 183 testf(float x, float y, float expected_rem, int expected_quo) in testf() function
|
| H A D | next_test.c | 49 #define testf(exp, ans, ex) do { \ macro 163 testf(nexttowardf(1.0, 1.0 + ldbl_eps), 1.0 + FLT_EPSILON, 0); in ATF_TC_BODY() 241 testf(idf(nextafterf(FLT_MAX, INFINITY)), INFINITY, ex_over); in ATF_TC_BODY() 242 testf(idf(nextafterf(INFINITY, 0.0)), FLT_MAX, 0); in ATF_TC_BODY() 243 testf(idf(nexttowardf(FLT_MAX, FLT_MAX * 2.0)), INFINITY, ex_over); in ATF_TC_BODY() 244 testf(idf(nexttowardf(INFINITY, FLT_MAX * 2.0)), FLT_MAX, 0); in ATF_TC_BODY()
|
| /src/bin/sh/tests/expansion/ |
| H A D | pathname1.0 | 26 touch testf 'testdir/*/1' 'testdir/?/1' testdir/a/1 testdir/b/1 testdir2/b/.a 33 check '*' 'testdir testdir2 testf' 34 check '*""' 'testdir testdir2 testf' 35 check '""*' 'testdir testdir2 testf'
|
| H A D | pathname2.0 | 26 touch testf 'testdir/*/1' 'testdir/?/1' testdir/a/1 testdir/b/1 testdir2/b/.a
|
| /src/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()
|