HomeSort by: relevance | last modified time | path
    Searched refs:WEXITSTATUS (Results 1 - 25 of 132) sorted by relevancy

1 2 3 4 5 6

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_nolibc_test.cc 29 EXPECT_EQ(0, WEXITSTATUS(status));
  /src/tests/kernel/
h_fpufork.c 63 return WEXITSTATUS(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/tests/lib/libc/c063/
t_fexecve.c 81 if (WEXITSTATUS(status) == 76)
84 ATF_REQUIRE(WEXITSTATUS(status) == EXIT_SUCCESS);
  /src/tests/lib/libc/sys/
t_getlogin.c 114 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
170 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS) {
172 if (WEXITSTATUS(sta) == EFAULT)
175 if (WEXITSTATUS(sta) == EINVAL)
223 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
t_kill.c 113 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS) {
115 if (WEXITSTATUS(sta) == EINVAL)
118 if (WEXITSTATUS(sta) == ESRCH)
202 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) == EPERM)
205 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
t_clone.c 152 WEXITSTATUS(stat), frobme[1]);
154 switch (WEXITSTATUS(stat)) {
169 WEXITSTATUS(stat));
t_setrlimit.c 220 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
292 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
340 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
399 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
440 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
593 WEXITSTATUS(status));
602 ATF_REQUIRE_EQ_MSG(WEXITSTATUS(status), 0, "exitstatus=%d",
603 WEXITSTATUS(status));
t_chroot.c 95 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
167 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
218 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
299 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
t_getsid.c 107 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
  /src/tests/kernel/kqueue/
t_proc4.c 125 ATF_REQUIRE(WEXITSTATUS(status) == EXIT_CHILD ||
126 WEXITSTATUS(status) == EXIT_GRANDCHILD);
127 if (WEXITSTATUS(status) == EXIT_CHILD) {
t_proc3.c 78 ATF_REQUIRE_EQ(WEXITSTATUS(status), EXIT_SUCCESS);
  /src/games/cribbage/
instr.c 95 if (pid == -1 || WEXITSTATUS(pstat))
  /src/lib/libutil/compat/
compat_logoutx.c 66 utp->ut_exit.e_exit = (uint16_t)WEXITSTATUS(status);
  /src/lib/libutil/
logoutx.c 66 utp->ut_exit.e_exit = (uint16_t)WEXITSTATUS(status);
logwtmpx.c 71 ut.ut_exit.e_exit = (uint16_t)WEXITSTATUS(status);
  /src/regress/sys/kern/ras/ras2/
ras2.c 78 return WEXITSTATUS(rv);
  /src/tests/lib/libc/termios/
t_tcsetpgrp.c 77 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
  /src/tests/lib/libc/gen/posix_spawn/
t_fileactions.c 98 WEXITSTATUS(status) == EXIT_SUCCESS),
126 WEXITSTATUS(status) == EXIT_SUCCESS),
154 WEXITSTATUS(status) == EXIT_FAILURE),
195 WEXITSTATUS(status) == EXIT_SUCCESS),
223 ATF_REQUIRE(WIFEXITED(status) && WEXITSTATUS(status) == 127);
307 WEXITSTATUS(status) == EXIT_SUCCESS),
349 WEXITSTATUS(status) == EXIT_SUCCESS),
396 WEXITSTATUS(status) == EXIT_SUCCESS),
431 WEXITSTATUS(status) == EXIT_SUCCESS),
  /src/tests/dev/sysmon/
t_swwdog.c 145 ATF_REQUIRE_EQ(WEXITSTATUS(status), 0);
182 ATF_REQUIRE_EQ(WEXITSTATUS(status), 2);
  /src/tests/net/icmp/
t_forward.c 154 if (WEXITSTATUS(status))
156 WEXITSTATUS(status));
  /src/tests/rump/rumpkern/h_client/
h_forkcli.c 61 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0)
111 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0)
  /src/regress/sys/kern/ras/ras3/
ras3.c 81 return (WEXITSTATUS(rv) == 0);
  /src/tests/lib/libc/gen/
t_alarm.c 106 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
t_getgrent.c 164 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)

Completed in 18 milliseconds

1 2 3 4 5 6