Searched refs:pipes (Results 1 – 1 of 1) sorted by relevance
/misc/ |
A D | tst-fd_to_filename.c | 59 int pipes[2]; in check_open() local 60 xpipe (pipes); in check_open() 63 int read_alias = xopen (__fd_to_filename (pipes[0], &storage), O_RDONLY, 0); in check_open() 67 TEST_VERIFY (pipes[0] < pipes[1]); in check_open() 68 TEST_VERIFY (pipes[1] < read_alias); in check_open() 73 TEST_COMPARE_BLOB ("1", 1, buf, read (pipes[0], buf, sizeof (buf))); in check_open() 75 xwrite (pipes[1], "2", 1); in check_open() 81 xwrite (pipes[1], "4", 1); in check_open() 82 TEST_COMPARE_BLOB ("4", 1, buf, read (pipes[0], buf, sizeof (buf))); in check_open() 86 xclose (pipes[1]); in check_open() [all …]
|
Completed in 4 milliseconds