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

/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_lockf.c128 char pipe_in, pipe_out; local
147 pipe_out = (char)('A' + i);
151 if (write(pipe_fd[1], &pipe_out, 1) != 1)
164 ATF_REQUIRE_MSG(pipe_in == pipe_out,
/freebsd-11-stable/contrib/ee/
H A Dee.c174 int pipe_out[2]; /* pipe file desc for output */ variable
3177 pipe(pipe_out);
3194 dup(pipe_out[0]);
3195 close(pipe_out[0]);
3196 close(pipe_out[1]);
3212 close(pipe_out[0]);
3216 write(pipe_out[1], line_holder->line, (line_holder->line_length-1));
3217 write(pipe_out[1], "\n", 1);
3220 close(pipe_out[1]);

Completed in 215 milliseconds