Searched refs:SIGBUS (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/soltools/mkdepend/ |
H A D | main.c | 392 #ifdef SIGBUS 393 signal (SIGBUS, catch); 406 #ifdef SIGBUS 407 sigaddset(&sig_act.sa_mask, SIGBUS); 419 #ifdef SIGBUS 420 |(1<<(SIGBUS-1)) 436 #ifdef SIGBUS 437 sigaction(SIGBUS, &sig_act, (struct sigaction *)0);
|
/aoo4110/main/sal/typesconfig/ |
H A D | typesconfig.c | 133 if (sigaction(SIGBUS, &sa, NULL) != 0 || in check() 140 if (sigaction(SIGBUS, &sa, NULL) != 0 || in check() 167 raise (SIGBUS); in forceerror()
|
/aoo4110/main/tools/workben/ |
H A D | solar.c | 193 signal( SIGBUS, SignalHandler ); in check() 199 signal( SIGBUS, SIG_DFL ); in check()
|
/aoo4110/main/vcl/unx/generic/app/ |
H A D | saldata.cxx | 79 #ifndef SIGBUS 80 #define SIGBUS 10 macro
|
/aoo4110/main/sal/osl/unx/ |
H A D | signal.c | 116 { SIGBUS, ACT_ABORT, NULL }, /* bus error */ 913 case SIGBUS: in SignalHandlerFunction()
|
/aoo4110/main/vcl/unx/generic/printer/ |
H A D | cupsmgr.cxx | 445 int nBusSignalInstalled = sigaction(SIGBUS, &act, &oact[1]); in runDests() 475 sigaction( SIGBUS, &oact[1], NULL ); in runDests()
|
Completed in 58 milliseconds