Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dbsd-cygwin_util.h49 int binary_pipe(int fd[2]);
55 #define pipe binary_pipe
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cygwin_util.c53 #if defined(pipe) && open == binary_pipe
68 int binary_pipe(int fd[2]) in binary_pipe() function