Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 14 of 14) sorted by last modified time

/original-bsd/usr.sbin/amd/include/
H A Duwait.h56 #define WIFSIGNALED(x) ((x).w_termsig != 0) macro
/original-bsd/usr.sbin/amd/amd/
H A Dsched.c190 if (WIFSIGNALED(w))
/original-bsd/usr.bin/xargs/
H A Dxargs.c258 if (WIFSIGNALED(status) || WEXITSTATUS(status) == 255)
/original-bsd/usr.bin/pascal/pc/
H A Dpc.c513 if (WIFSIGNALED(status)) {
/original-bsd/usr.bin/make/
H A Djob.c578 (WIFSIGNALED(status) && (status.w_termsig != SIGCONT)))
627 (WIFSIGNALED(status) && (status.w_termsig == SIGCONT)) ||
1936 if (WIFSIGNALED(status) && (status.w_termsig == SIGCONT)) {
/original-bsd/sys/sys/
H A Dwait.h30 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c265 } else if (WIFSIGNALED(rv)) {
/original-bsd/sbin/init/
H A Dinit.c719 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM && in runcom()
/original-bsd/sbin/mount/
H A Dmount.c341 } else if (WIFSIGNALED(status)) {
/original-bsd/sbin/fsck/
H A Dpreen.c118 if (WIFSIGNALED(status)) {
/original-bsd/local/X11R5/mit/config/
H A Dimake.c148 #ifndef WIFSIGNALED
149 #define WIFSIGNALED(w) waitSig(w) macro
514 if (WIFSIGNALED(status))
545 if (WIFSIGNALED(status)) in makeit()
/original-bsd/contrib/libg++-2.3/libg++/g++-include/sys/
H A Dwait.h23 #define WIFSIGNALED(x) (! WIFSTOPPED(x) && WTERMSIG(x) != 0)
/original-bsd/contrib/emacs-18.57/src/
H A Dprocess.c132 #define WIFSIGNALED(w) ((w&0377) != 0177 && (w&~0377) == 0) macro
160 #undef WIFSIGNALED
173 #ifndef WIFSIGNALED
174 #define WIFSIGNALED(w) (WTERMSIG (w) != 0177 && (WSTOPSIG (w)) == 0) macro
319 else if (WIFSIGNALED (w))
2297 if (WIFSIGNALED (w) || WIFEXITED (w))
/original-bsd/bin/csh/
H A Dproc.c95 if (WIFSIGNALED(w)) {