Searched defs:sigfpe_handlers (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsigfpe.c92 static sigfpe_handler_type sigfpe_handlers[N_SIGFPE_CODE]; variable
111 switch ((unsigned int)sigfpe_handlers[i]) {
140 (sigfpe_handlers[i]) (sig, code, scp, addr);
200 oldhdl = sigfpe_handlers[i];
201 sigfpe_handlers[i] = hdl;
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c113 static sigfpe_handler_type sigfpe_handlers[N_SIGFPE_CODE]; variable
137 switch ((intptr_t)sigfpe_handlers[i]) {
165 (sigfpe_handlers[i])(sig, siginfo, ucontext);
228 oldhdl = sigfpe_handlers[i];
229 sigfpe_handlers[i] = hdl;

Completed in 45 milliseconds