Home
last modified time | relevance | path

Searched refs:__WIFEXITED (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/bits/
Dwaitstatus.h37 #define __WIFEXITED(status) (__WTERMSIG(status) == 0) macro
/glibc-2.36/posix/sys/
Dwait.h57 # define WIFEXITED(status) __WIFEXITED (status)
/glibc-2.36/stdlib/
Dstdlib.h47 # define WIFEXITED(status) __WIFEXITED (status)