Home | History | Annotate | Download | only in sys

Lines Matching defs:sta

148 	int sta, xp_support;
197 (void)wait(&sta);
201 ATF_REQUIRE(WIFEXITED(sta) != 0);
206 if (WEXITSTATUS(sta) != SIGSEGV) {
213 ATF_REQUIRE(WEXITSTATUS(sta) == SIGSEGV);
288 int sta;
309 (void)wait(&sta);
311 ATF_REQUIRE(WIFEXITED(sta) != 0);
312 ATF_REQUIRE(WEXITSTATUS(sta) == SIGSEGV);
330 int sta;
362 (void)wait(&sta);
364 ATF_REQUIRE(WIFEXITED(sta) != 0);
365 ATF_REQUIRE(WEXITSTATUS(sta) == SIGSEGV);
377 (void)wait(&sta);
379 ATF_REQUIRE(WIFEXITED(sta) != 0);
380 ATF_REQUIRE(WEXITSTATUS(sta) == SIGSEGV);