Searched refs:SIGCHLD (Results 1 - 25 of 158) sorted by relevance

1234567

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dsignal.h73 #ifdef SIGCHLD
74 #define LDAP_SIGCHLD SIGCHLD
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsig.h53 #if !defined (SIGCHLD) && defined (SIGCLD)
54 # define SIGCHLD SIGCLD macro
101 BLOCK_SIGNAL (SIGCHLD, nvar, ovar)
105 # define BLOCK_CHILD(nvar, ovar) ovar = sigblock (sigmask (SIGCHLD))
H A Dsiglist.c129 #if !defined (SIGCHLD) && defined (SIGCLD)
130 #define SIGCHLD SIGCLD macro
133 #if defined (SIGCHLD)
134 sys_siglist[SIGCHLD] = "Child death or stop";
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dirix4-0.h62 /* It is necessary to prevent SIGCHLD signals within _getpty.
66 int mask = sigblock (sigmask (SIGCHLD)); \
H A Dcygwin.h79 mask = sigblock (sigmask (SIGCHLD)); \
H A Dosf1.h90 mask = sigblock (sigmask (SIGCHLD)); \
H A Dgnu-linux.h77 /* Note that grantpt and unlockpt may fork. We must block SIGCHLD to
84 sigblock (sigmask (SIGCHLD)); \
88 sigunblock (sigmask (SIGCHLD)); \
94 sigunblock (sigmask (SIGCHLD)); \
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dprocclose.c74 #if defined(SIGCHLD)
82 signal(SIGCHLD, p->sigchld);
H A Dsigcrit.c50 #if defined(SIGCHLD) && ( !defined(SIGCLD) || SIGCHLD != SIGCLD || _lib_sigprocmask || _lib_sigsetmask )
51 SIGCHLD, SIG_REG_PROC,
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_trap.c24 #if defined(SIGCLD) && !defined(SIGCHLD)
25 #define SIGCHLD SIGCLD macro
110 if (current_sig == SIGCHLD) {
145 got_sig = SIGCHLD;
146 traps[SIGCHLD].mark = TRUE;
181 if (sig != SIGCHLD) {
198 /* In case of SIGCHLD though, we must recall it as many times as
201 if (sig == SIGCHLD) {
223 signal(SIGCHLD,bottomhalf);
228 /* if the rearming immediately caused another SIGCHLD, slo
[all...]
H A Dpty_sgttyb.c14 #if defined(SIGCLD) && !defined(SIGCHLD)
15 #define SIGCHLD SIGCLD macro
62 old = signal(SIGCHLD, SIG_DFL);
64 signal(SIGCHLD, old); /* restore signal handler */
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Drand-timer.c133 ochld = signal(SIGCHLD, SIG_IGN);
136 signal(SIGCHLD, ochld != SIG_ERR ? ochld : SIG_DFL);
155 signal(SIGCHLD, ochld != SIG_ERR ? ochld : SIG_DFL);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Djobs.h54 #if defined(SIGCLD) && !defined(SIGCHLD)
55 # define SIGCHLD SIGCLD macro
57 #ifdef SIGCHLD
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.sig.h39 # ifndef SIGCHLD
40 # define SIGCHLD SIGCLD macro
41 # endif /* SIGCHLD */
73 # define signal(a, b) signal((a), (a) == SIGCHLD ? SIG_IGN : (b))
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d63 inline int SIGCHLD = 20;
64 #pragma D binding "1.0" SIGCHLD
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dsignal.test195 error "signal-1.14: SIGCHLD lost"
213 set expect {123 {{SIGCHLD {trap 0 {global G_gotChild;set G_gotChild 1;sleep 1} 0}}}}
215 set expect {123 {{SIGCHLD {default 0 {} 0}}}}
221 signal trap SIGCHLD {global G_gotChild;set G_gotChild 1;sleep 1}
225 list [lindex $status1 2] [signal get SIGCHLD]
228 signal default SIGCHLD
232 # a signal (on SIGCHLD is different if we have Posix signals).
238 signal trap SIGCHLD {global G_gotChild;set G_gotChild 1}
239 kill SIGCHLD [id process]
242 kill SIGCHLD [i
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/data/
H A Dsignals.c22 #if defined(SIGCLD) && !defined(SIGCHLD)
23 # define SIGCHLD SIGCLD macro
63 #ifdef SIGCHLD
64 "CHLD", VAL(SIGCHLD,SH_SIGFAULT), S("Death of Child"),
66 # if SIGCLD!=SIGCHLD
74 #endif /* SIGCHLD */
/macosx-10.10.1/screen-22/screen/
H A Dpty.c202 * SIGCHLD set to SIG_DFL for _getpty() because it may fork() and
205 sigcld = signal(SIGCHLD, SIG_DFL);
207 signal(SIGCHLD, sigcld);
268 * SIGCHLD set to SIG_DFL for grantpt() because it fork()s and
271 sigcld = signal(SIGCHLD, SIG_DFL);
274 signal(SIGCHLD, sigcld);
278 signal(SIGCHLD, sigcld);
/macosx-10.10.1/vim-55/src/
H A Dpty.c231 * SIGCHLD set to SIG_DFL for _getpty() because it may fork() and
234 sigcld = signal(SIGCHLD, SIG_DFL);
236 signal(SIGCHLD, sigcld);
293 * SIGCHLD set to SIG_DFL for grantpt() because it fork()s and
296 sigcld = signal(SIGCHLD, SIG_DFL);
299 signal(SIGCHLD, sigcld);
303 signal(SIGCHLD, sigcld);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dreadpass.c68 osigchld = signal(SIGCHLD, SIG_DFL);
71 signal(SIGCHLD, osigchld);
100 signal(SIGCHLD, osigchld);
H A Dsandbox-systrace.c88 box->osigchld = signal(SIGCHLD, SIG_IGN);
97 signal(SIGCHLD, box->osigchld);
116 signal(SIGCHLD, box->osigchld);
/macosx-10.10.1/sudo-73/src/
H A Dmksiglist.h131 #ifdef SIGCHLD
132 if (sudo_sys_siglist[SIGCHLD] == NULL)
133 sudo_sys_siglist[SIGCHLD] = "Child exited";
/macosx-10.10.1/postfix-255/postfix/src/master/
H A Dmaster_sig.c16 /* master_gotsighup (master_gotsigchld) is set to SIGHUP (SIGCHLD)
248 * Intercept SIGHUP (re-read config file) and SIGCHLD (child exit).
259 if (sigaction(SIGCHLD, &action, (struct sigaction *) 0) < 0)
260 msg_fatal("%s: sigaction(%d): %m", myname, SIGCHLD);
/macosx-10.10.1/apr-32/apr/apr/include/arch/win32/
H A Dapr_private.h101 #define SIGCHLD 17 macro
/macosx-10.10.1/apr-32/apr/apr/threadproc/unix/
H A Dsignals.c90 if ((signo == SIGCHLD) && (func == SIG_IGN)) {
95 /* ignoring SIGCHLD or leaving the default disposition doesn't avoid zombies,
99 if ((signo == SIGCHLD) && (func == SIG_IGN)) {
211 #ifdef SIGCHLD
212 store_desc(SIGCHLD, "Child status change");

Completed in 384 milliseconds

1234567