Searched refs:_GNU_SOURCE (Results 1 - 16 of 16) sorted by relevance

/bionic/libc/bionic/
H A D__gnu_basename.cpp29 #define _GNU_SOURCE 1 macro
H A Dsched_getcpu.cpp29 #define _GNU_SOURCE 1 macro
H A Dsched_cpualloc.c28 #define _GNU_SOURCE 1 macro
H A Dsched_cpucount.c28 #define _GNU_SOURCE 1 macro
H A Dsched_getaffinity.cpp29 #define _GNU_SOURCE 1 macro
H A Dclone.cpp29 #define _GNU_SOURCE 1 macro
H A Dstrerror_r.cpp4 // G++ automatically defines _GNU_SOURCE, which then means that <string.h>
6 #undef _GNU_SOURCE macro
H A Dgetentropy_linux.c24 #define _GNU_SOURCE 1 macro
/bionic/libc/upstream-netbsd/android/include/
H A Dnetbsd-compat.h21 #define _GNU_SOURCE macro
/bionic/libm/
H A Dsincos.c27 #define _GNU_SOURCE 1 macro
/bionic/tests/
H A Dlibgen_basename_test.cpp17 #ifndef _GNU_SOURCE
18 #define _GNU_SOURCE 1 macro
H A Dstring_posix_strerror_r_test.cpp17 #undef _GNU_SOURCE macro
H A Dmath_test.cpp17 #define _GNU_SOURCE 1 macro
H A Dstring_test.cpp17 #define _GNU_SOURCE 1 macro
/bionic/libc/include/sys/
H A Dcdefs.h235 * _BSD_SOURCE and _GNU_SOURCE are expected to be defined by callers before
242 * The _GNU_SOURCE test needs to come before any _BSD_SOURCE or _POSIX* tests
243 * because _GNU_SOURCE implies everything else.
245 #if defined(_GNU_SOURCE)
/bionic/libc/tzcode/
H A Dprivate.h71 #define _GNU_SOURCE 1 macro

Completed in 293 milliseconds