WIFEXITED is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

WIFEXITED macro

Syntax

#define WIFEXITED(STATUS) (((STATUS) & 0xff00) == 0)

Arguments

STATUS

References

LocationText
jimiocompat.h:50
#define WIFEXITED(STATUS) (((STATUS) & 0xff00) == 0)
jimsh0.c:1099
#define WIFEXITED(STATUS) (((STATUS) & 0xff00) == 0)
jim-exec.c:242
else if (WIFEXITED(waitStatus)) {
jim-exec.c:289
if (WIFEXITED(waitStatus) && WEXITSTATUS(waitStatus) == 0) {
jim-exec.c:617
if (pid != JIM_BAD_PID && (WIFEXITED(status) || WIFSIGNALED(status))) {
jimsh0.c:4572
else if (WIFEXITED(waitStatus)) {
jimsh0.c:4607
if (WIFEXITED(waitStatus) && WEXITSTATUS(waitStatus) == 0) {
jimsh0.c:4863
if (pid != JIM_BAD_PID && (WIFEXITED(status) || WIFSIGNALED(status))) {