Searched refs:do_test (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/atf/atf-c/detail/ |
| H A D | sanity_test.c | 90 do_test(enum type t, bool cond) in do_test() function 175 do_test(inv, false); in ATF_TC_BODY() 176 do_test(inv, true); in ATF_TC_BODY() 188 do_test(pre, false); in ATF_TC_BODY() 189 do_test(pre, true); in ATF_TC_BODY() 201 do_test(post, false); in ATF_TC_BODY() 202 do_test(post, true); in ATF_TC_BODY() 214 do_test(unreachable, false); in ATF_TC_BODY() 215 do_test(unreachable, true); in ATF_TC_BODY()
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/test/ |
| H A D | test.sh | 117 do_test() { function 135 do_test EPOLL "(timerfd)" 136 do_test EPOLL "(changelist)" 137 do_test EPOLL "(timerfd+changelist)" 139 do_test $i
|
| /freebsd-12.1/contrib/libevent/test/ |
| H A D | test.sh | 133 do_test() { function 177 [ $timerfd -eq 0 ] || do_test EPOLL "(timerfd)" 178 [ $changelist -eq 0 ] || do_test EPOLL "(changelist)" 179 [ $timerfd_changelist -eq 0 ] || do_test EPOLL "(timerfd+changelist)" 181 do_test $i
|
| /freebsd-12.1/crypto/heimdal/kuser/ |
| H A D | klist.c | 450 int do_test, int do_verbose, in display_v5_ccache() argument 461 if (!do_test) in display_v5_ccache() 468 if (do_test) in display_v5_ccache() 581 int do_test = in klist() local 602 exit_status |= display_v5_ccache(kcc_context, id, do_test, in klist() 619 exit_status = display_v5_ccache(kcc_context, id, do_test, in klist() 625 if (!do_test) { in klist()
|
| /freebsd-12.1/usr.sbin/rpc.lockd/ |
| H A D | lockd_lock.c | 215 enum nlm_stats do_test(struct file_lock *fl, 1716 do_test(struct file_lock *fl, struct file_lock **conflicting_fl) in do_test() function 1907 do_test(&test_fl, &conflicting_fl); in testlock()
|