Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/tests/stdlib/
H A Dset_constraint_handler_s_test.c35 ATF_TC_WITHOUT_HEAD(null_handler);
36 ATF_TC_BODY(null_handler, tc) in ATF_TC_BODY() argument
59 ATF_TP_ADD_TC(tp, null_handler); in ATF_TP_ADD_TCS()
/freebsd-13.1/sys/compat/linux/
H A Dlinux_util.c144 static struct linux_device_handler null_handler = variable
147 DATA_SET(linux_device_handler_set, null_handler);
/freebsd-13.1/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()