Searched refs:ignore_handler_s (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libc/tests/stdlib/
H A Dset_constraint_handler_s_test.c46 assert(set_constraint_handler_s(ignore_handler_s) == abort_handler_s);
53 set_constraint_handler_s(ignore_handler_s);
54 assert(set_constraint_handler_s(abort_handler_s) == ignore_handler_s);
/freebsd-12-stable/lib/libc/stdlib/
H A Dset_constraint_handler_s.c98 ignore_handler_s(const char * restrict msg __unused, function
H A DMakefile.inc60 MLINKS+=set_constraint_handler_s.3 ignore_handler_s.3
/freebsd-12-stable/include/
H A Dstdlib.h348 void ignore_handler_s(const char * __restrict, void * __restrict, errno_t);

Completed in 109 milliseconds