Searched refs:bufpipe (Results 1 – 1 of 1) sorted by relevance
97 int result = 0, err, real_stderr_fd, bufpipe[2]; in do_test() local124 if (pipe (bufpipe)) in do_test()132 if (dup2 (bufpipe[1], 2) == -1) in do_test()137 close (bufpipe[1]); in do_test()139 b_args.ifd = bufpipe[0]; in do_test()