Searched refs:WSTOPSIG (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h72 #undef WSTOPSIG macro
96 #ifndef WSTOPSIG
97 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dwait.h63 #undef WSTOPSIG macro
87 #ifndef WSTOPSIG
88 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dwait.h72 #undef WSTOPSIG macro
96 #ifndef WSTOPSIG
97 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h72 #undef WSTOPSIG macro
96 #ifndef WSTOPSIG
97 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h72 #undef WSTOPSIG macro
96 #ifndef WSTOPSIG
97 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Ddosish.h181 #undef WSTOPSIG macro
190 #define WSTOPSIG(stat_val) 0 macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h89 #define WSTOPSIG(x) (((union __wait*)&(x))->__w_stopsig) macro
/opensolaris-onvv-gate/usr/src/ucbhead/sys/
H A Dwait.h144 #define WSTOPSIG(stat) WHIBYTE(stat) macro
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dwait.h94 #define WSTOPSIG(stat) ((int)(((stat)>>8)&0xFF)) macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm30 WIFEXITED WIFSIGNALED WIFSTOPPED WSTOPSIG WTERMSIG));
856 WNOHANG WSTOPSIG WTERMSIG WUNTRACED)],
H A DPOSIX.xs386 WIFSIGNALED WIFSTOPPED WSTOPSIG WTERMSIG));
451 /* S_ISFIFO WSTOPSIG WTERMSIG */
455 if (memEQ(name, "WSTOPSIG", 8)) {
457 #ifdef WSTOPSIG
459 *arg_result = WSTOPSIG(WMUNGE(i));
/opensolaris-onvv-gate/usr/src/cmd/su/
H A Dsu.c949 sg_handler = signal(WSTOPSIG(status), SIG_DFL);
950 (void) sigsend(P_PGID, getpgrp(), WSTOPSIG(status));
957 (void) signal(WSTOPSIG(status), sg_handler);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c234 i = WIFSIGNALED(status) ? WTERMSIG(status) : WSTOPSIG(status);
/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Djobs.c239 jp->j_xval = WSTOPSIG(stat);
/opensolaris-onvv-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2327 # undef WSTOPSIG macro
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2186 i = WIFSIGNALED(status) ? WTERMSIG(status) : WSTOPSIG(status);
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c335 pw->p_exit = WSTOPSIG(wstat);

Completed in 269 milliseconds