Searched refs:buf_parent (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/landlock/ |
| H A D | scoped_abstract_unix_test.c | 643 char buf_parent; in FIXTURE_VARIANT_ADD() 705 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F() 785 char buf_child, buf_parent; in TEST_F() 938 ASSERT_EQ(1, read(unnamed_sockets[1], &buf_parent, sizeof(buf_parent))); in TEST() 939 ASSERT_EQ('a', buf_parent); in TEST() 945 ASSERT_EQ(1, read(data_socket, &buf_parent, sizeof(buf_parent))); in TEST() 946 ASSERT_EQ('b', buf_parent); in TEST() 951 read(dgram_pathname_socket, &buf_parent, sizeo in TEST() 532 char buf_parent; TEST_F() local 674 char buf_child, buf_parent; TEST_F() local [all...] |
| H A D | ptrace_test.c | 261 char buf_parent; in TEST_F() 394 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F() 483 char buf_parent; 553 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); 259 char buf_parent; TEST_F() local
|
| H A D | audit_test.c | 546 char buf_parent; in TEST_F() local 599 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F() 611 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F() 629 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F()
|
| H A D | scoped_signal_test.c | 179 char buf_parent; in TEST_F() local 231 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F()
|
| H A D | fs_test.c | 2127 char buf_parent; in TEST_F_FORK() local 2171 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F_FORK() 2183 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F_FORK()
|