Home
last modified time | relevance | path

Searched refs:buf_parent (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/landlock/
H A Dscoped_abstract_unix_test.c706 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 Dptrace_test.c120 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 Daudit_test.c874 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 Dscoped_signal_test.c184 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 Dfs_test.c2024 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