Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp207 static const char kGLibC[] = "glibc "; in GetLibcVersion() local
208 if (internal_strncmp(buf, kGLibC, sizeof(kGLibC) - 1) != 0) in GetLibcVersion()
210 const char *p = buf + sizeof(kGLibC) - 1; in GetLibcVersion()