Home
last modified time | relevance | path

Searched refs:WCOREDUMP (Results 1 – 2 of 2) sorted by relevance

/qemu/include/qemu/
H A Dosdep.h281 #ifndef WCOREDUMP
282 #define WCOREDUMP(status) 0 macro
/qemu/tests/qtest/
H A Dlibqtest.c200 const char *dump = WCOREDUMP(wstatus) ? " (core dumped)" : ""; in qtest_check_status()