Searched refs:buf_parent (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/landlock/ |
| A D | scoped_abstract_unix_test.c | 532 char buf_parent; in TEST_F() local 674 char buf_child, buf_parent; in TEST_F() local 827 ASSERT_EQ(1, read(unnamed_sockets[1], &buf_parent, sizeof(buf_parent))); in TEST_F() 828 ASSERT_EQ('a', buf_parent); in TEST_F() 834 ASSERT_EQ(1, read(data_socket, &buf_parent, sizeof(buf_parent))); in TEST_F() 835 ASSERT_EQ('b', buf_parent); in TEST_F() 840 read(dgram_pathname_socket, &buf_parent, sizeof(buf_parent))); in TEST_F() 843 read(dgram_pathname_socket, &buf_parent, sizeof(buf_parent))); in TEST_F() 852 read(data_socket, &buf_parent, sizeof(buf_parent))); in TEST_F() 857 sizeof(buf_parent))); in TEST_F() [all …]
|
| A D | ptrace_test.c | 261 char buf_parent; in TEST_F() local 394 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F()
|
| 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()
|
Completed in 11 milliseconds