Searched refs:pipefd (Results 1 – 1 of 1) sorted by relevance
37 static int pipefd[2]; variable51 if (posix_spawn_file_actions_adddup2 (&a, pipefd[1], STDOUT_FILENO) != 0) in tf()57 if (posix_spawn_file_actions_addclose (&a, pipefd[0]) != 0) in tf()82 if (pipe (pipefd) != 0) in do_test()114 close (pipefd[1]); in do_test()122 while (TEMP_FAILURE_RETRY ((n = read (pipefd[0], buf, sizeof (buf)))) > 0) in do_test()155 close (pipefd[0]); in do_test()
Completed in 3 milliseconds