Home | History | Annotate | Download | only in dropbear

Lines Matching refs:WEXITSTATUS

5023 #ifndef WEXITSTATUS
5024 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
5035 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;