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.c643 char buf_parent; in TEST_F() local
705 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F()
784 char buf_child, buf_parent; in TEST_F() local
935 ASSERT_EQ(1, read(unnamed_sockets[1], &buf_parent, sizeof(buf_parent))); in TEST_F()
936 ASSERT_EQ('a', buf_parent); in TEST_F()
942 ASSERT_EQ(1, read(data_socket, &buf_parent, sizeof(buf_parent))); in TEST_F()
943 ASSERT_EQ('b', buf_parent); in TEST_F()
948 read(dgram_pathname_socket, &buf_parent, sizeof(buf_parent))); in TEST_F()
949 ASSERT_EQ('c', buf_parent); in TEST_F()
951 read(dgram_pathname_socket, &buf_parent, sizeof(buf_parent))); in TEST_F()
[all …]
H A Dptrace_test.c117 char buf_parent; in TEST_F() local
250 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F()
339 char buf_parent; in TEST_F() local
409 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F()
H A Daudit_test.c546 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 Dscoped_signal_test.c179 char buf_parent; in TEST_F() local
231 ASSERT_EQ(1, read(pipe_child[0], &buf_parent, 1)); in TEST_F()
H A Dfs_test.c2127 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()