OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WIFSIGNALED
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/gpl2/xcvs/dist/lib/
wait.h
24
#ifndef
WIFSIGNALED
25
#define
WIFSIGNALED
(w) (((w) & 0xff) != 0x7f && ((w) & 0xff) != 0)
/src/external/bsd/openldap/dist/include/ac/
wait.h
39
#ifndef
WIFSIGNALED
40
# define
WIFSIGNALED
(s) (LDAP_LO(s) > 0 && LDAP_HI(s) == 0)
/src/external/gpl3/gdb/dist/gnulib/import/
sys_wait.in.h
51
/* For valid x, exactly one of
WIFSIGNALED
(x), WIFEXITED(x), WIFSTOPPED(x)
53
# ifndef
WIFSIGNALED
54
# define
WIFSIGNALED
(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f)
63
/* The termination signal. Only to be accessed if
WIFSIGNALED
(x) is true. */
93
# define
WIFSIGNALED
(x) ((x) == 3)
/src/external/gpl3/gdb.old/dist/gnulib/import/
sys_wait.in.h
51
/* For valid x, exactly one of
WIFSIGNALED
(x), WIFEXITED(x), WIFSTOPPED(x)
53
# ifndef
WIFSIGNALED
54
# define
WIFSIGNALED
(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f)
63
/* The termination signal. Only to be accessed if
WIFSIGNALED
(x) is true. */
93
# define
WIFSIGNALED
(x) ((x) == 3)
/src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_wait.h
56
#ifndef
WIFSIGNALED
58
# define
WIFSIGNALED
(w) (((w) & 0xC0000000) == 0xC0000000)
60
# define
WIFSIGNALED
(w) (((w)&0377) != 0177 && ((w)&~0377) == 0)
/src/external/gpl3/gdb/dist/gdbsupport/
gdb_wait.h
56
#ifndef
WIFSIGNALED
58
# define
WIFSIGNALED
(w) (((w) & 0xC0000000) == 0xC0000000)
60
# define
WIFSIGNALED
(w) (((w)&0377) != 0177 && ((w)&~0377) == 0)
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
wait-process.c
41
#define
WIFSIGNALED
(x) (WTERMSIG (x) != 0) /* or: ((x) == 3) ?? */
74
/* For valid x, exactly one of
WIFSIGNALED
(x), WIFEXITED(x), WIFSTOPPED(x)
76
#ifndef
WIFSIGNALED
77
# define
WIFSIGNALED
(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f)
86
WTERMSIG(x) only if
WIFSIGNALED
(x) is true, and
371
/* One of
WIFSIGNALED
(status), WIFEXITED (status), WIFSTOPPED (status)
385
if (
WIFSIGNALED
(status))
/src/sys/sys/
wait.h
64
#define
WIFSIGNALED
(x) (!WIFSTOPPED(x) && !WIFCONTINUED(x) && !WIFEXITED(x))
/src/external/gpl2/groff/dist/src/roff/groff/
pipeline.c
52
#define
WIFSIGNALED
(s) (((s) & 0377) != 0 && (((s) & 0377) != 0177))
516
if (
WIFSIGNALED
(status)) {
/src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-pexecute.c
50
#ifndef
WIFSIGNALED
51
#define
WIFSIGNALED
(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f)
272
if (!
WIFSIGNALED
(status) || WTERMSIG (status) != SIGABRT)
/src/external/gpl3/gdb/dist/libiberty/testsuite/
test-pexecute.c
50
#ifndef
WIFSIGNALED
51
#define
WIFSIGNALED
(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f)
272
if (!
WIFSIGNALED
(status) || WTERMSIG (status) != SIGABRT)
/src/external/gpl2/rcs/include/
conf.h
317
#undef
WIFSIGNALED
/* Avoid 4.3BSD incompatibility with Posix. */
319
#ifndef
WIFSIGNALED
320
#define
WIFSIGNALED
(stat_val) ((unsigned)(stat_val) - 1 < 0377)
/src/external/gpl3/binutils/dist/binutils/
dllwrap.c
38
#ifndef
WIFSIGNALED
39
#define
WIFSIGNALED
(w) (((w)&0377) != 0177 && ((w)&~0377) == 0)
51
#ifndef
WIFSIGNALED
52
#define
WIFSIGNALED
(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f)
414
else if (
WIFSIGNALED
(wait_status))
resrc.c
42
#ifndef
WIFSIGNALED
43
#define
WIFSIGNALED
(w) (((w)&0377) != 0177 && ((w)&~0377) == 0)
55
#ifndef
WIFSIGNALED
56
#define
WIFSIGNALED
(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f)
293
else if (
WIFSIGNALED
(wait_status))
dlltool.c
285
#ifndef
WIFSIGNALED
286
#define
WIFSIGNALED
(w) (((w) & 0377) != 0177 && ((w) & ~0377) == 0)
298
#ifndef
WIFSIGNALED
299
#define
WIFSIGNALED
(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f)
1303
else if (
WIFSIGNALED
(wait_status))
/src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c
38
#ifndef
WIFSIGNALED
39
#define
WIFSIGNALED
(w) (((w)&0377) != 0177 && ((w)&~0377) == 0)
51
#ifndef
WIFSIGNALED
52
#define
WIFSIGNALED
(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f)
414
else if (
WIFSIGNALED
(wait_status))
resrc.c
42
#ifndef
WIFSIGNALED
43
#define
WIFSIGNALED
(w) (((w)&0377) != 0177 && ((w)&~0377) == 0)
55
#ifndef
WIFSIGNALED
56
#define
WIFSIGNALED
(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f)
293
else if (
WIFSIGNALED
(wait_status))
dlltool.c
285
#ifndef
WIFSIGNALED
286
#define
WIFSIGNALED
(w) (((w) & 0377) != 0177 && ((w) & ~0377) == 0)
298
#ifndef
WIFSIGNALED
299
#define
WIFSIGNALED
(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f)
1303
else if (
WIFSIGNALED
(wait_status))
/src/external/gpl2/gmake/dist/
job.c
149
# ifndef
WIFSIGNALED
150
# define
WIFSIGNALED
(x) (WTERMSIG (x) != 0)
168
# ifndef
WIFSIGNALED
169
# define
WIFSIGNALED
(x) (WTERMSIG(x) != 0)
575
exit_sig =
WIFSIGNALED
(status) ? WTERMSIG (status) : 0;
610
exit_sig =
WIFSIGNALED
(status) ? WTERMSIG (status) : 0;
/src/external/gpl3/gcc/dist/gcc/
system.h
414
#ifndef
WIFSIGNALED
415
#define
WIFSIGNALED
(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f)
/src/external/gpl3/gcc.old/dist/gcc/
system.h
414
#ifndef
WIFSIGNALED
415
#define
WIFSIGNALED
(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f)
/src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_nextstep.h
260
#define
WIFSIGNALED
(status) ( !WIFEXITED(status) && \
262
#define WTERMSIG(status) (int)(
WIFSIGNALED
(status) ? \
/src/external/gpl2/groff/dist/src/roff/troff/
node.cpp
62
#define
WIFSIGNALED
(s) (((s) & 0377) != 0 && (((s) & 0377) != 0177))
1638
WIFSIGNALED
(result) ? WTERMSIG(result) : WSTOPSIG(result));
Completed in 35 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026