/bionic/libc/include/ |
lastlog.h | 1 /* This is a BSD synonym for <utmp.h> that's also provided by glibc. */
|
/external/valgrind/drd/tests/ |
pth_cond_destroy_busy.vgtest | 1 prereq: ./supported_libpthread && ! ../../tests/libc_test glibc 2.24.90
|
/external/ltp/testcases/kernel/syscalls/ulimit/ |
README | 2 longer provided by glibc. Use getrlimit(2), setrlimit(2)
|
/external/valgrind/helgrind/tests/ |
pth_cond_destroy_busy.vgtest | 1 prereq: ! ../../tests/os_test darwin && ! ../../tests/libc_test glibc 2.24.90
|
tc18_semabuse.c | 28 /* in glibc, sem_destroy is a no-op; making it fail is 31 /* Do 'wait' on a bogus semaphore. This should fail, but on glibc 39 /* this only fails with glibc 2.7 and later. */
|
/external/valgrind/none/tests/ |
system.c | 3 // This wasn't working at one point, because glibc used a variant of clone()
|
/external/valgrind/ |
exp-sgcheck.supp | 10 glibc realpath false positive 17 I think this is glibc's ultra optimised getenv doing 2 byte reads
|
/bionic/benchmarks/ |
run-on-host.sh | 5 if [ "$1" = glibc ]; then 6 m -j bionic-benchmarks-glibc 11 ${HOST_OUT}/nativetest64/bionic-benchmarks-glibc/bionic-benchmarks-glibc $@ 15 echo "Usage: $0 [ 32 | 64 | glibc ] [gtest flags]"
|
/bionic/tests/ |
run-on-host.sh | 5 if [ "$1" = glibc ]; then 6 m -j bionic-unit-tests-glibc 11 ${HOST_OUT}/nativetest64/bionic-unit-tests-glibc/bionic-unit-tests-glibc $@ 15 echo "Usage: $0 [ 32 | 64 | glibc ] [gtest flags]"
|
/bionic/libc/tools/ |
check-symbols-glibc.py | 56 glibc = symbols.GetFromSystemSo([ variable 70 glibc = set(map(MangleGlibcNameToBionic, glibc)) variable 132 # bionic exposes various Linux features that glibc doesn't. 139 # Some standard stuff isn't yet in the versions of glibc we're using. 147 # These have mangled names in glibc, with a macro taking the "obvious" name. 168 # These exist in glibc, but under slightly different names (generally one extra 169 # or one fewer _). TODO: check against glibc names. 185 # implemented in glibc unless you count always failing with ENOSYS as 200 glibc = glibc - in_posix_and_glibc_but_actually_dea variable [all...] |
/external/strace/linux/sh/ |
get_scno.c | 14 /* Odd as it may seem, a glibc bug has been known to cause 15 glibc to issue bogus negative syscall numbers. So for 19 error_msg("Detected glibc bug: bogus system call"
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
coverage.txt | 42 11-2: Will fail with glibc-2.3 & linux kernel 2.6.0-test2. 47 13-1: Will fail with glibc-2.3 & linux kernel 2.6.0-test2. 50 14-1: Will fail with glibc-2.3 & linux kernel 2.6.0-test2. 53 24-2: Will fail with glibc-2.3 & linux kernel 2.6.0-test2. 56 25-1: Freezes with glibc-3.4 & linux kernel 2.5.67 58 28-1: Will fail with glibc-2.3 & linux kernel 2.6.0-test2. 60 29-1: Will trigger SIGBUS (freezes with glibc-3.4 * linux kernel 2.5.67) 62 31-1: Will fail with glibc-2.3 & linux kernel 2.6.0-test2.
|
/external/kernel-headers/original/uapi/linux/ |
libc-compat.h | 51 /* We have included glibc headers... */ 54 /* Coordinate with glibc net/if.h header. */ 57 /* GLIBC headers included first so don't define anything 64 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */ 66 /* For the future if glibc adds IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO */ 74 * we need. The expectation is that glibc will check the 81 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */ 83 /* For the future if glibc adds IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO */ 88 /* Coordinate with glibc netinet/in.h header. */ 91 /* GLIBC headers included first so don't define anythin [all...] |
/external/clang/test/Sema/ |
format-string-percentm.c | 4 // PR 4142 - support glibc extension to printf: '%m' (which prints strerror(errno)).
|
/external/ipsec-tools/src/include-glibc/ |
Makefile.am | 9 glibc-bugs.h \
|
glibc-bugs.h | 1 /* $NetBSD: glibc-bugs.h,v 1.4 2006/09/09 16:22:08 manu Exp $ */
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstackaddr/ |
coverage.txt | 11 in glibc implementation, it will got compile warning.
|
/external/libxml2/test/relaxng/ |
comps_0.xml | 52 <packagereq type="mandatory">glibc</packagereq> [all...] |
/bionic/libc/bionic/ |
rand.cpp | 19 // The BSD rand/srand is very weak. glibc just uses random/srandom instead. 20 // Since we're likely to run code intended for glibc, and POSIX doesn't seem
|
/external/valgrind/docs/internals/ |
why-no-libc.txt | 33 However, there are some incompatibilities between Valgrind and glibc 35 libraries. The most fundamental one is that Valgrind and glibc are 42 at least a reasonable subset of programs and glibc functionality. I 45 thread-local storage (which I think is standard these days). Glibc now 49 glibc functions before initializing this, it crashes. That's the point 52 In theory, I don't think any of these Valgrind/glibc incompatibilities 54 the glibc and Valgrind developers don't consider them bugs, and so 61 from dietlibc (a nice lightweight implementation) or glibc itself. The
|
/external/bison/m4/ |
pipe2.m4 | 11 dnl Persuade glibc <unistd.h> to declare pipe2().
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
freopen.cc | 3 // This fails on i386 Linux due to a glibc versioned symbols mixup.
|
/external/ltp/testcases/kernel/io/aio/aio02/ |
README | 11 make sure your system are support with glibc 2.1.91 or higher.
|
/external/ltp/testcases/kernel/syscalls/epoll/ |
README.1ST | 4 ** Directions for glibc version of 2.3.2 or higher ** 6 Epoll support is currently implemented in glibc 2.3.2, therefore if you have a$ 7 glibc version of 2.3.2 or higher then do the following steps: 16 ** Older version of glibc **
|
/external/iproute2/include/linux/ |
libc-compat.h | 51 /* We have included glibc headers... */ 54 /* Coordinate with glibc netinet/in.h header. */ 57 /* GLIBC headers included first so don't define anything 68 * if the glibc code didn't define them. This guard matches 69 * the guard in glibc/inet/netinet/in.h which defines the 86 * we need. The expectation is that glibc will check the 96 /* We unconditionally define the in6_addr macros and glibc must
|