/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
msg.h | 80 extern int msgsnd (int __msqid, __const void *__msgp, size_t __msgsz,
|
sem.h | 64 __const struct timespec *__timeout) __THROW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
wordexp.h | 63 extern int wordexp (__const char *__restrict __words,
|
wctype.h | 172 extern wctype_t wctype (__const char *__property) __THROW; 187 typedef __const __int32_t *wctrans_t; 219 extern wctrans_t wctrans (__const char *__property) __THROW; 285 extern wctype_t wctype_l (__const char *__property, __locale_t __locale) 306 extern wctrans_t wctrans_l (__const char *__property, __locale_t __locale)
|
locale.h | 125 extern char *setlocale (int __category, __const char *__locale) __THROW; 154 extern __locale_t newlocale (int __category_mask, __const char *__locale,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
msg.h | 80 extern int msgsnd (int __msqid, __const void *__msgp, size_t __msgsz,
|
sem.h | 64 __const struct timespec *__timeout) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
wordexp.h | 63 extern int wordexp (__const char *__restrict __words,
|
wctype.h | 172 extern wctype_t wctype (__const char *__property) __THROW; 187 typedef __const __int32_t *wctrans_t; 219 extern wctrans_t wctrans (__const char *__property) __THROW; 285 extern wctype_t wctype_l (__const char *__property, __locale_t __locale) 306 extern wctrans_t wctrans_l (__const char *__property, __locale_t __locale)
|
locale.h | 125 extern char *setlocale (int __category, __const char *__locale) __THROW; 154 extern __locale_t newlocale (int __category_mask, __const char *__locale,
|
/external/clang/test/Sema/ |
function.c | 6 int foo (__const char *__path); 7 int foo(__const char *__restrict __file);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
wctype.h | 172 extern wctype_t wctype (__const char *__property) __THROW; 187 typedef __const __int32_t *wctrans_t; 219 extern wctrans_t wctrans (__const char *__property) __THROW; 285 extern wctype_t wctype_l (__const char *__property, __locale_t __locale) 306 extern wctrans_t wctrans_l (__const char *__property, __locale_t __locale)
|
locale.h | 125 extern char *setlocale (int __category, __const char *__locale) __THROW; 154 extern __locale_t newlocale (int __category_mask, __const char *__locale,
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
cdefs.h | 98 #define __const const /* define reserved names to standard */ macro 115 #define __const /* delete pseudo-ANSI C keywords */ macro 128 #define const __const /* convert ANSI C keywords */ 139 #define __aconst __const 175 #define __pure __const
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/ |
cdefs.h | 98 #define __const const /* define reserved names to standard */ macro 115 #define __const /* delete pseudo-ANSI C keywords */ macro 128 #define const __const /* convert ANSI C keywords */ 139 #define __aconst __const 175 #define __pure __const
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/ |
cdefs.h | 98 #define __const const /* define reserved names to standard */ macro 115 #define __const /* delete pseudo-ANSI C keywords */ macro 128 #define const __const /* convert ANSI C keywords */ 139 #define __aconst __const 175 #define __pure __const
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/ |
cdefs.h | 98 #define __const const /* define reserved names to standard */ macro 115 #define __const /* delete pseudo-ANSI C keywords */ macro 128 #define const __const /* convert ANSI C keywords */ 139 #define __aconst __const 175 #define __pure __const
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/ |
cdefs.h | 98 #define __const const /* define reserved names to standard */ macro 115 #define __const /* delete pseudo-ANSI C keywords */ macro 128 #define const __const /* convert ANSI C keywords */ 139 #define __aconst __const 175 #define __pure __const
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/ |
cdefs.h | 98 #define __const const /* define reserved names to standard */ macro 115 #define __const /* delete pseudo-ANSI C keywords */ macro 128 #define const __const /* convert ANSI C keywords */ 139 #define __aconst __const 175 #define __pure __const
|
/external/clang/test/SemaCXX/ |
cxx11-attr-print.cpp | 28 // CHECK: void bar() __attribute__((__const)); 29 void bar() __attribute__((__const));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
sigset.h | 104 extern int __sigismember (__const __sigset_t *, int); 118 __SIGSETFN (__sigismember, (__set->__val[__word] & __mask) ? 1 : 0, __const)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigset.h | 104 extern int __sigismember (__const __sigset_t *, int); 118 __SIGSETFN (__sigismember, (__set->__val[__word] & __mask) ? 1 : 0, __const)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigset.h | 104 extern int __sigismember (__const __sigset_t *, int); 118 __SIGSETFN (__sigismember, (__set->__val[__word] & __mask) ? 1 : 0, __const)
|
/bionic/libc/include/sys/ |
cdefs.h | 87 #define __const const /* define reserved names to standard */ macro 104 #define __const /* delete pseudo-ANSI C keywords */ macro 117 #define const __const /* convert ANSI C keywords */ 128 #define __aconst __const 164 #define __pure __const
|
/development/ndk/platforms/android-3/include/sys/ |
cdefs.h | 118 #define __const const /* define reserved names to standard */ macro 135 #define __const /* delete pseudo-ANSI C keywords */ macro 148 #define const __const /* convert ANSI C keywords */ 159 #define __aconst __const 195 #define __pure __const
|