OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WIFEXITED
(Results
1 - 25
of
315
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl2/xcvs/dist/lib/
wait.h
27
#ifndef
WIFEXITED
28
#define
WIFEXITED
(w) (((w) & 0xff) == 0)
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_nolibc_test.cc
28
EXPECT_EQ(true,
WIFEXITED
(status));
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
fork-no-detach-follow-child-dlopen.c
37
assert (
WIFEXITED
(wstatus) && WEXITSTATUS (wstatus) == 0);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
fork-no-detach-follow-child-dlopen.c
37
assert (
WIFEXITED
(wstatus) && WEXITSTATUS (wstatus) == 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.old/dist/gdb/testsuite/gdb.threads/
vfork-multi-inferior.c
42
assert (
WIFEXITED
(stat));
vfork-multi-thread.c
44
assert (
WIFEXITED
(stat));
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
vfork-multi-inferior.c
42
assert (
WIFEXITED
(stat));
vfork-multi-thread.c
44
assert (
WIFEXITED
(stat));
/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/external/gpl3/gcc/dist/libgfortran/intrinsics/
execute_command_line.c
127
_exit (
WIFEXITED
(res) ? WEXITSTATUS(res) : res);
144
#if defined(WEXITSTATUS) && defined(
WIFEXITED
)
145
|| (
WIFEXITED
(res) && WEXITSTATUS(res) == 127)
146
|| (
WIFEXITED
(res) && WEXITSTATUS(res) == 126)
162
#if defined(WEXITSTATUS) && defined(
WIFEXITED
)
163
*exitstat =
WIFEXITED
(res) ? WEXITSTATUS(res) : res;
/src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
execute_command_line.c
127
_exit (
WIFEXITED
(res) ? WEXITSTATUS(res) : res);
144
#if defined(WEXITSTATUS) && defined(
WIFEXITED
)
145
|| (
WIFEXITED
(res) && WEXITSTATUS(res) == 127)
146
|| (
WIFEXITED
(res) && WEXITSTATUS(res) == 126)
157
#if defined(WEXITSTATUS) && defined(
WIFEXITED
)
158
*exitstat =
WIFEXITED
(res) ? WEXITSTATUS(res) : res;
/src/tests/kernel/
h_fpufork.c
61
if (!
WIFEXITED
(status))
/src/tests/lib/libc/stdlib/
t_exit.c
77
if (
WIFEXITED
(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
105
if (
WIFEXITED
(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
133
if (
WIFEXITED
(sta) == 0 || WEXITSTATUS(sta) != i)
168
if (
WIFEXITED
(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
/src/external/gpl2/lvm2/dist/test/
not.c
29
if (!
WIFEXITED
(status)) {
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
watchpoint-multi-exit.c
57
else if (!expect_signaled && !
WIFEXITED
(status))
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
watchpoint-multi-exit.c
57
else if (!expect_signaled && !
WIFEXITED
(status))
/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/lib/libutil/compat/
compat_logoutx.c
65
if (
WIFEXITED
(status))
/src/lib/libutil/
logoutx.c
65
if (
WIFEXITED
(status))
/src/tests/lib/libc/termios/
t_tcsetpgrp.c
77
if (
WIFEXITED
(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
Completed in 53 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Mon Apr 13 00:22:24 UTC 2026