Home
last modified time | relevance | path

Searched refs:subtest_str (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/ !
Dtesting_helpers.c86 char *subtest_str = strchr(next, '/'); in parse_test_list() local
105 if (subtest_str) { in parse_test_list()
109 *subtest_str = '\0'; in parse_test_list()
110 subtest_str += 1; in parse_test_list()
119 malloc(strlen(subtest_str) + glob_chars + 1); in parse_test_list()
124 subtest_str); in parse_test_list()
Dtest_progs.c780 char *subtest_str = strchr(arg, '/'); in parse_arg() local
782 if (subtest_str) { in parse_arg()
783 *subtest_str = '\0'; in parse_arg()
784 if (parse_num_list(subtest_str + 1, in parse_arg()