OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WIFSIGNALED
(Results
1 - 25
of
59
) sorted by relevancy
1
2
3
/src/tests/kernel/
h_fpufork.c
59
if (
WIFSIGNALED
(status))
t_zombie.c
165
ATF_REQUIRE(!
WIFSIGNALED
(status));
191
ATF_REQUIRE(!
WIFSIGNALED
(status));
t_execregs.c
106
if (
WIFSIGNALED
(status)) {
/src/lib/libutil/compat/
compat_logoutx.c
67
if (
WIFSIGNALED
(status))
/src/lib/libutil/
logoutx.c
67
if (
WIFSIGNALED
(status))
logwtmpx.c
72
if (
WIFSIGNALED
(status))
/src/tests/lib/libc/gen/
t_assert.c
99
if (
WIFSIGNALED
(sta) != 0 || WIFEXITED(sta) == 0)
137
if (
WIFSIGNALED
(sta) == 0 || WTERMSIG(sta) != SIGABRT)
t_pause.c
103
if (
WIFSIGNALED
(sta) == 0 || WTERMSIG(sta) != SIGKILL)
/src/tests/lib/libc/sys/
t_wait.c
122
ATF_REQUIRE(
WIFSIGNALED
(st) && WTERMSIG(st) == SIGTERM);
158
ATF_REQUIRE(
WIFSIGNALED
(st) && WTERMSIG(st) == SIGSEGV
197
ATF_REQUIRE(!
WIFSIGNALED
(st));
210
ATF_REQUIRE(!
WIFSIGNALED
(st));
223
ATF_REQUIRE(
WIFSIGNALED
(st) && WTERMSIG(st) == SIGQUIT);
267
ATF_REQUIRE(!
WIFSIGNALED
(st));
278
ATF_REQUIRE(!
WIFSIGNALED
(st));
289
ATF_REQUIRE(
WIFSIGNALED
(st) && WTERMSIG(st) == SIGQUIT);
t_fork.c
187
ATF_REQUIRE(!
WIFSIGNALED
(status));
209
ATF_REQUIRE(
WIFSIGNALED
(status));
222
ATF_REQUIRE(!
WIFSIGNALED
(status));
234
ATF_REQUIRE(
WIFSIGNALED
(status));
316
ASSERT_EQ(!!
WIFSIGNALED
(status), false);
327
ATF_REQUIRE_EQ(!!
WIFSIGNALED
(status), false);
t_mkfifo.c
103
if (
WIFSIGNALED
(sta) == 0 || WTERMSIG(sta) != SIGKILL)
195
if (
WIFSIGNALED
(sta) != 0 || WTERMSIG(sta) == SIGKILL)
t_ptrace_wait.h
315
ATF_REQUIRE_MSG(!
WIFSIGNALED
(status), "Reported signaled process");
328
FORKEE_ASSERTX(!
WIFSIGNALED
(status));
339
ATF_REQUIRE_MSG(!
WIFSIGNALED
(status), "Reported signaled process");
348
FORKEE_ASSERTX(!
WIFSIGNALED
(status));
357
ATF_REQUIRE_MSG(
WIFSIGNALED
(status), "Reported !signaled process");
372
FORKEE_ASSERTX(
WIFSIGNALED
(status));
384
ATF_REQUIRE_MSG(!
WIFSIGNALED
(status), "Reported signaled process");
400
FORKEE_ASSERTX(!
WIFSIGNALED
(status));
t_kill.c
75
if (
WIFSIGNALED
(sta) == 0 || WTERMSIG(sta) != sig[i])
252
if (
WIFSIGNALED
(sta) == 0 || WTERMSIG(sta) != SIGKILL)
298
if (
WIFSIGNALED
(sta) == 0 || WTERMSIG(sta) != SIGKILL)
t_msgsnd.c
110
if (WIFEXITED(sta) != 0 ||
WIFSIGNALED
(sta) == 0)
248
if (WIFEXITED(sta) == 0 ||
WIFSIGNALED
(sta) != 0)
/src/tests/rump/rumpkern/
t_signals.c
112
ATF_REQUIRE(
WIFSIGNALED
(status) && WTERMSIG(status) == SIGABRT);
t_kern.c
78
ATF_REQUIRE(
WIFSIGNALED
(status) && WTERMSIG(status) == SIGABRT);
/src/tests/lib/libc/gen/execve/
t_execve.c
96
ATF_REQUIRE_MSG(
WIFSIGNALED
(status),
/src/libexec/ftpd/
logwtmp.c
136
if (
WIFSIGNALED
(status))
/src/sys/sys/
wait.h
64
#define
WIFSIGNALED
(x) (!WIFSTOPPED(x) && !WIFCONTINUED(x) && !WIFEXITED(x))
/src/tests/dev/sysmon/
t_swwdog.c
164
ATF_REQUIRE(
WIFSIGNALED
(status));
/src/lib/libpam/modules/pam_exec/
pam_exec.c
141
if (
WIFSIGNALED
(status)) {
/src/tests/rump/rumpkern/h_client/
h_stresscli.c
208
if (!
WIFSIGNALED
(status) || WTERMSIG(status) != thesig){
/src/usr.bin/progress/
progress.c
264
ws =
WIFSIGNALED
(ws) ? WTERMSIG(ws) : WEXITSTATUS(ws);
/src/usr.bin/pwait/
pwait.c
183
else if (
WIFSIGNALED
(status))
/src/usr.sbin/autofs/
popen.c
180
if (
WIFSIGNALED
(status)) {
Completed in 19 milliseconds
1
2
3
Indexes created Sat Oct 18 08:10:09 GMT 2025