Searched refs:test_str_cur (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c8041 const char *test_str_cur; local
8120 test_str_cur = btf__str_by_offset(test_btf, off);
8122 test_len = strlen(test_str_cur);
8127 test_len, expect_len, test_str_cur, expect_str_cur)) {
8131 if (CHECK(strcmp(test_str_cur, expect_str_cur),
8133 test_str_cur, expect_str_cur)) {

Completed in 145 milliseconds