Searched defs:SIGCHLD (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/data/
H A Dsignals.c24 #if defined(SIGCLD) && !defined(SIGCHLD)
25 # define SIGCHLD SIGCLD macro
65 #ifdef SIGCHLD
66 "CHLD", VAL(SIGCHLD,SH_SIGFAULT), S("Death of Child"),
68 # if SIGCLD!=SIGCHLD
76 #endif /* SIGCHLD */
/illumos-gate/usr/src/lib/libshell/common/include/
H A Djobs.h38 #if defined(SIGCLD) && !defined(SIGCHLD)
39 # define SIGCHLD SIGCLD macro
41 #ifdef SIGCHLD
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dsignal.h41 #define SIGCHLD 20 /* to parent on child stop or exit */ macro
42 #define SIGCLD 20 /* System V name for SIGCHLD */
68 #define SA_NOCLDSTOP 0x0008 /* don't send a SIGCHLD on child stop */
/illumos-gate/usr/src/uts/common/sys/iso/
H A Dsignal_iso.h70 #define SIGCHLD 18 /* child status change alias (POSIX) */ macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h90 #define SIGCHLD 20 /* to parent on child stop or exit */ macro
91 #define SIGCLD 20 /* System V name for SIGCHLD */
137 #define SV_NOCLDSTOP 0x0008 /* don't send a SIGCHLD on child stop */
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h96 #define SIGCHLD 18 /* child status change alias (POSIX) */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h90 #define SIGCHLD 20 /* to parent on child stop or exit */ macro
274 /* codes for SIGCHLD */
318 #define SA_NOCLDSTOP 0x0008 /* do not generate SIGCHLD on child stop */
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2827 # if !defined(SIGCHLD) && defined(SIGCLD)
2828 # define SIGCHLD SIGCLD macro
2829 # endif /* !defined(SIGCHLD) && defined(SIGCLD) */

Completed in 1081 milliseconds