Searched refs:oact (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | osinit.c | 165 struct sigaction act, oact; local in function:OsInit 184 if (sigaction(siglist[i], &act, &oact)) {
|
| H A D | utils.c | 211 struct sigaction act, oact; local in function:OsSignal 218 if (sigaction(sig, &act, &oact)) 220 return oact.sa_handler;
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | osinit.c | 174 struct sigaction act, oact; local in function:OsInit 196 if (sigaction(siglist[i], &act, &oact)) {
|
| H A D | utils.c | 218 struct sigaction act, oact; 225 if (sigaction(sig, &act, &oact)) 227 return oact.sa_handler;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | main.c | 2109 struct sigaction act, oact; local in function:posix_signal 2118 if (sigaction(signo, &act, &oact) < 0) 2120 return (oact.sa_handler);
|
Completed in 12 milliseconds