Home
last modified time | relevance | path

Searched defs:internal_strcmp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp87 static int internal_strcmp(const char *s1, const char *s2) { in internal_strcmp() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cpp125 int internal_strcmp(const char *s1, const char *s2) { in internal_strcmp() function