Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dtst-malloc-stats-cancellation.c97 int result = 0, err, real_stderr_fd, bufpipe[2]; in do_test() local
124 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()