Home
last modified time | relevance | path

Searched refs:__GNU_LIBRARY__ (Results 1 – 24 of 24) sorted by relevance

/external/e2fsprogs/e2fsck/
Dmtrace.h81 #if defined(__GNU_LIBRARY__) || defined(STDC_HEADERS) || defined(USG)
93 #if defined(__GNU_LIBRARY__) || defined(__STDC__)
Dmtrace.c31 #ifndef __GNU_LIBRARY__
/external/bison/src/
Dgetargs.c31 #if lint && ! defined __GNU_LIBRARY__
32 # define __GNU_LIBRARY__ macro
39 # undef __GNU_LIBRARY__
/external/e2fsprogs/include/nonunix/
Dgetopt.h104 #ifdef __GNU_LIBRARY__
/external/bison/lib/
Dfseterr.c32 #if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */ in fseterr()
Dobstack.c41 #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1
Dgetopt1.c31 #ifdef __GNU_LIBRARY__
Dgetopt.in.h110 #if !defined __GNU_LIBRARY__
Dvasnprintf.c171 # if (HAVE_DECL__SNPRINTF || HAVE_SNPRINTF) && !defined __BEOS__ && !(__GNU_LIBRARY__ == 1)
/external/bison/m4/
Dglibc21.m418 #ifdef __GNU_LIBRARY__
Dgetdelim.m460 #ifdef __GNU_LIBRARY__
Dgetline.m467 #ifdef __GNU_LIBRARY__
Dwctype_h.m455 #if __GNU_LIBRARY__ == 1
Dprintf.m4535 #ifdef __GNU_LIBRARY__
/external/clang/lib/Headers/
Dlimits.h107 #if defined(__GNU_LIBRARY__) ? defined(__USE_GNU) : !defined(__STRICT_ANSI__)
/external/bison/darwin-lib/
Dgetopt.h111 #if !defined __GNU_LIBRARY__
/external/e2fsprogs/intl/
Dlocalename.c692 #if defined _LIBC || (defined __GNU_LIBRARY__ && __GNU_LIBRARY__ >= 2)
/external/v8/include/
Dv8config.h145 #elif defined(__GLIBC__) || defined(__GNU_LIBRARY__)
/external/elfutils/tests/
Drun-dwarf-getmacros.sh564 __GNU_LIBRARY__ 6
/external/mesa3d/src/mesa/drivers/dri/common/
Dxmlconfig.c44 #if (defined(__GNU_LIBRARY__) || defined(__GLIBC__)) && !defined(__UCLIBC__)
/external/dbus/
Dconfigure.ac322 #ifdef __GNU_LIBRARY__
/external/valgrind/
Dconfigure.ac982 #if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && defined(__GLIBC_MINOR__)
/external/e2fsprogs/
Daclocal.m4529 #ifdef __GNU_LIBRARY__
/external/bison/
DChangeLog-201213903 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around