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

/external/openssh/openbsd-compat/
H A Dbsd-waitpid.h45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) macro
/external/strace/
H A Dprocess.c1852 #ifndef WCOREDUMP
1853 # define WCOREDUMP(status) ((status) & 0200) macro
1883 WCOREDUMP(status) ? " && WCOREDUMP(s)" : "");
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java31 public static boolean WCOREDUMP(int status) { return (status & 0x80) != 0; } method in class:OsConstants

Completed in 128 milliseconds