HomeSort by relevance Sort by last modified time
    Searched refs:_GNU_SOURCE (Results 251 - 275 of 290) sorted by null

<<1112

  /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...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 28 #ifndef _GNU_SOURCE
29 # define _GNU_SOURCE 1
    [all...]
  /external/bison/data/
glr.c 592 # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
    [all...]
yacc.c     [all...]
  /external/e2fsprogs/intl/
plural.c 586 # if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
    [all...]
  /external/elfutils/src/
ldscript.c     [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp     [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_matrix.c 24 #define _GNU_SOURCE
ewk_tiled_model.c 24 #define _GNU_SOURCE
  /system/core/liblog/
logprint.c 18 #define _GNU_SOURCE /* for asprintf */
  /system/core/sh/
arith.c 755 # if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
    [all...]
  /external/linux-tools-perf/util/
probe-event.c 22 #define _GNU_SOURCE
36 #undef _GNU_SOURCE
    [all...]
  /external/valgrind/main/memcheck/tests/
str_tester.c 20 #ifndef _GNU_SOURCE
21 #define _GNU_SOURCE
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 28 # define _GNU_SOURCE
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 20 #define _GNU_SOURCE
  /external/e2fsprogs/misc/
badblocks.c 32 #define _GNU_SOURCE /* for O_DIRECT */
  /external/eigen/Eigen/src/Core/util/
Memory.h 55 #if ((defined __QNXNTO__) || (defined _GNU_SOURCE) || ((defined _XOPEN_SOURCE) && (_XOPEN_SOURCE >= 600))) \
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 57 #define _GNU_SOURCE
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 1 #define _GNU_SOURCE
    [all...]
  /system/media/camera/src/
camera_metadata.c 16 #define _GNU_SOURCE // for fdprintf
    [all...]
  /external/e2fsprogs/e2fsck/
pass2.c 44 #define _GNU_SOURCE 1 /* get strnlen() */
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 1069 # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
    [all...]
  /external/qemu/
sockets.c 13 extension to the POSIX standard, if _GNU_SOURCE is defined. */
14 # define _GNU_SOURCE 1
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 30 #define _GNU_SOURCE
    [all...]

Completed in 3868 milliseconds

<<1112