Searched refs:file_match (Results 1 – 2 of 2) sorted by relevance
8 static int file_match(void *, void *);22 file_match,61 file_match(void *ctx1, void *ctx2) in file_match() function
243 int file_match = 0; in kmp_location_match() local249 file_match = __kmp_str_fname_match(&loc->fname, file); in kmp_location_match()259 return (file_match && func_match && line_match); in kmp_location_match()