Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/libio/
H A Diopopen.c87 volatile int parent_end, child_end; local
97 child_end = pipe_fds[1];
103 child_end = pipe_fds[0];
120 if (child_end != child_std_end)
122 dup2(child_end, child_std_end);
123 _IO_close (child_end);
134 _IO_close (child_end);