Lines Matching defs:status
192 int status;
204 FAIL_IF_MSG(waitpid(*pid, &status, 0) == -1, "Failed to wait for child");
205 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped");
233 int status; /* Stop status of child after waitpid */
262 FAIL_IF_MSG(waitpid(pid, &status, 0) == -1, "Failed to wait for child");
263 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped");
277 FAIL_IF_MSG(waitpid(pid, &status, 0) == -1, "Failed to wait for child");
278 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped");
295 FAIL_IF_MSG(waitpid(pid, &status, 0) == -1, "Failed to wait for child");
296 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped");
305 FAIL_IF_MSG(waitpid(pid, &status, 0) == -1, "Failed to wait for child");
306 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped");
320 FAIL_IF_MSG(waitpid(pid, &status, 0) == -1, "Failed to wait for child");
321 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped");
338 FAIL_IF_MSG(waitpid(pid, &status, 0) == -1, "Failed to wait for child");
339 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped");
353 FAIL_IF_MSG(waitpid(pid, &status, 0) == -1, "Failed to wait for child");
354 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped");
387 int status; /* Stop status of child after waitpid */
422 FAIL_IF_MSG(waitpid(pid, &status, 0) == -1, "Failed to wait for child");
423 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped");