Home
last modified time | relevance | path

Searched refs:null_handler (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/tests/stdlib/
H A Dset_constraint_handler_s_test.c32 ATF_TC_WITHOUT_HEAD(null_handler);
33 ATF_TC_BODY(null_handler, tc) in ATF_TC_BODY() argument
56 ATF_TP_ADD_TC(tp, null_handler); in ATF_TP_ADD_TCS()
/freebsd/sys/compat/linux/
H A Dlinux_util.c131 static struct linux_device_handler null_handler = variable
134 DATA_SET(linux_device_handler_set, null_handler);
/freebsd/contrib/kyua/utils/signals/
H A Dtimer_test.cpp88 null_handler(const int /* signo */) in null_handler() function
311 signals::programmer sigalrm(SIGALRM, null_handler); in ATF_TEST_CASE_BODY()