Home
last modified time | relevance | path

Searched defs:WCOREDUMP (Results 1 – 6 of 6) sorted by relevance

/external/bison/lib/
Dsys_wait.in.h80 # define WCOREDUMP(x) ((x) & 0x80) macro
/external/openssh/openbsd-compat/
Dbsd-waitpid.h43 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) macro
/external/strace/
Dwait.c49 # define WCOREDUMP(status) ((status) & 0200) macro
/external/bison/linux-lib/sys/
Dwait.h382 # define WCOREDUMP(x) ((x) & 0x80) macro
408 # define WCOREDUMP(x) 0 macro
/external/bison/darwin-lib/sys/
Dwait.h382 # define WCOREDUMP(x) ((x) & 0x80) macro
408 # define WCOREDUMP(x) 0 macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py34 def WCOREDUMP(stat): return (_W_INT(stat) & WCOREFLAG) function