Searched refs:sigfpe_code_type (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsigfpe.c75 static sigfpe_code_type sigfpe_codes[N_SIGFPE_CODE] = {
100 sigfpe_code_type code;
187 sigfpe_code_type code;
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c93 static const sigfpe_code_type sigfpe_codes[N_SIGFPE_CODE] = {
212 sigfpe(sigfpe_code_type code, sigfpe_handler_type hdl)
/illumos-gate/usr/src/head/
H A Dfloatingpoint.h67 typedef int sigfpe_code_type; /* Type of SIGFPE code. */ typedef
75 extern sigfpe_handler_type sigfpe __P((sigfpe_code_type, sigfpe_handler_type));
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dfloatingpoint.h60 typedef int sigfpe_code_type; /* Type of SIGFPE code. */ typedef
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1711 typedef int sigfpe_code_type;
1715 extern sigfpe_handler_type sigfpe(sigfpe_code_type, sigfpe_handler_type);

Completed in 84 milliseconds