Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A 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()
A Dtest_progs.c788 char *subtest_str = strchr(arg, '/'); in parse_arg() local
790 if (subtest_str) { in parse_arg()
791 *subtest_str = '\0'; in parse_arg()
792 if (parse_num_list(subtest_str + 1, in parse_arg()

Completed in 5 milliseconds