Home
last modified time | relevance | path

Searched refs:SIGCHLD (Results 1 – 25 of 138) sorted by relevance

123456

/dragonfly/crypto/openssh/
H A Dreadpass.c68 osigchld = ssh_signal(SIGCHLD, SIG_DFL); in ssh_askpass()
71 ssh_signal(SIGCHLD, osigchld); in ssh_askpass()
101 ssh_signal(SIGCHLD, osigchld); in ssh_askpass()
270 osigchld = ssh_signal(SIGCHLD, SIG_DFL); in notify_start()
273 ssh_signal(SIGCHLD, osigchld); in notify_start()
330 ssh_signal(SIGCHLD, ctx->osigchld); in notify_complete()
H A Dssh-sk-client.c76 osigchld = ssh_signal(SIGCHLD, SIG_DFL); in start_helper()
82 ssh_signal(SIGCHLD, osigchld); in start_helper()
223 ssh_signal(SIGCHLD, osigchld); in client_converse()
/dragonfly/games/sail/
H A Dpl_1.c65 signal(SIGCHLD, SIG_IGN); in leave()
134 signal(SIGCHLD, SIG_IGN); in child()
140 signal(SIGCHLD, child); in child()
/dragonfly/bin/sh/
H A Dtrap.c375 return (trap[SIGCHLD] != NULL && *trap[SIGCHLD] != '\0'); in issigchldtrapped()
399 (signo != SIGCHLD || !ignore_sigchld)) { in onsig()
431 if (i == SIGCHLD) in dotrap()
466 if (i == SIGCHLD) in dotrap()
/dragonfly/contrib/tcsh-6/
H A Dtc.sig.h38 # ifndef SIGCHLD
39 # define SIGCHLD SIGCLD macro
72 # define signal(a, b) signal((a), (a) == SIGCHLD ? SIG_IGN : (b))
H A Dsh.init.c406 #if !defined(SIGCHLD) || defined(SOLARIS2) || defined(apollo) || defined(__EMX__) in mesginit()
421 # ifdef SIGCHLD in mesginit()
422 if (mesg[SIGCHLD].pname == NULL) { in mesginit()
423 mesg[SIGCHLD].iname = "CHLD"; in mesginit()
425 mesg[SIGCHLD].pname = CSAVS(2, 27, "Child stopped or exited"); in mesginit()
427 mesg[SIGCHLD].pname = CSAVS(2, 28, "Child exited"); in mesginit()
/dragonfly/contrib/gdb-7/gdb/common/
H A Dsignals.c193 #if defined (SIGCHLD) in gdb_signal_from_host()
194 if (hostsig == SIGCHLD) in gdb_signal_from_host()
446 #if defined (SIGCHLD) || defined (SIGCLD) in do_gdb_signal_to_host()
448 #if defined (SIGCHLD) in do_gdb_signal_to_host()
449 return SIGCHLD; in do_gdb_signal_to_host()
/dragonfly/lib/libc/gen/
H A Dsiglist.c58 [SIGCHLD] = "CHLD",
128 [SIGCHLD] = "Child exited",
/dragonfly/usr.sbin/rpc.statd/
H A Dstatd.c89 sigaddset(&sa.sa_mask, SIGCHLD); in main()
91 sigaction(SIGCHLD, &sa, NULL); in main()
/dragonfly/contrib/dialog/
H A Dprgbox.c106 void (*oldreaper) (int) = signal(SIGCHLD, reapchild); in dialog_prgbox()
115 signal(SIGCHLD, oldreaper); in dialog_prgbox()
/dragonfly/usr.sbin/daemon/
H A Ddaemon.c211 sigaddset(&act_term.sa_mask, SIGCHLD); in main()
226 sigaddset(&mask_susp, SIGCHLD); in main()
239 sigaddset(&mask_read, SIGCHLD); in main()
249 if (sigaction(SIGCHLD, &act_chld, NULL) == -1) { in main()
/dragonfly/contrib/diffutils/src/
H A Dsystem.h108 #if !defined SIGCHLD && defined SIGCLD
109 # define SIGCHLD SIGCLD macro
/dragonfly/gnu/usr.bin/diff/diff/
H A Dsystem.h108 #if !defined SIGCHLD && defined SIGCLD
109 # define SIGCHLD SIGCLD macro
/dragonfly/libexec/dma/
H A Dlocal.c70 sigaction(SIGCHLD, &sa, &osa); in create_mbox()
122 sigaction(SIGCHLD, &osa, NULL); in create_mbox()
/dragonfly/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c170 if (sig == SIGCHLD) { in reaper()
276 signal(SIGCHLD, (SIG_PF) reaper); in main()
/dragonfly/sys/kern/
H A Dkern_exit.c566 q->p_sigparent = SIGCHLD; in exit1()
629 if (sig != SIGUSR1 && sig != SIGCHLD) in exit1()
630 sig = SIGCHLD; in exit1()
633 ksignal(pp, SIGCHLD); in exit1()
1130 if ((p->p_sigparent != SIGCHLD) ^ in kern_wait()
1221 info->si_signo = SIGCHLD; in kern_wait()
1252 ksignal(t, SIGCHLD); in kern_wait()
/dragonfly/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c175 if (sig == SIGCHLD) { in reaper()
294 signal(SIGCHLD, (SIG_PF) reaper); in main()
/dragonfly/usr.sbin/ypserv/
H A Dyp_main.c185 if (sig == SIGCHLD) { in reaper()
382 signal(SIGCHLD, (SIG_PF) reaper); in main()
/dragonfly/usr.bin/timeout/
H A Dtimeout.c140 case SIGCHLD: in sig_handler()
194 SIGCHLD, in main()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrsignal.c141 #if defined (SIGCHLD)
142 ENTRY(SIGCHLD, "SIGCHLD", "Child status changed"),
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dstrsignal.c141 #if defined (SIGCHLD)
142 ENTRY(SIGCHLD, "SIGCHLD", "Child status changed"),
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dstrsignal.c141 #if defined (SIGCHLD)
142 ENTRY(SIGCHLD, "SIGCHLD", "Child status changed"),
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dstrsignal.c141 #if defined (SIGCHLD)
142 ENTRY(SIGCHLD, "SIGCHLD", "Child status changed"),
/dragonfly/sbin/rconfig/
H A Dserver.c52 signal(SIGCHLD, SIG_IGN); in doServer()
96 signal(SIGCHLD, server_chld_exit); in doServer()
/dragonfly/usr.bin/window/
H A Dwwspawn.c55 sigaddset(&nsigset, SIGCHLD); in wwspawn()

123456