Home | History | Annotate | Download | only in sys

Lines Matching refs:ECHILD

49 	    "Test that wait(2) returns ECHILD for no child");
54 ATF_REQUIRE_ERRNO(ECHILD, wait(NULL) == -1);
62 "Test that waitpid(2) returns ECHILD for WAIT_ANY and option %s",
68 ATF_REQUIRE_ERRNO(ECHILD, waitpid(WAIT_ANY, NULL, TWAIT_OPTION) == -1);
75 "Test that waitid(2) returns ECHILD for P_ALL and option %s",
81 ATF_REQUIRE_ERRNO(ECHILD,
90 "Test that wait3(2) returns ECHILD for no child");
95 ATF_REQUIRE_ERRNO(ECHILD, wait3(NULL, TWAIT_OPTION, NULL) == -1);
102 "Test that wait4(2) returns ECHILD for WAIT_ANY and option %s",
108 ATF_REQUIRE_ERRNO(ECHILD,
116 "Test that wait6(2) returns ECHILD for P_ALL and option %s",
122 ATF_REQUIRE_ERRNO(ECHILD,
219 "Test that waitpid(2) returns ECHILD for WAIT_ANY and valid "
232 ATF_REQUIRE_ERRNO(ECHILD,
241 "Test that waitid(2) returns ECHILD for P_ALL and valid "
254 ATF_REQUIRE_ERRNO(ECHILD,
263 "Test that wait3(2) returns ECHILD for no child");
274 ATF_REQUIRE_ERRNO(ECHILD,
283 "Test that wait4(2) returns ECHILD for WAIT_ANY and option %s",
295 ATF_REQUIRE_ERRNO(ECHILD,
304 "Test that wait6(2) returns ECHILD for P_ALL and option %s",
316 ATF_REQUIRE_ERRNO(ECHILD,