| /src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/ |
| signal.h | 28 #define SIG_IGN (void (*)(int))0
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/ |
| signal.h | 28 #define SIG_IGN (void (*)(int))0
|
| /src/external/gpl2/groff/dist/src/utils/indxbib/ |
| signal.c | 74 signal(SIGHUP, SIG_IGN); 76 signal(SIGINT, SIG_IGN); 77 signal(SIGTERM, SIG_IGN);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| collect-utils.cc | 66 if (signal (SIGQUIT, SIG_IGN) != SIG_IGN) 69 if (signal (SIGINT, SIG_IGN) != SIG_IGN) 72 if (signal (SIGALRM, SIG_IGN) != SIG_IGN) 76 if (signal (SIGHUP, SIG_IGN) != SIG_IGN) 79 if (signal (SIGSEGV, SIG_IGN) != SIG_IGN) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| collect-utils.cc | 66 if (signal (SIGQUIT, SIG_IGN) != SIG_IGN) 69 if (signal (SIGINT, SIG_IGN) != SIG_IGN) 72 if (signal (SIGALRM, SIG_IGN) != SIG_IGN) 76 if (signal (SIGHUP, SIG_IGN) != SIG_IGN) 79 if (signal (SIGSEGV, SIG_IGN) != SIG_IGN) [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| sig8.c | 17 signal (SIGALRM, SIG_IGN);
|
| sig10.c | 28 signal (SIGKILL, SIG_IGN);
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/ |
| sig8.c | 17 signal (SIGALRM, SIG_IGN);
|
| sig10.c | 28 signal (SIGKILL, SIG_IGN);
|
| /src/games/sail/ |
| pl_1.c | 61 signal(SIGHUP, SIG_IGN); 62 signal(SIGINT, SIG_IGN); 63 signal(SIGQUIT, SIG_IGN); 64 signal(SIGALRM, SIG_IGN); 65 signal(SIGCHLD, SIG_IGN); 134 signal(SIGCHLD, SIG_IGN);
|
| /src/lib/libc/gen/ |
| sigignore.c | 46 sa.sa_handler = SIG_IGN;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| signal.d | 35 enum SIG_IGN = cast(sigfn_t) 1; 58 enum SIG_IGN = cast(sigfn_t) 1;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| catch-signal.c | 36 signal (SIGUSR1, SIG_IGN);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| catch-signal.c | 36 signal (SIGUSR1, SIG_IGN);
|
| /src/games/hack/ |
| hack.ioctl.c | 97 if (signal(SIGTSTP, SIG_IGN) == SIG_DFL) {
|
| /src/external/gpl2/xcvs/dist/src/ |
| exithandle.c | 35 (void) signal (SIGPIPE, SIG_IGN);
|
| /src/external/gpl2/xcvs/dist/lib/ |
| nanosleep.c | 99 if (oldact.sa_handler != SIG_IGN) 102 if (signal (SIGCONT, SIG_IGN) != SIG_IGN)
|
| /src/external/bsd/less/dist/ |
| signal.c | 160 (void) LSIGNAL(SIGTSTP, secure ? SIG_IGN : stop); 169 (void) LSIGNAL(SIGQUIT, SIG_IGN); 188 (void) LSIGNAL(SIGWINCH, SIG_IGN); 191 (void) LSIGNAL(SIGWIND, SIG_IGN); 221 LSIGNAL(SIGTTOU, SIG_IGN);
|
| /src/sbin/reboot/ |
| reboot.c | 187 (void)signal(SIGHUP, SIG_IGN); 188 (void)signal(SIGINT, SIG_IGN); 189 (void)signal(SIGQUIT, SIG_IGN); 190 (void)signal(SIGTERM, SIG_IGN); 191 (void)signal(SIGTSTP, SIG_IGN); 197 (void)signal(SIGPIPE, SIG_IGN);
|
| /src/distrib/utils/more/ |
| signal.c | 159 (void)signal(SIGWINCH, SIG_IGN); 162 (void)signal(SIGWIND, SIG_IGN); 204 (void)signal(SIGTTOU, SIG_IGN);
|
| /src/games/larn/ |
| signal.c | 43 signal(SIGQUIT, SIG_IGN); 44 signal(SIGINT, SIG_IGN); 104 signal(SIGKILL, SIG_IGN);
|
| /src/lib/libc/stdlib/ |
| system.c | 74 sa.sa_handler = SIG_IGN; 96 * overridden internally for system(3) to be SIG_IGN. 98 * - If the caller had SIGINT or SIGQUIT at SIG_IGN, then we 99 * inherit them as is -- caller had SIG_IGN, child will too. 103 * SIG_IGN in system(3) in the parent, by including them in 107 if (intsa.sa_handler != SIG_IGN) 109 if (quitsa.sa_handler != SIG_IGN)
|
| /src/usr.bin/tip/aculib/ |
| dn11.c | 78 (void)signal(SIGALRM, SIG_IGN); 79 (void)signal(SIGINT, SIG_IGN); 80 (void)signal(SIGQUIT, SIG_IGN);
|
| /src/usr.bin/mail/ |
| sig.c | 114 if (sigarray[signo] == SIG_DFL || sigarray[signo] == SIG_IGN) 152 if (handler == SIG_DFL || handler == SIG_IGN) { 305 if (sigaction(SIGHUP, &sa, &osa) != -1 && osa.sa_handler == SIG_IGN) 306 (void)signal(SIGHUP, SIG_IGN); 308 if (sigaction(SIGINT, &sa, &osa) != -1 && osa.sa_handler == SIG_IGN) 309 (void)signal(SIGINT, SIG_IGN); 311 if (signal(SIGQUIT, SIG_DFL) == SIG_IGN) 312 (void)signal(SIGQUIT, SIG_IGN); 384 act.sa_handler = SIG_IGN;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| mapper-client.h | 35 sighandler_t sigpipe = SIG_IGN;
|