Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
WCOREDUMP
usr/src/cmd/sendmail/include/sm/conf.h
2886
# define WCOREDUMP(st) (((st) & 0200) != 0)
usr/src/ucbhead/sys/wait.h
143
#define WCOREDUMP(stat) ((stat)&WCOREFLG)
usr/src/uts/common/sys/wait.h
82
#define WCOREDUMP(stat) ((stat)&WCOREFLG)