Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dsave_file.c8 static int file_match(void *, void *);
22 file_match,
61 file_match(void *ctx1, void *ctx2) in file_match() function
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debugger.cpp243 int file_match = 0; in kmp_location_match() local
249 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()