Lines Matching refs:fds
31 int fds[2][2]; member
40 close (args->fds[0][1]); in do_test_child()
41 close (args->fds[1][0]); in do_test_child()
45 FD_SET (args->fds[0][0], &rfds); in do_test_child()
50 int r = select (args->fds[0][0] + 1, &rfds, NULL, NULL, &args->tmo); in do_test_child()
61 xwrite (args->fds[1][1], "foo", 3); in do_test_child()
88 xpipe (args.fds[0]); in do_test()
89 xpipe (args.fds[1]); in do_test()
119 xclose (args.fds[0][0]); in do_test()
120 xclose (args.fds[1][1]); in do_test()
143 FD_SET (args.fds[1][0], &rfds); in do_test()
145 int r = select (args.fds[1][0] + 1, &rfds, NULL, NULL, &args.tmo); in do_test()