Searched defs:oact (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | uxproces.c | 918 struct sigaction act, oact; local 924 rv = sigaction(SIGCHLD, &act, &oact); 927 old_sig_handler = oact.sa_handler; 931 PR_ASSERT(oact.sa_handler == SIG_DFL);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_cc.c | 1615 struct sigaction act, oact; local 1684 (void) sigaction(SIGCHLD, &act, &oact); 1687 (void) sigaction(SIGCHLD, &oact, NULL); 1703 (void) sigaction(SIGCHLD, &oact, NULL);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/ |
H A D | dtrace.c | 1247 struct sigaction act, oact; local 1958 if (sigaction(SIGINT, NULL, &oact) == 0 && oact.sa_handler != SIG_IGN) 1961 if (sigaction(SIGTERM, NULL, &oact) == 0 && oact.sa_handler != SIG_IGN)
|
Completed in 56 milliseconds