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

/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c77 char *subtest_str)
106 if (!subtest_str)
110 if (strcmp(subtest_str, test->subtests[i]) == 0) {
111 free(subtest_str);
122 test->subtests[test->subtest_cnt] = subtest_str;
133 char *pattern, *subtest_str, *ext_test_str, *ext_subtest_str = NULL; local
143 subtest_str = strchr(test_spec, '/');
144 if (subtest_str) {
145 *subtest_str = '\0';
146 subtest_str
75 do_insert_test(struct test_filter_set *set, char *test_str, char *subtest_str) argument
[all...]
H A Dtest_progs.c787 char *subtest_str = strchr(arg, '/'); local
789 if (subtest_str) {
790 *subtest_str = '\0';
791 if (parse_num_list(subtest_str + 1,

Completed in 115 milliseconds