/external/clang/lib/Headers/ |
D | unwind.h | 33 # ifndef _GNU_SOURCE 35 # define _GNU_SOURCE macro 51 # undef _GNU_SOURCE
|
/external/genext2fs/ |
D | config.h | 119 #ifndef _GNU_SOURCE 120 # define _GNU_SOURCE 1 macro
|
/external/skia/src/utils/ |
D | SkThreadUtils_pthread_linux.cpp | 8 #ifndef _GNU_SOURCE 9 #define _GNU_SOURCE //for pthread_setaffinity_np macro
|
/external/protobuf/android/ |
D | config.h | 140 #ifndef _GNU_SOURCE 141 # define _GNU_SOURCE 1 macro
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | int3-x86.c | 2 #undef _GNU_SOURCE 3 #define _GNU_SOURCE 1 macro
|
/external/valgrind/main/memcheck/tests/amd64-linux/ |
D | int3-amd64.c | 2 #undef _GNU_SOURCE 3 #define _GNU_SOURCE 1 macro
|
/external/libxslt/libxslt/ |
D | config.h | 169 #ifndef _GNU_SOURCE 170 # define _GNU_SOURCE 1 macro
|
/external/valgrind/main/drd/tests/ |
D | pth_barrier_reinit.c | 6 #define _GNU_SOURCE macro
|
D | pth_process_shared_mutex.c | 7 #define _GNU_SOURCE macro
|
D | rwlock_type_checking.c | 9 #define _GNU_SOURCE 1 macro
|
D | pth_barrier_race.c | 13 #define _GNU_SOURCE macro
|
D | pth_mutex_reinit.c | 4 #define _GNU_SOURCE macro
|
D | rwlock_race.c | 9 #define _GNU_SOURCE 1 macro
|
/external/bison/m4/ |
D | extensions.m4 | 75 #ifndef _GNU_SOURCE 76 # undef _GNU_SOURCE 103 AC_DEFINE([_GNU_SOURCE]) definition
|
/external/clang/test/Driver/ |
D | x86_64-nacl-defines.cpp | 35 #ifdef _GNU_SOURCE
|
/external/oprofile/libpp/ |
D | diff_container.cpp | 13 #ifndef _GNU_SOURCE 14 #define _GNU_SOURCE macro
|
/external/libusb/ |
D | config.h | 94 #define _GNU_SOURCE /**/ macro
|
/external/dhcpcd/ |
D | common.c | 29 #ifndef _GNU_SOURCE 30 # define _GNU_SOURCE macro
|
/external/libusb_aah/ |
D | config.h | 111 #define _GNU_SOURCE 1 macro
|
/external/stlport/src/ |
D | sincos.c | 27 #define _GNU_SOURCE 1 macro
|
/external/valgrind/main/none/tests/linux/ |
D | mremap3.c | 1 #define _GNU_SOURCE 1 macro
|
/external/openssh/ |
D | includes.h | 21 #define _GNU_SOURCE /* activate extra prototypes for glibc */ macro
|
/external/valgrind/main/helgrind/tests/ |
D | tc12_rwl_trivial.c | 5 #define _GNU_SOURCE 1 macro
|
/external/valgrind/main/memcheck/tests/linux/ |
D | stack_switch.c | 3 #define _GNU_SOURCE macro
|
/external/llvm/lib/Support/ |
D | Errno.cpp | 47 # if defined(__GLIBC__) && defined(_GNU_SOURCE) in StrError()
|