Home | History | Annotate | Download | only in dropbear

Lines Matching full:stat_val

5024 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
5027 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)