OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WCOREDUMP
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/bsd/libbind/dist/port/cygwin/include/sys/
wait.h
7
#if !defined (
WCOREDUMP
)
8
# define
WCOREDUMP
(x) (((x) & 0x80) == 0x80)
/src/external/bsd/libbind/dist/port/sunos/include/sys/
wait.h
7
#define
WCOREDUMP
(x) (((union __wait*)&(x))->__w_coredump)
/src/external/gpl2/xcvs/dist/lib/
wait.h
30
#ifndef
WCOREDUMP
/* not POSIX, but common and useful */
31
#define
WCOREDUMP
(w) (((w) & 0x80) != 0)
/src/external/bsd/kyua-cli/dist/utils/process/
status.cpp
43
#if !defined(
WCOREDUMP
)
44
# define
WCOREDUMP
(x) false
58
std::make_pair(WTERMSIG(stat_loc),
WCOREDUMP
(stat_loc))) :
/src/external/gpl3/gdb/dist/gnulib/import/
sys_wait.in.h
79
# ifndef
WCOREDUMP
80
# define
WCOREDUMP
(x) ((x) & 0x80)
106
# define
WCOREDUMP
(x) 0
/src/external/gpl3/gdb.old/dist/gnulib/import/
sys_wait.in.h
79
# ifndef
WCOREDUMP
80
# define
WCOREDUMP
(x) ((x) & 0x80)
106
# define
WCOREDUMP
(x) 0
/src/external/bsd/cron/dist/
externs.h
122
#ifndef
WCOREDUMP
123
# define
WCOREDUMP
(st) (((st) & 0200) != 0)
/src/external/bsd/nvi/usr.bin/nvi/
compat.h
165
#ifndef
WCOREDUMP
166
#define
WCOREDUMP
(a) 0
port.h
167
#ifndef
WCOREDUMP
168
#define
WCOREDUMP
(a) 0
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
wait-process.c
39
#define
WCOREDUMP
(x) 0
56
# ifndef
WCOREDUMP
57
# define
WCOREDUMP
(x) ((x).w_coredump)
67
# ifndef
WCOREDUMP
68
# define
WCOREDUMP
(x) ((x) & 0x80)
/src/sys/sys/
wait.h
70
#define
WCOREDUMP
(x) (_W_INT(x) & WCOREFLAG)
/src/external/gpl2/groff/dist/src/roff/groff/
pipeline.c
72
#ifndef
WCOREDUMP
74
#define
WCOREDUMP
(s) ((s) & WCOREFLAG)
76
#define
WCOREDUMP
(s) (0)
78
#endif /* not
WCOREDUMP
*/
542
WCOREDUMP
(status) ? " (core dumped)" : "");
/src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-pexecute.c
65
#ifndef
WCOREDUMP
66
#define
WCOREDUMP
(S) ((S) & WCOREFLG)
/src/external/gpl3/gdb/dist/libiberty/testsuite/
test-pexecute.c
65
#ifndef
WCOREDUMP
66
#define
WCOREDUMP
(S) ((S) & WCOREFLG)
/src/distrib/utils/ssh/
ssh.c
46
#ifndef
WCOREDUMP
47
#define
WCOREDUMP
(x) ((x) & 0200)
584
if (
WCOREDUMP
(cstat))
/src/external/gpl2/gmake/dist/
job.c
143
# ifndef
WCOREDUMP
144
# define
WCOREDUMP
(x) ((x) & 0x80)
162
# ifndef
WCOREDUMP
163
# define
WCOREDUMP
(x) ((x).w_coredump)
576
coredump =
WCOREDUMP
(status);
/src/external/gpl3/gcc/dist/gcc/
system.h
429
#ifndef
WCOREDUMP
430
#define
WCOREDUMP
(S) ((S) & WCOREFLG)
/src/external/gpl3/gcc.old/dist/gcc/
system.h
429
#ifndef
WCOREDUMP
430
#define
WCOREDUMP
(S) ((S) & WCOREFLG)
Completed in 79 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026