Searched refs:SIG_IGN (Results 101 - 111 of 111) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_cp.c160 sv.sa_handler = SIG_IGN;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.c250 sigact.sa_handler = SIG_IGN;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Ddnsmasq.c76 sigact.sa_handler = SIG_IGN;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c990 signal(SIGHUP, SIG_IGN); /* Hangup */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c1611 signal(SIGPIPE, SIG_IGN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dn_tty.c963 current->sighand->action[sig-1].sa.sa_handler == SIG_IGN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dinetd.c1326 sa.sa_handler = SIG_IGN;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dexit.c362 current->sighand->action[(sig)-1].sa.sa_handler = SIG_IGN;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dash.c190 #define S_IGN 3 /* signal is ignored (SIG_IGN) */
316 signal(signo, SIG_IGN);
3208 if (act.sa_handler == SIG_IGN) {
3226 act.sa_handler = SIG_IGN;
4354 if (*tp && **tp) { /* trap not NULL or SIG_IGN */
4648 signal(SIGINT, SIG_IGN);
4649 signal(SIGQUIT, SIG_IGN);
4650 signal(SIGHUP, SIG_IGN);
4652 signal(SIGTSTP, SIG_IGN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dtransfer.c1506 data->state.prev_signal = signal(SIGPIPE, SIG_IGN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dfipsdrv.c2209 signal (SIGPIPE, SIG_IGN);

Completed in 126 milliseconds

12345