Searched defs:WIFEXITED (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DUnix.h61 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/macosx-10.10.1/uucp-11/uucp/unix/
H A Diswait.c44 #define WIFEXITED(u) ((u).w_termsig == 0) macro
55 #define WIFEXITED(i) (((i) & 0xff) == 0) macro
/macosx-10.10.1/vim-55/src/
H A Dos_unixx.h41 # define WIFEXITED(stat_val) ((stat_val).w_T.w_Termsig == 0) macro
43 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dwait.h32 # define WIFEXITED(s) (LDAP_LO(s) == 0) macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-waitpid.h33 #undef WIFEXITED macro
39 #define WIFEXITED(w) (!((_W_INT(w)) & 0377)) macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyswait.h49 #define WIFEXITED(status) (WTERMSIG(status) == 0) macro
86 #define WIFEXITED(w) ((w&0377) == 0) macro
114 #undef WIFEXITED macro
130 #define WIFEXITED(w) (WTERMSIG (w) == 0) macro
143 #define WIFEXITED(w) ((w) != -1) macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dwait.h58 #undef WIFEXITED macro
68 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dposixwait.h72 # define WIFEXITED(s) (((s) & 0377) == 0) macro
H A Dunionwait.h90 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0) macro
/macosx-10.10.1/cron-39/cron/
H A Dexterns.h108 #define WIFEXITED(x) (WTERMSIG(x) == 0) macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.wait.h29 #define WIFEXITED(s) (__LOW(s) == 0) /* normal exit */ macro
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dprivate.h101 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dprivate.h118 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-pexecute.c57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
[all...]
/macosx-10.10.1/groff-38/groff/src/roff/groff/
H A Dpipeline.c48 #define WIFEXITED(s) (((s) & 0377) == 0) macro
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dsession.c47 # define WIFEXITED(s) (((s) & 255) == 0) macro
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dsignal.h113 #define WIFEXITED(a) 1 macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dwait.h152 #define WIFEXITED(x) (_WSTATUS(x) == 0) macro
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dsystem.h159 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixPort.h195 # define WIFEXITED(stat) (((*((int *) &(stat))) & 0xff) == 0) macro
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinPort.h255 # define WIFEXITED(stat) (((*((int *) &(stat))) & 0xC0000000) == 0) macro
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixPort.h223 # define WIFEXITED(stat) (((*((int *) &(stat))) & 0xff) == 0) macro
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinPort.h233 # define WIFEXITED(stat) (((*((int *) &(stat))) & 0xC0000000) == 0) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Ddllwrap.c48 #define WIFEXITED(w) (((w)&0377) == 0) macro
61 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_windows.h385 #define WIFEXITED(sts) ((sts & 0x100) == 0) macro

Completed in 415 milliseconds

12