NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
WIFEXITED
crypto/dist/ipsec-tools/src/racoon/session.c
47
# define WIFEXITED(s) (((s) & 255) == 0)
sys/sys/wait.h
66
#define WIFEXITED(x) (_WSTATUS(x) == 0)