/bionic/libc/arch-arm/bionic/ |
D | __aeabi.c | 64 void __attribute__((weak)) __aeabi_memcpy8_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy8_impl() 68 void __attribute__((weak)) __aeabi_memcpy4_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy4_impl() 72 void __attribute__((weak)) __aeabi_memcpy_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy_impl() 76 void __attribute__((weak)) __aeabi_memcpy8_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy8_impl2() 80 void __attribute__((weak)) __aeabi_memcpy4_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy4_impl2() 84 void __attribute__((weak)) __aeabi_memcpy_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy_impl2() 89 void __attribute__((weak)) __aeabi_memmove8_impl(void *dest, const void *src, size_t n) { in __aeabi_memmove8_impl() 93 void __attribute__((weak)) __aeabi_memmove4_impl(void *dest, const void *src, size_t n) { in __aeabi_memmove4_impl() 97 void __attribute__((weak)) __aeabi_memmove_impl(void *dest, const void *src, size_t n) { in __aeabi_memmove_impl() 101 void __attribute__((weak)) __aeabi_memmove8_impl2(void *dest, const void *src, size_t n) { in __aeabi_memmove8_impl2() [all …]
|
/bionic/libc/include/ |
D | string.h | 191 void* memcpy(void* __restrict dest, const void* __restrict src, size_t copy_amount) { in memcpy() 196 void* memmove(void *dest, const void *src, size_t len) { in memmove() 201 char* stpcpy(char* __restrict dest, const char* __restrict src) { in stpcpy() 206 char* strcpy(char* __restrict dest, const char* __restrict src) { in strcpy() 211 char* stpncpy(char* __restrict dest, const char* __restrict src, size_t n) { in stpncpy() 232 char* strncpy(char* __restrict dest, const char* __restrict src, size_t n) { in strncpy() 253 char* strcat(char* __restrict dest, const char* __restrict src) { in strcat() 258 char *strncat(char* __restrict dest, const char* __restrict src, size_t n) { in strncat() 268 size_t strlcpy(char* __restrict dest, const char* __restrict src, size_t size) { in strlcpy() 289 size_t strlcat(char* __restrict dest, const char* __restrict src, size_t size) { in strlcat()
|
D | stdio.h | 305 int vsnprintf(char *dest, size_t size, const char *format, __va_list ap) in vsnprintf() 312 int vsprintf(char *dest, const char *format, __va_list ap) in vsprintf() 319 …#define __wrap_snprintf(dest, size, ...) __builtin___snprintf_chk(dest, size, 0, __bos(dest), __VA… argument 325 int snprintf(char *dest, size_t size, const char *format, ...) in snprintf() 334 #define __wrap_sprintf(dest, ...) __builtin___sprintf_chk(dest, 0, __bos(dest), __VA_ARGS__) argument 340 int sprintf(char *dest, const char *format, ...) in sprintf() 402 char *fgets(char* dest, int size, FILE* stream) { in fgets()
|
/bionic/libc/bionic/ |
D | __vsprintf_chk.cpp | 47 extern "C" int __vsprintf_chk(char* dest, int /*flags*/, in __vsprintf_chk() 67 extern "C" int __sprintf_chk(char* dest, int flags, in __sprintf_chk()
|
D | __vsnprintf_chk.cpp | 47 extern "C" int __vsnprintf_chk(char* dest, size_t supplied_size, int /*flags*/, in __vsnprintf_chk() 67 extern "C" int __snprintf_chk(char* dest, size_t supplied_size, int flags, in __snprintf_chk()
|
D | __strlcpy_chk.cpp | 47 extern "C" size_t __strlcpy_chk(char* dest, const char* src, in __strlcpy_chk()
|
D | __memset_chk.cpp | 46 extern "C" void* __memset_chk (void* dest, int c, size_t n, size_t dest_len) { in __memset_chk()
|
D | __stpcpy_chk.cpp | 46 extern "C" char* __stpcpy_chk(char* dest, const char* src, size_t dest_len) { in __stpcpy_chk()
|
D | __fgets_chk.cpp | 46 char* __fgets_chk(char* dest, int supplied_size, FILE* stream, in __fgets_chk()
|
D | __strcpy_chk.cpp | 46 extern "C" char* __strcpy_chk(char* dest, const char* src, size_t dest_len) { in __strcpy_chk()
|
D | __strlcat_chk.cpp | 47 extern "C" size_t __strlcat_chk(char* dest, const char* src, in __strlcat_chk()
|
D | __memcpy_chk.cpp | 45 extern "C" void* __memcpy_chk(void* dest, const void* src, in __memcpy_chk()
|
D | __memmove_chk.cpp | 46 extern "C" void* __memmove_chk (void* dest, const void* src, in __memmove_chk()
|
D | __strcat_chk.cpp | 44 extern "C" char* __strcat_chk(char* __restrict dest, const char* __restrict src, in __strcat_chk()
|
D | __strncat_chk.cpp | 44 extern "C" char* __strncat_chk(char* __restrict dest, const char* __restrict src, in __strncat_chk()
|
D | __strncpy_chk.cpp | 46 extern "C" char* __strncpy_chk(char* __restrict dest, const char* __restrict src, in __strncpy_chk()
|
D | __stpncpy_chk.cpp | 46 extern "C" char* __stpncpy_chk(char* __restrict dest, const char* __restrict src, in __stpncpy_chk()
|
D | time64.c | 362 static void copy_tm_to_TM(const struct tm *src, struct TM *dest) { in copy_tm_to_TM() 394 static void copy_TM_to_tm(const struct TM *src, struct tm *dest) { in copy_TM_to_tm()
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcsxfrm.c | 37 wcsxfrm(wchar_t *dest, const wchar_t *src, size_t n) in wcsxfrm()
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_addrtype.h | 50 __u16 dest; member 56 __u16 dest; member
|
/bionic/libc/kernel/uapi/linux/ |
D | udp.h | 25 __be16 dest; member
|
D | tipc_config.h | 117 __be32 dest; member 171 __u32 dest; member
|
D | if_arcnet.h | 79 __u8 dest; member
|
/bionic/libc/include/netinet/ |
D | udp.h | 46 u_int16_t dest; member
|
/bionic/libc/tzcode/ |
D | strptime.c | 412 _conv_num(const unsigned char **buf, int *dest, int llim, int ulim) in _conv_num()
|