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

/freebsd-current/sbin/ipf/libipf/
H A Dsave_file.c8 static int file_match(void *, void *);
22 file_match,
61 file_match(void *ctx1, void *ctx2) function
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debugger.cpp243 int file_match = 0; local
249 file_match = __kmp_str_fname_match(&loc->fname, file);
259 return (file_match && func_match && line_match);

Completed in 108 milliseconds