Home
last modified time | relevance | path

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

/sys/include/
Dwait.h11 #define WIFEXITED(_x) (_WSTATUS(_x) == 0) macro
/tests/
Dspawnanytest.c26 if (!WIFEXITED(status)) { in main()
Dspawnsingletest.c24 if (!WIFEXITED(status)) { in main()
Dspawnmultipletest.c26 if (!WIFEXITED(status)) { in main()