Searched refs:__const (Results 1 – 14 of 14) sorted by relevance
/third_party/gettext/gettext-runtime/intl/ |
D | libintl.glibc | 39 extern char *gettext (__const char *__msgid) 44 extern char *dgettext (__const char *__domainname, __const char *__msgid) 46 extern char *__dgettext (__const char *__domainname, __const char *__msgid) 51 extern char *dcgettext (__const char *__domainname, 52 __const char *__msgid, int __category) 54 extern char *__dcgettext (__const char *__domainname, 55 __const char *__msgid, int __category) 61 extern char *ngettext (__const char *__msgid1, __const char *__msgid2, 67 extern char *dngettext (__const char *__domainname, __const char *__msgid1, 68 __const char *__msgid2, unsigned long int __n) [all …]
|
D | ChangeLog.0 | 5014 * libintl.h.glibc: Use __const instead of const in prototypes.
|
/third_party/alsa-lib/include/ |
D | search.h | 55 typedef int (*__compar_fn_t) __PMT ((__const __ptr_t, __const __ptr_t)); 130 extern void *tsearch __PMT ((__const void *__key, void **__rootp, 135 extern void *tfind __PMT ((__const void *__key, void *__const *__rootp, 139 extern void *tdelete __PMT ((__const void *__key, void **__rootp, 144 typedef void (*__action_fn_t) __PMT ((__const void *__nodep, 151 extern void twalk __PMT ((__const void *__root, __action_fn_t __action)); 165 extern void *lfind __PMT ((__const void *__key, __const void *__base, 171 extern void *lsearch __PMT ((__const void *__key, void *__base,
|
/third_party/boost/boost/detail/ |
D | fenv.hpp | 30 extern int fesetexceptflag (__const fexcept_t*, int) __THROW; 37 extern int fesetenv (__const fenv_t*) __THROW; 38 extern int feupdateenv (__const fenv_t*) __THROW;
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | reserved.c | 6 static int (__const); variable
|
D | restrict-array.c | 7 struct aiocb64 *__const __list[__restrict_arr],
|
/third_party/FreeBSD/sys/sys/ |
D | cdefs.h | 163 #define __const const /* define reserved names to standard */ macro 180 #define __const /* delete pseudo-ANSI C keywords */ macro
|
/third_party/flutter/engine/flutter/testing/symbols/ |
D | verify_exported.dart | 72 …return !(((entry.type == '(__DATA,__common)' || entry.type == '(__DATA,__const)') && entry.name.st…
|
/third_party/python/Modules/_ctypes/libffi_osx/ |
D | README | 277 __const char *__tm_zone__;
|
/third_party/libffi/doc/ |
D | libffi.info | 570 __const char *__tm_zone__;
|
D | libffi.texi | 611 __const char *__tm_zone__;
|
/third_party/gettext/gnulib-local/lib/ |
D | ChangeLog.0 | 1780 Don't use __const in prototypes.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | README.txt | 1235 size_t __strcspn_c3 (__const char *__s, int __reject1, int __reject2,
|
/third_party/libjpeg-turbo/simd/arm64/ |
D | jsimd_neon.S | 35 .section __DATA, __const
|