Searched refs:wildcard_length (Results 1 – 1 of 1) sorted by relevance
535 size_t wildcard_length = strlen(argument) - 1; /* -1 for the asterisk */ in find_matching_tests() local541 && strncmp(testList[i].name, argument, wildcard_length) == 0)) in find_matching_tests()