OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kGLibC
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux_libcdep.cc
176
static const char
kGLibC
[] = "glibc ";
177
if (internal_strncmp(buf,
kGLibC
, sizeof(
kGLibC
) - 1) != 0)
179
const char *p = buf + sizeof(
kGLibC
) - 1;
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_linux_libcdep.cpp
178
static const char
kGLibC
[] = "glibc ";
179
if (internal_strncmp(buf,
kGLibC
, sizeof(
kGLibC
) - 1) != 0)
181
const char *p = buf + sizeof(
kGLibC
) - 1;
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux_libcdep.cpp
176
static const char
kGLibC
[] = "glibc ";
177
if (internal_strncmp(buf,
kGLibC
, sizeof(
kGLibC
) - 1) != 0)
179
const char *p = buf + sizeof(
kGLibC
) - 1;
Completed in 29 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026