Searched refs:buf_child (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/testing/selftests/landlock/ |
| H 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() 510 char buf_child; in TEST_F() local 516 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F() 537 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F()
|
| H 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()
|
| H A D | scoped_abstract_unix_test.c | 101 char buf_child; in TEST_F() local 114 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F() 653 char buf_child; in TEST_F() local 685 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F() 785 char buf_child, buf_parent; in TEST_F() local 834 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F()
|