Home
last modified time | relevance | path

Searched refs:WCOREFLAG (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dwait.c17 #if !defined WCOREFLAG && defined WCOREFLG
18 # define WCOREFLAG WCOREFLG macro
20 #ifndef WCOREFLAG
21 # define WCOREFLAG 0x80 macro
60 status &= ~(W_EXITCODE(0, WTERMSIG(status)) | WCOREFLAG); in printstatus()
DChangeLog-CVS2454 * process.c (WCOREFLAG): Define if not defined.
/external/openssh/openbsd-compat/
Dbsd-waitpid.h44 #define WCOREFLAG 0x80 macro
45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)