WEXITSTATUS 43 gnulib-tests/test-sys_wait.h i = WEXITSTATUS (i) + WSTOPSIG (i) + WTERMSIG (i); WEXITSTATUS 43 lib/stdlib.in.h #if @GNULIB_SYSTEM_POSIX@ && !defined WEXITSTATUS WEXITSTATUS 72 lib/sys_wait.in.h # ifndef WEXITSTATUS WEXITSTATUS 1291 src/diff3.c status = ! werrno && WIFEXITED (wstatus) ? WEXITSTATUS (wstatus) : INT_MAX; WEXITSTATUS 265 src/sdiff.c ? WEXITSTATUS (wstatus) WEXITSTATUS 706 src/sdiff.c exit (WEXITSTATUS (wstatus)); WEXITSTATUS 296 src/util.c ? WEXITSTATUS (wstatus)