Searched defs:stat_val (Results 1 – 5 of 5) sorted by relevance
309 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) argument313 #define WIFEXITED(stat_val) (((stat_val) & 0377) == 0) argument316 #define WTERMSIG(stat_val) ((stat_val) & 0177) argument320 #define WIFSIGNALED(stat_val) ((unsigned)(stat_val) - 1 < 0377) argument
138 #define WEXITSTATUS(stat_val) ((unsigned) (stat_val) >> 8) argument141 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
102 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) argument105 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
158 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) argument161 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
247 uint32_t stat_val; in imcsmb_exec() local