Home
last modified time | relevance | path

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

/external/llvm/lib/Support/Unix/
DUnix.h55 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) argument
59 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
/external/libvncserver/autom4te.cache/
Doutput.023037 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
23040 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
Doutput.123321 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
23324 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)