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

/external/bison/lib/
H A Dsubpipe.c57 #ifndef WIFEXITED
58 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
167 int status = WIFEXITED (wstatus) ? WEXITSTATUS (wstatus) : -1;
/external/icu4c/tools/tzcode/
H A Dprivate.h97 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
100 #ifndef WIFEXITED
101 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
102 #endif /* !defined WIFEXITED */
/external/ipsec-tools/src/racoon/
H A Dsession.c46 #ifndef WIFEXITED
47 # define WIFEXITED(s) (((s) & 255) == 0) macro

Completed in 24 milliseconds