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 | 706 char buf_parent; in TEST_F() local 768 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F() 847 char buf_child, buf_parent; in TEST_F() local 998 ASSERT_EQ(1, read(unnamed_sockets[1], &buf_parent, sizeof(buf_parent))); in TEST_F() 999 ASSERT_EQ('a', buf_parent); in TEST_F() 1005 ASSERT_EQ(1, read(data_socket, &buf_parent, sizeof(buf_parent))); in TEST_F() 1006 ASSERT_EQ('b', buf_parent); in TEST_F() 1011 read(dgram_pathname_socket, &buf_parent, sizeof(buf_parent))); in TEST_F() 1012 ASSERT_EQ('c', buf_parent); in TEST_F() 1014 read(dgram_pathname_socket, &buf_parent, sizeof(buf_parent))); in TEST_F() [all …]
|
| H A D | ptrace_test.c | 120 char buf_parent; in TEST_F() 253 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F() 342 char buf_parent; in TEST_F() 412 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F() 117 char buf_parent; TEST_F() local 339 char buf_parent; TEST_F() local
|
| H A D | audit_test.c | 874 char buf_parent; 927 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); 939 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); 957 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); 546 char buf_parent; TEST_F() local
|
| H A D | scoped_signal_test.c | 184 char buf_parent; in TEST_F() 236 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F() 179 char buf_parent; TEST_F() local
|
| H A D | fs_test.c | 2024 char buf_parent; in copy_file() 2068 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in test_check_exec() 2080 EXPECT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in test_check_exec() 2127 char buf_parent; TEST_F_FORK() local
|