Searched refs:oldterm (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dmemory.c89 struct sigaction oldterm; local
118 sigaction(SIGTERM, NULL, &oldterm);
138 if (oldterm.sa_handler != SIG_IGN)
170 if (oldterm.sa_handler != SIG_IGN)
171 sigaction(SIGTERM, &oldterm, NULL);
189 if (oldterm.sa_handler != SIG_IGN)
190 sigaction(SIGTERM, &oldterm, NULL);
H A DlibvtsSUNWast.c612 struct sigaction oldterm; local
627 sigaction(SIGTERM, NULL, &oldterm);
647 if (oldterm.sa_handler != SIG_IGN)
668 if (oldterm.sa_handler != SIG_IGN)
669 sigaction(SIGTERM, &oldterm, NULL);
687 if (oldterm.sa_handler != SIG_IGN)
688 sigaction(SIGTERM, &oldterm, NULL);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dmemory.c89 struct sigaction oldterm; local
118 sigaction(SIGTERM, NULL, &oldterm);
138 if (oldterm.sa_handler != SIG_IGN)
172 if (oldterm.sa_handler != SIG_IGN)
173 sigaction(SIGTERM, &oldterm, NULL);
191 if (oldterm.sa_handler != SIG_IGN)
192 sigaction(SIGTERM, &oldterm, NULL);
H A DlibvtsSUNWefb.c612 struct sigaction oldterm; local
627 sigaction(SIGTERM, NULL, &oldterm);
647 if (oldterm.sa_handler != SIG_IGN)
668 if (oldterm.sa_handler != SIG_IGN)
669 sigaction(SIGTERM, &oldterm, NULL);
687 if (oldterm.sa_handler != SIG_IGN)
688 sigaction(SIGTERM, &oldterm, NULL);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dmemory.c90 struct sigaction oldterm; local
122 sigaction(SIGTERM, NULL, &oldterm);
142 if (oldterm.sa_handler != SIG_IGN)
169 if (oldterm.sa_handler != SIG_IGN)
170 sigaction(SIGTERM, &oldterm, NULL);
188 if (oldterm.sa_handler != SIG_IGN)
189 sigaction(SIGTERM, &oldterm, NULL);
H A DlibvtsSUNWmga.c606 struct sigaction oldterm; local
621 sigaction(SIGTERM, NULL, &oldterm);
641 if (oldterm.sa_handler != SIG_IGN)
662 if (oldterm.sa_handler != SIG_IGN)
663 sigaction(SIGTERM, &oldterm, NULL);
681 if (oldterm.sa_handler != SIG_IGN)
682 sigaction(SIGTERM, &oldterm, NULL);

Completed in 17 milliseconds