Searched defs:child_pipe3 (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl17.c70 int child_pipe3[2]; variable
123 if (pipe(child_pipe3) < 0) {
124 tst_resm(TFAIL, "Couldn't create child_pipe3! errno = %d",
185 close(child_pipe3[0]);
186 close(child_pipe3[1]);
217 close(child_pipe3[0]);
218 close(child_pipe3[1]);
256 close(child_pipe3[1]);
258 child_wait(child_pipe3[0]);
269 child_wait(child_pipe3[
[all...]

Completed in 196 milliseconds