OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WIFEXITED
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/gpl2/xcvs/dist/lib/
wait.h
27
#ifndef
WIFEXITED
28
#define
WIFEXITED
(w) (((w) & 0xff) == 0)
/src/external/bsd/openldap/dist/include/ac/
wait.h
33
#ifndef
WIFEXITED
34
# define
WIFEXITED
(s) (LDAP_LO(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)
56
# ifndef
WIFEXITED
57
# define
WIFEXITED
(x) (WTERMSIG (x) == 0)
68
/* The exit status. Only to be accessed if
WIFEXITED
(x) is true. */
94
# define
WIFEXITED
(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)
56
# ifndef
WIFEXITED
57
# define
WIFEXITED
(x) (WTERMSIG (x) == 0)
68
/* The exit status. Only to be accessed if
WIFEXITED
(x) is true. */
94
# define
WIFEXITED
(x) ((x) != 3)
/src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_wait.h
48
#ifndef
WIFEXITED
50
# define
WIFEXITED
(w) (((w) & 0xC0000000) == 0)
52
# define
WIFEXITED
(w) (((w)&0377) == 0)
/src/external/gpl3/gdb/dist/gdbsupport/
gdb_wait.h
48
#ifndef
WIFEXITED
50
# define
WIFEXITED
(w) (((w) & 0xC0000000) == 0)
52
# define
WIFEXITED
(w) (((w)&0377) == 0)
/src/crypto/dist/ipsec-tools/src/racoon/
session.c
46
#ifndef
WIFEXITED
47
# define
WIFEXITED
(s) (((s) & 255) == 0)
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
wait-process.c
42
#define
WIFEXITED
(x) (WTERMSIG (x) == 0) /* or: ((x) != 3) ?? */
74
/* For valid x, exactly one of WIFSIGNALED(x),
WIFEXITED
(x), WIFSTOPPED(x)
79
#ifndef
WIFEXITED
80
# define
WIFEXITED
(x) (WTERMSIG (x) == 0)
87
WEXITSTATUS(x) only if
WIFEXITED
(x) is true. */
371
/* One of WIFSIGNALED (status),
WIFEXITED
(status), WIFSTOPPED (status)
/src/sys/sys/
wait.h
64
#define WIFSIGNALED(x) (!WIFSTOPPED(x) && !WIFCONTINUED(x) && !
WIFEXITED
(x))
66
#define
WIFEXITED
(x) (_WSTATUS(x) == 0)
/src/external/gpl2/groff/dist/src/roff/groff/
pipeline.c
50
#define
WIFEXITED
(s) (((s) & 0377) == 0)
546
else if (
WIFEXITED
(status)) {
/src/external/gpl2/xcvs/dist/diff/
system.h
140
#ifndef
WIFEXITED
141
#define
WIFEXITED
(stat_val) (((stat_val) & 255) == 0)
/src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-pexecute.c
56
#ifndef
WIFEXITED
57
#define
WIFEXITED
(S) (((S) & 0xff) == 0)
252
if (!
WIFEXITED
(status) || WEXITSTATUS (status) != EXIT_SUCCESS)
261
if (!
WIFEXITED
(status) || WEXITSTATUS (status) != EXIT_FAILURE)
313
if (!
WIFEXITED
(statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
314
|| !
WIFEXITED
(statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
331
if (!
WIFEXITED
(statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
332
|| !
WIFEXITED
(statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
349
if (!
WIFEXITED
(statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
350
|| !
WIFEXITED
(statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS
[
all
...]
/src/external/gpl3/gdb/dist/libiberty/testsuite/
test-pexecute.c
56
#ifndef
WIFEXITED
57
#define
WIFEXITED
(S) (((S) & 0xff) == 0)
252
if (!
WIFEXITED
(status) || WEXITSTATUS (status) != EXIT_SUCCESS)
261
if (!
WIFEXITED
(status) || WEXITSTATUS (status) != EXIT_FAILURE)
313
if (!
WIFEXITED
(statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
314
|| !
WIFEXITED
(statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
331
if (!
WIFEXITED
(statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
332
|| !
WIFEXITED
(statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
349
if (!
WIFEXITED
(statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
350
|| !
WIFEXITED
(statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS
[
all
...]
/src/external/gpl2/diffutils/dist/src/
system.h
160
#ifndef
WIFEXITED
161
# define
WIFEXITED
(stat_val) (((stat_val) & 255) == 0)
/src/external/bsd/libarchive/dist/libarchive/
archive_windows.h
287
#define
WIFEXITED
(sts) ((sts & 0x100) == 0)
/src/external/bsd/am-utils/dist/include/
am_defs.h
104
#ifndef
WIFEXITED
105
# define
WIFEXITED
(stat_val) (((stat_val) & 255) == 0)
106
#endif /* not
WIFEXITED
*/
/src/external/gpl2/rcs/include/
conf.h
310
#undef
WIFEXITED
/* Avoid 4.3BSD incompatibility with Posix. */
312
#ifndef
WIFEXITED
313
#define
WIFEXITED
(stat_val) (((stat_val) & 0377) == 0)
/src/external/gpl3/binutils/dist/binutils/
dllwrap.c
35
#ifndef
WIFEXITED
36
#define
WIFEXITED
(w) (((w)&0377) == 0)
48
#ifndef
WIFEXITED
49
#define
WIFEXITED
(w) (((w) & 0xff) == 0)
419
else if (
WIFEXITED
(wait_status))
resrc.c
39
#ifndef
WIFEXITED
40
#define
WIFEXITED
(w) (((w)&0377) == 0)
52
#ifndef
WIFEXITED
53
#define
WIFEXITED
(w) (((w) & 0xff) == 0)
298
else if (
WIFEXITED
(wait_status))
/src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c
35
#ifndef
WIFEXITED
36
#define
WIFEXITED
(w) (((w)&0377) == 0)
48
#ifndef
WIFEXITED
49
#define
WIFEXITED
(w) (((w) & 0xff) == 0)
419
else if (
WIFEXITED
(wait_status))
resrc.c
39
#ifndef
WIFEXITED
40
#define
WIFEXITED
(w) (((w)&0377) == 0)
52
#ifndef
WIFEXITED
53
#define
WIFEXITED
(w) (((w) & 0xff) == 0)
298
else if (
WIFEXITED
(wait_status))
/src/external/gpl3/gcc.old/dist/lto-plugin/
lto-plugin.c
61
#ifndef
WIFEXITED
62
#define
WIFEXITED
(S) (((S) & 0xff) == 0)
701
check (
WIFEXITED
(status) && WEXITSTATUS (status) == 0, LDPL_FATAL,
/src/external/gpl2/gmake/dist/
job.c
152
# ifndef
WIFEXITED
153
# define
WIFEXITED
(x) (WTERMSIG (x) == 0)
171
# ifndef
WIFEXITED
172
# define
WIFEXITED
(x) (WTERMSIG(x) == 0)
/src/external/gpl3/gcc/dist/gcc/
system.h
420
#ifndef
WIFEXITED
421
#define
WIFEXITED
(S) (((S) & 0xff) == 0)
/src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c
64
#ifndef
WIFEXITED
65
#define
WIFEXITED
(S) (((S) & 0xff) == 0)
745
check (
WIFEXITED
(status) && WEXITSTATUS (status) == 0, LDPL_FATAL,
Completed in 34 milliseconds
1
2
Indexes created Tue Apr 21 00:23:25 UTC 2026