Home
last modified time | relevance | path

Searched refs:sigfpe_handler_type (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c110 sigfpe_handler_type ieee_handlers[N_IEEE_EXCEPTION];
111 static sigfpe_handler_type sigfpe_handlers[N_SIGFPE_CODE];
215 sigfpe_handler_type
216 sigfpe(sigfpe_code_type code, sigfpe_handler_type hdl) in sigfpe()
218 sigfpe_handler_type oldhdl; in sigfpe()
230 return ((sigfpe_handler_type)BADSIG); in sigfpe()
/illumos-gate/usr/src/head/
H A Dfloatingpoint.h58 typedef void (*sigfpe_handler_type)(); /* Pointer to exception handler */ typedef
64 extern sigfpe_handler_type sigfpe(sigfpe_code_type, sigfpe_handler_type);