Searched refs:buf_child (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/landlock/ |
| H A D | ptrace_test.c | 181 char buf_child; in TEST_F() local 189 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F() 233 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F() 366 char buf_child; in TEST_F() local 372 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F() 393 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() 784 char buf_child, buf_parent; in TEST_F() local 829 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F()
|