Searched refs:pipex (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/sharutils/src/
H A Dshar.c1065 static int pid, pipex[2];
1075 pipe (pipex);
1085 close (pipex[1]);
1086 input = fdopen (pipex[0], "r");
1115 outptr = fdopen (pipex[1], "w");
1058 static int pid, pipex[2]; local

Completed in 43 milliseconds