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() 365 char buf_child; in TEST_F() local 371 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F() 392 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() 652 char buf_child; in TEST_F() local 684 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F() 783 char buf_child, buf_parent; in TEST_F() local 828 ASSERT_EQ(1, read(pipe_parent[0], &buf_child, 1)); in TEST_F()
|