HomeSort by: relevance | last modified time | path
    Searched refs:expected_status (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/sys/
t_ptrace_sigchld.c 90 static int expected_status; variable
103 ATF_REQUIRE_EQ(WEXITSTATUS(info->si_status), expected_status);
105 ATF_REQUIRE_EQ(WSTOPSIG(info->si_status), expected_status);
107 ATF_REQUIRE_EQ(WTERMSIG(info->si_status), expected_status);
166 expected_status = SIGKILL;
170 expected_status = SIGSTOP;
199 expected_status = exitval;
  /src/external/ibm-public/postfix/dist/src/global/
smtp_reply_footer.c 228 int expected_status; member in struct:test_case
273 if (status != tp->expected_status) {
275 tp->title, status, tp->expected_status);

Completed in 52 milliseconds