Home
last modified time | relevance | path

Searched refs:WEXITSTATUS (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/jemalloc/test/unit/
A Dfork.c43 if (WEXITSTATUS(status) != 0) { in TEST_BEGIN()
46 WEXITSTATUS(status)); in TEST_BEGIN()
/third_party/ulib/musl/include/sys/
A Dwait.h34 #define WEXITSTATUS(s) (((s)&0xff00) >> 8) macro
36 #define WSTOPSIG(s) WEXITSTATUS(s)
/third_party/ulib/musl/include/
A Dstdlib.h84 #define WEXITSTATUS(s) (((s)&0xff00) >> 8) macro
86 #define WSTOPSIG(s) WEXITSTATUS(s)
/third_party/uapp/dash/src/
A Djobs.c415 st = WEXITSTATUS(status); in sprint_status()
1503 retval = WEXITSTATUS(status); in getstatus()

Completed in 7 milliseconds