Lines Matching full:pipe
32 .Nm pipe ,
40 .Fn pipe "int fildes[2]"
45 .Fn pipe
48 .Em pipe ,
68 Set the non-blocking flag for the ends of the pipe.
74 .Fn pipe .
78 of the pipe,
89 the write end of the pipe,
91 the read end of the pipe.
92 The pipe itself persists until all its associated descriptors are
95 A pipe that has had an end closed is considered
97 Writing on such a pipe causes the writing process to receive
101 Widowing a pipe is the only way to deliver end-of-file to a reader:
102 after the reader consumes any buffered data, reading a widowed pipe
108 pipe in one direction.
111 .Fn pipe
122 .Rv -std pipe
125 .Fn pipe
138 Not enough kernel memory to establish a pipe.
158 .Fn pipe
171 .Fn pipe