Home
last modified time | relevance | path

Searched refs:pipefd (Results 1 – 1 of 1) sorted by relevance

/nptl/
A Dtst-exec5.c37 static int pipefd[2]; variable
51 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