Home
last modified time | relevance | path

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

/nptl/
A Dtst-stackguard1.c34 static int fds[2]; variable
115 if (pipe (fds) < 0) in do_test()
136 close (fds[0]); in do_test()
138 dup2 (fds[1], 2); in do_test()
139 close (fds[1]); in do_test()
145 close (fds[1]); in do_test()
147 if (TEMP_FAILURE_RETRY (read (fds[0], &child_stack_chk_guards[i], in do_test()
154 close (fds[0]); in do_test()
A Dtst-cancel17.c92 int fds[2]; in do_test() local
93 if (pipe (fds) != 0) in do_test()
102 a.aio_fildes = fds[0]; in do_test()
217 if (aio_cancel (fds[0], &a) != AIO_CANCELED) in do_test()
227 size_t len2 = fpathconf (fds[1], _PC_PIPE_BUF); in do_test()
238 ap->aio_fildes = fds[1]; in do_test()
A Dtst-cleanup4.c35 static int fds[2]; variable
67 read (fds[0], &c, 1); in fn_read()
134 if (pipe (fds) != 0) in do_test()

Completed in 4 milliseconds