HomeSort by relevance Sort by last modified time
    Searched refs:_GNU_SOURCE (Results 1 - 25 of 728) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/splice/
default_file_splice_read.c 2 #define _GNU_SOURCE
  /external/libevent/
evconfig-private.h 12 #ifndef _GNU_SOURCE
13 # define _GNU_SOURCE 1
  /external/libusb/Xcode/
config.h 28 #define _GNU_SOURCE 1
  /external/linux-kselftest/android/include/
bionic-compat.h 4 #define _GNU_SOURCE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
os_defines.h 44 #if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
os_defines.h 44 #if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
  /external/mesa3d/src/util/
strtod.c 29 #ifdef _GNU_SOURCE
43 #if defined(_GNU_SOURCE) && defined(HAVE_XLOCALE_H)
51 #if defined(_GNU_SOURCE) && defined(HAVE_XLOCALE_H)
63 #if defined(_GNU_SOURCE) && defined(HAVE_XLOCALE_H)
78 #if defined(_GNU_SOURCE) && defined(HAVE_XLOCALE_H)
  /bionic/libc/bionic/
__gnu_basename.cpp 29 #define _GNU_SOURCE 1
sched_getcpu.cpp 29 #define _GNU_SOURCE 1
sched_cpualloc.c 28 #define _GNU_SOURCE 1
sched_cpucount.c 28 #define _GNU_SOURCE 1
  /external/autotest/client/tests/disktest/
Makefile 2 cc disktest.c -Wall -D_FILE_OFFSET_BITS=64 -D _GNU_SOURCE -static -o disktest
  /external/valgrind/drd/tests/
pth_barrier_reinit.c 6 #define _GNU_SOURCE
  /external/compiler-rt/test/asan/TestCases/Posix/
asprintf.cc 4 #ifndef _GNU_SOURCE
5 #define _GNU_SOURCE
  /external/perfetto/buildtools/libbacktrace_config/
config.h 49 #ifndef _GNU_SOURCE
50 #define _GNU_SOURCE 1
  /external/autotest/client/tests/disktest/src/
Makefile 1 CFLAGS = -O2 -Wall -D_FILE_OFFSET_BITS=64 -D _GNU_SOURCE
  /external/autotest/client/tests/monotonic_time/src/
cpuset.h 9 #define _GNU_SOURCE /* for cpu_set macros */
  /external/clang/test/Driver/
mipsel-nacl-defines.cpp 35 #ifdef _GNU_SOURCE
x86_64-nacl-defines.cpp 35 #ifdef _GNU_SOURCE
  /external/compiler-rt/test/sanitizer_common/TestCases/
strcasestr.c 6 #define _GNU_SOURCE
  /external/ltp/testcases/open_posix_testsuite/include/
posixtest.h 19 #if defined(_GNU_SOURCE)
  /external/e2fsprogs/contrib/android/
fsmap.h 4 # ifndef _GNU_SOURCE
5 # define _GNU_SOURCE // asprintf
  /external/ltp/testcases/kernel/io/disktest/
Makefile.linux 161 # -D"_LARGEFILE64_SOURCE" -D"_FILE_OFFSET_BITS=64" is used in Linux to support 64bit functions and data types. -D"_GNU_SOURCE" is to support Linux O_DIRECT
174 CFLAGS += -g -Wall -O -D"LINUX" -D"_THREAD_SAFE" -D"_GNU_SOURCE" -D"_LARGE_FILES" -D"_LARGEFILE64_SOURCE" -D"_FILE_OFFSET_BITS=64" $(RPM_OPT_FLAGS)
  /external/protobuf/android/
config.h 140 #ifndef _GNU_SOURCE
141 # define _GNU_SOURCE 1
  /external/protobuf/config/
config.h 125 #ifndef _GNU_SOURCE
126 # define _GNU_SOURCE 1

Completed in 346 milliseconds

1 2 3 4 5 6 7 8 91011>>