Searched refs:test_str (Results 1 – 2 of 2) sorted by relevance
/tools/testing/selftests/net/ |
D | tls.c | 87 char const *test_str = "test_read"; in TEST_F() local 91 ASSERT_EQ(strlen(test_str) + 1, send_len); in TEST_F() 93 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F() 95 EXPECT_EQ(memcmp(buf, test_str, send_len), 0); in TEST_F() 183 char const *test_str = "test_send"; in TEST_F() local 184 int to_send = strlen(test_str) + 1; in TEST_F() 193 EXPECT_EQ(send(self->fd, test_str, to_send, 0), to_send); in TEST_F() 195 EXPECT_EQ(memcmp(test_str, recv_buf, to_send), 0); in TEST_F() 214 char const *test_str = "test_read"; in TEST_F() local 218 send_len = strlen(test_str) + 1; in TEST_F() [all …]
|
/tools/lib/traceevent/ |
D | parse-filter.c | 1752 static int test_str(struct tep_event *event, struct tep_filter_arg *arg, in test_str() function 1827 return test_str(event, arg, record, err); in test_filter()
|