OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__GNU_LIBRARY__
(Results
51 - 73
of
73
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/install-tools/include/
limits.h
149
#if defined (
__GNU_LIBRARY__
) ? defined (__USE_GNU) : !defined (__STRICT_ANSI__)
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/
limits.h
149
#if defined (
__GNU_LIBRARY__
) ? defined (__USE_GNU) : !defined (__STRICT_ANSI__)
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include-fixed/
limits.h
149
#if defined (
__GNU_LIBRARY__
) ? defined (__USE_GNU) : !defined (__STRICT_ANSI__)
/external/bison/src/
getargs.c
31
#if lint && ! defined
__GNU_LIBRARY__
32
# define
__GNU_LIBRARY__
39
# undef
__GNU_LIBRARY__
/toolchain/binutils/binutils-2.25/libiberty/
obstack.c
43
#include <stdio.h> /* Random thing to get
__GNU_LIBRARY__
. */
44
#if !defined (_LIBC) && defined (
__GNU_LIBRARY__
) &&
__GNU_LIBRARY__
> 1
84
#if defined
__GNU_LIBRARY__
|| defined HAVE_STDLIB_H
getopt.c
69
to get
__GNU_LIBRARY__
defined. */
70
#ifdef
__GNU_LIBRARY__
198
#ifdef
__GNU_LIBRARY__
254
#endif /* not
__GNU_LIBRARY__
*/
/prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py
44
__GNU_LIBRARY__
= 6
IN.py
44
__GNU_LIBRARY__
= 6
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py
44
__GNU_LIBRARY__
= 6
IN.py
44
__GNU_LIBRARY__
= 6
/external/bison/lib/
obstack.c
40
#include <stdio.h> /* Random thing to get
__GNU_LIBRARY__
. */
41
#if !defined _LIBC && defined
__GNU_LIBRARY__
&&
__GNU_LIBRARY__
> 1
vasnprintf.c
171
# if (HAVE_DECL__SNPRINTF || HAVE_SNPRINTF) && !defined __BEOS__ && !(
__GNU_LIBRARY__
== 1)
[
all
...]
/toolchain/binutils/binutils-2.25/intl/
localename.c
373
#if defined _LIBC || (defined
__GNU_LIBRARY__
&&
__GNU_LIBRARY__
>= 2)
/external/e2fsprogs/intl/
localename.c
692
#if defined _LIBC || (defined
__GNU_LIBRARY__
&&
__GNU_LIBRARY__
>= 2)
/ndk/sources/host-tools/make-3.81/
getopt.c
67
to get
__GNU_LIBRARY__
defined. */
68
#ifdef
__GNU_LIBRARY__
191
#ifdef
__GNU_LIBRARY__
237
#endif /* not
__GNU_LIBRARY__
*/
make.h
213
#if defined (STDC_HEADERS) || defined (
__GNU_LIBRARY__
)
482
#if !defined (
__GNU_LIBRARY__
) && !defined (POSIX) && !defined (_POSIX_VERSION) && !defined(WINDOWS32)
dir.c
51
#if (defined (POSIX) || defined (VMS) || defined (WINDOWS32)) && !defined (
__GNU_LIBRARY__
)
/external/v8/include/
v8config.h
145
#elif defined(__GLIBC__) || defined(
__GNU_LIBRARY__
)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h
109
#if defined (
__GNU_LIBRARY__
) || defined (__linux__) || defined (__FreeBSD__) || defined (__OpenBSD__) || defined(__NetBSD__) || defined (__CYGWIN__) || defined (__CYGWIN32__) || defined (__MINGW32__) || defined (HAVE_DECL_BASENAME)
/toolchain/binutils/binutils-2.25/include/
libiberty.h
109
#if defined (
__GNU_LIBRARY__
) || defined (__linux__) \
/ndk/sources/host-tools/make-3.81/glob/
fnmatch.c
58
#if defined _LIBC || !defined
__GNU_LIBRARY__
488
#endif /* _LIBC or not
__GNU_LIBRARY__
. */
/external/elfutils/tests/
run-dwarf-getmacros.sh
564
__GNU_LIBRARY__
6
/external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c
44
#if (defined(
__GNU_LIBRARY__
) || defined(__GLIBC__)) && !defined(__UCLIBC__)
[
all
...]
Completed in 5437 milliseconds
1
2
3