Home
last modified time | relevance | path

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

/sys/include/
Dwait.h8 #define WEXITSTATUS(_x) (_x & 0x000000ff) macro
/tests/
Dspawnanytest.c31 if (WEXITSTATUS(status) != (i % 2)) { in main()
Dspawnsingletest.c34 if (WEXITSTATUS(status) != (i % 2)) { in main()
Dspawnmultipletest.c36 if (WEXITSTATUS(status) != (i % 2)) { in main()