Searched refs:buf_child (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/landlock/ |
| A D | ptrace_test.c | 325 char buf_child; in TEST_F() local 333 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F() 377 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F()
|
| A D | scoped_signal_test.c | 100 char buf_child; in TEST_F() local 111 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F() 194 char buf_child; in TEST_F() local 206 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F()
|
| A D | scoped_abstract_unix_test.c | 100 char buf_child; in TEST_F() local 113 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F() 542 char buf_child; in TEST_F() local 574 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F() 674 char buf_child, buf_parent; in TEST_F() local 723 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F()
|
Completed in 8 milliseconds