Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/concurrency/
DMtUnsafeCheck.cpp271 {concurrency::MtUnsafeCheck::FunctionSet::Glibc, "glibc"}, in getEnumMapping()
284 case MtUnsafeCheck::FunctionSet::Glibc: in hasAnyMtUnsafeNames()
DMtUnsafeCheck.h31 Glibc, enumerator
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dconcurrency-mt-unsafe.rst45 Glibc defines some of them as thread-safe (e.g. dirname(3)), but adds
46 non-POSIX thread-unsafe ones (e.g. getopt_long(3)). Glibc's list is
/external/f2fs-tools/
Dconfigure.ac157 dnl Check to see if lseek64() is declared in unistd.h. Glibc's header files
/external/llvm-project/clang-tools-extra/docs/
DReleaseNotes.rst124 Glibc function sets.
/external/ipsec-tools/
DNEWS149 o Glibc-2.3 support
/external/erofs-utils/
Dconfigure.ac137 # Check to see if lseek64() is declared in unistd.h. Glibc's header files
/external/dnsmasq/
DCHANGELOG116 older than 4.1, Glibc older than 2.2, Linux 2.2.x and
/external/e2fsprogs/
Dconfigure.ac1018 dnl Check to see if lseek64() is declared in unistd.h. Glibc's header files
/external/mtools/
DNEWS440 Glibc problems are potentially dangerous, and can lead to data loss.
/external/python/cpython2/Modules/_ctypes/libffi/
Daclocal.m4499 # GNU and its variants, using gnu ld.so (Glibc)
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc9868 // Glibc qsort uses a temporary buffer allocated either on stack or on heap.