Searched refs:pipe_out (Results 1 – 2 of 2) sorted by relevance
128 char pipe_in, pipe_out; in ATF_TC_BODY() local147 pipe_out = (char)('A' + i); in ATF_TC_BODY()151 if (write(pipe_fd[1], &pipe_out, 1) != 1) in ATF_TC_BODY()164 ATF_REQUIRE_MSG(pipe_in == pipe_out, in ATF_TC_BODY()
175 int pipe_out[2]; /* pipe file desc for output */ variable3409 pipe(pipe_out); in sh_command()3426 dup(pipe_out[0]); in sh_command()3427 close(pipe_out[0]); in sh_command()3428 close(pipe_out[1]); in sh_command()3444 close(pipe_out[0]); in sh_command()3448 write(pipe_out[1], line_holder->line, (line_holder->line_length-1)); in sh_command()3449 write(pipe_out[1], "\n", 1); in sh_command()3452 close(pipe_out[1]); in sh_command()