Lines Matching refs:pipes
23 * The pipes test cases are regression tests for commit:
46 static int pipes[2] = {-1, -1};
229 .pfd = pipes,
237 .pfd = pipes,
329 /* Create anonymous pipes to place marks on */
330 SAFE_PIPE2(pipes, O_CLOEXEC);
337 if (pipes[0] != -1)
338 SAFE_CLOSE(pipes[0]);
339 if (pipes[1] != -1)
340 SAFE_CLOSE(pipes[1]);