Searched refs:SIGCLD (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsignal.c41 CatchSignal(SIGCLD, sig_cld);
59 CatchSignal(SIGCLD, sig_cld_leave_status);
124 Ignore SIGCLD via whatever means is necessary for this OS.
129 CatchSignal(SIGCLD, sig_cld);
133 Catch SIGCLD but leave the child around so it's status can be reaped.
138 CatchSignal(SIGCLD, sig_cld_leave_status);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsignal.h43 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsignal.h43 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c484 #ifdef SIGCLD
485 signal(SIGCLD, SIG_IGN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h961 #ifndef SIGCLD
962 #define SIGCLD SIGCHLD macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndunix.c758 * pool. There are two types of SIGC(H)LD naming, the SysV SIGCLD and
760 #ifdef SIGCLD
761 signal(SIGCLD, SIG_DFL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfloppyd.c48 #ifndef SIGCLD
49 #define SIGCLD SIGCHLD macro
726 signal(SIGCLD, SIG_IGN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dminidlna.c659 signal(SIGCLD, SIG_IGN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dminidlna.c685 signal(SIGCLD, SIG_IGN);

Completed in 85 milliseconds