Home
last modified time | relevance | path

Searched defs:WEXITSTATUS (Results 1 – 7 of 7) sorted by relevance

/external/fio/os/windows/posix/include/sys/
Dwait.h7 #define WEXITSTATUS(a) 0 macro
/external/bison/lib/
Dsys_wait.in.h70 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
/external/openssh/openbsd-compat/
Dbsd-waitpid.h42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) macro
/external/ipsec-tools/src/racoon/
Dsession.c44 # define WEXITSTATUS(s) ((unsigned)(s) >> 8) macro
/external/bison/linux-lib/sys/
Dwait.h372 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
402 # define WEXITSTATUS(x) (x) macro
/external/bison/darwin-lib/sys/
Dwait.h372 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
402 # define WEXITSTATUS(x) (x) macro
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h98 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro