Searched refs:test_strs (Results 1 – 2 of 2) sorted by relevance
458 char *test_strs[5]; in TEST_F() local468 test_strs[i] = (char *)malloc(strlen(test_str) + 1); in TEST_F()469 snprintf(test_strs[i], strlen(test_str) + 1, "%s", test_str); in TEST_F()470 vec[i].iov_base = (void *)test_strs[i]; in TEST_F()471 vec[i].iov_len = strlen(test_strs[i]) + 1; in TEST_F()481 EXPECT_EQ(memcmp(test_strs[i], buf + len_cmp, in TEST_F()482 strlen(test_strs[i])), in TEST_F()487 free(test_strs[i]); in TEST_F()495 char *test_strs[1024]; in TEST_F() local505 test_strs[i] = (char *)malloc(strlen(test_str) + 1); in TEST_F()[all …]
6830 const char *test_strs, *expect_strs; in do_test_dedup() local6884 test_strs = test_btf_data + sizeof(*test_hdr) + test_hdr->str_off; in do_test_dedup()6891 dump_btf_strings(test_strs, test_hdr->str_len); in do_test_dedup()