Searched refs:__const (Results 1 – 18 of 18) 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/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/uboot/u-boot-2020.01/include/linux/ |
D | time.h | 43 __const char *tm_zone; /* Timezone abbreviation. */ 46 __const char *__tm_zone; /* Timezone abbreviation. */
|
/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/boringssl/ios-aarch64/crypto/fipsmodule/ |
D | ghash-neon-armv8.S | 328 .section __TEXT,__const
|
D | aesv8-armx64.S | 20 .section __TEXT,__const
|
D | sha512-armv8.S | 1029 .section __TEXT,__const
|
D | vpaes-armv8.S | 15 .section __TEXT,__const
|
D | sha256-armv8.S | 1039 .section __TEXT,__const
|
D | sha1-armv8.S | 1220 .section __TEXT,__const
|
/third_party/python/Modules/_ctypes/libffi_osx/ |
D | README | 277 __const char *__tm_zone__;
|
/third_party/libffi/doc/ |
D | libffi.texi | 611 __const char *__tm_zone__;
|
D | libffi.info | 570 __const char *__tm_zone__;
|
/third_party/gettext/gnulib-local/lib/ |
D | ChangeLog.0 | 1780 Don't use __const in prototypes.
|
/third_party/boringssl/ios-aarch64/crypto/chacha/ |
D | chacha-armv8.S | 19 .section __TEXT,__const
|
/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,
|