Searched defs:WTERMSIG (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10.1/uucp-11/uucp/unix/
H A Diswait.c50 #define WTERMSIG(u) ((u).w_termsig) macro
61 #define WTERMSIG(i) ((i) & 0x7f) macro
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dwait.h41 # define WTERMSIG(s) (LDAP_LO(s) & 0177) macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-waitpid.h43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1) macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyswait.h61 #define WTERMSIG(status) ((status) & 0x7f) macro
89 #define WTERMSIG(w) (w & 0177) macro
110 #undef WTERMSIG macro
118 #define WTERMSIG(w) w.w_termsig macro
147 #define WTERMSIG macro
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dwait.h61 #undef WTERMSIG macro
80 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dposixwait.h60 # define WTERMSIG(s) ((s) & 0177) macro
90 # define WTERMSIG(s) ((s).w_termsig) macro
H A Dunionwait.h93 #define WTERMSIG(x) ((x).w_termsig) macro
/macosx-10.10.1/cron-39/cron/
H A Dexterns.h87 # define WTERMSIG(x) ((x) & 0x7f) macro
97 # define WTERMSIG(x) ((x).w_termsig) macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.wait.h31 #define WTERMSIG(s) (__LOW(s) & 0177) /* sig value */ macro
H A Dsh.proc.c54 # define WTERMSIG(w) (((union wait *) &(w))->w_termsig) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-pexecute.c54 #define WTERMSIG(S) ((S) & 0x7f) macro
/macosx-10.10.1/groff-38/groff/src/roff/groff/
H A Dpipeline.c52 #define WTERMSIG(s) ((s) & 0177) macro
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dsignal.h117 #define WTERMSIG(a) (((unsigned long)(a))==0xC000013AL?SIGINT:SIGSEGV) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dwait.h154 #define WTERMSIG(x) (_WSTATUS(x)) macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dsystem.h344 # define WTERMSIG(s) ((s) & 0x7f) macro
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixPort.h207 # define WTERMSIG(stat) ((*((int *) &(stat))) & 0x7f) macro
/macosx-10.10.1/screen-22/screen/
H A Dos.h456 # define WTERMSIG(status) (status & 0177) macro
458 # define WTERMSIG(status) status.w_T.w_Termsig macro
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinPort.h267 # define WTERMSIG(stat) ((*((int *) &(stat))) & 0x7f) macro
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixPort.h235 # define WTERMSIG(stat) ((*((int *) &(stat))) & 0x7f) macro
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinPort.h245 # define WTERMSIG(stat) ((*((int *) &(stat))) & 0x7f) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Ddllwrap.c54 #define WTERMSIG(w) ((w) & 0177) macro
67 #define WTERMSIG(w) ((w) & 0x7f) macro
H A Dresrc.c50 #define WTERMSIG(w) ((w) & 0177) macro
63 #define WTERMSIG(w) ((w) & 0x7f) macro
/macosx-10.10.1/procmail-14/procmail/src/
H A Dincludes.h268 #undef WTERMSIG macro
282 #define WTERMSIG(waitval) ((waitval)&255) macro
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dzsh_system.h346 # undef WTERMSIG macro
363 # define WTERMSIG(X) ((X)&0177) macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_defs.h1107 #define WTERMSIG(x) ((x).w_termsig) macro
1162 #define WTERMSIG(x) ((x).w_termsig) macro

Completed in 216 milliseconds

12