HomeSort by relevance Sort by last modified time
    Searched defs:_GNU_SOURCE (Results 126 - 150 of 172) sorted by null

1 2 3 4 56 7

  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 52 #define _GNU_SOURCE
  /external/blktrace/btreplay/
btrecord.c 35 #if !defined(_GNU_SOURCE)
36 # define _GNU_SOURCE
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 20 #define _GNU_SOURCE
  /external/linux-tools-perf/util/
trace-event-info.c 21 #define _GNU_SOURCE
probe-event.c 22 #define _GNU_SOURCE
36 #undef _GNU_SOURCE
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 57 #define _GNU_SOURCE
    [all...]
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 42 * Define _GNU_SOURCE to make sure that pthread_spinlock_t is available when
45 #ifndef _GNU_SOURCE
46 #define _GNU_SOURCE
    [all...]
  /external/valgrind/main/memcheck/tests/
str_tester.c 20 #ifndef _GNU_SOURCE
21 #define _GNU_SOURCE
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_matrix.c 24 #define _GNU_SOURCE
ewk_tiled_model.c 24 #define _GNU_SOURCE
  /ndk/sources/host-tools/make-3.81/
make.h 54 #define _GNU_SOURCE 1
  /system/extras/ext4_utils/
ext4_utils.h 24 #ifndef _GNU_SOURCE
25 #define _GNU_SOURCE
  /external/e2fsprogs/e2fsck/
pass2.c 44 #define _GNU_SOURCE 1 /* get strnlen() */
    [all...]
pass1.c 40 #define _GNU_SOURCE 1 /* get strnlen() */
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 22 #ifndef _GNU_SOURCE
23 # define _GNU_SOURCE 1
    [all...]
loadmsgcat.c 22 #ifndef _GNU_SOURCE
23 # define _GNU_SOURCE 1
    [all...]
  /external/linux-tools-perf/util/ui/browsers/
hists.c 1 #define _GNU_SOURCE
3 #undef _GNU_SOURCE
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 188 #ifndef _GNU_SOURCE
189 #define _GNU_SOURCE 1 /* need for PTHREAD_MUTEX_RECURSIVE */
190 #endif /* _GNU_SOURCE */
  /external/oprofile/libpp/
format_output.cpp 12 /* older glibc has C99 INFINITY in _GNU_SOURCE */
13 #ifndef _GNU_SOURCE
14 #define _GNU_SOURCE
  /external/valgrind/main/VEX/test/
test-amd64.c 30 #define _GNU_SOURCE
    [all...]
test-i386.c 20 #define _GNU_SOURCE
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 28 #ifndef _GNU_SOURCE
29 # define _GNU_SOURCE 1
    [all...]
  /system/core/liblog/
logprint.c 18 #define _GNU_SOURCE /* for asprintf */
  /external/e2fsprogs/misc/
badblocks.c 32 #define _GNU_SOURCE /* for O_DIRECT */
  /external/qemu/
sockets.c 13 extension to the POSIX standard, if _GNU_SOURCE is defined. */
14 # define _GNU_SOURCE 1
    [all...]

Completed in 761 milliseconds

1 2 3 4 56 7