/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() argument 65 memcpy(dest, src, n); in __aeabi_memcpy8_impl() 68 void __attribute__((weak)) __aeabi_memcpy4_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy4_impl() argument 69 memcpy(dest, src, n); in __aeabi_memcpy4_impl() 72 void __attribute__((weak)) __aeabi_memcpy_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy_impl() argument 73 memcpy(dest, src, n); in __aeabi_memcpy_impl() 76 void __attribute__((weak)) __aeabi_memcpy8_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy8_impl2() argument 77 memcpy(dest, src, n); in __aeabi_memcpy8_impl2() 80 void __attribute__((weak)) __aeabi_memcpy4_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy4_impl2() argument 81 memcpy(dest, src, n); in __aeabi_memcpy4_impl2() [all …]
|
/bionic/libc/include/ |
D | stdio.h | 272 int vsnprintf(char *const __pass_object_size dest, size_t size, in vsnprintf() argument 274 return __builtin___vsnprintf_chk(dest, size, 0, __bos(dest), format, ap); in vsnprintf() 278 int vsprintf(char *const __pass_object_size dest, const char *_Nonnull format, in vsprintf() argument 280 return __builtin___vsprintf_chk(dest, 0, __bos(dest), format, ap); in vsprintf() 291 int snprintf(char *__restrict dest, size_t size, const char *__restrict format) 293 __enable_if(__bos(dest) != __BIONIC_FORTIFY_UNKNOWN_SIZE && 294 __bos(dest) < __builtin_strlen(format), 300 int snprintf(char *__restrict const __pass_object_size dest, in snprintf() argument 304 int result = __builtin___vsnprintf_chk(dest, size, 0, __bos(dest), format, va); in snprintf() 310 int sprintf(char *__restrict dest, const char *__restrict format) __overloadable [all …]
|
/bionic/libc/bionic/ |
D | time64.c | 362 static void copy_tm_to_TM(const struct tm *src, struct TM *dest) { in copy_tm_to_TM() argument 364 memset(dest, 0, sizeof(*dest)); in copy_tm_to_TM() 368 dest->tm_sec = src->tm_sec; in copy_tm_to_TM() 369 dest->tm_min = src->tm_min; in copy_tm_to_TM() 370 dest->tm_hour = src->tm_hour; in copy_tm_to_TM() 371 dest->tm_mday = src->tm_mday; in copy_tm_to_TM() 372 dest->tm_mon = src->tm_mon; in copy_tm_to_TM() 373 dest->tm_year = (Year)src->tm_year; in copy_tm_to_TM() 374 dest->tm_wday = src->tm_wday; in copy_tm_to_TM() 375 dest->tm_yday = src->tm_yday; in copy_tm_to_TM() [all …]
|
D | wchar_l.cpp | 44 size_t wcsxfrm_l(wchar_t *dest, const wchar_t *src, size_t n, locale_t) { in wcsxfrm_l() argument 45 return wcsxfrm(dest, src, n); in wcsxfrm_l()
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcsxfrm.c | 37 wcsxfrm(wchar_t *dest, const wchar_t *src, size_t n) in wcsxfrm() argument 41 return wcslcpy(dest, src, n); in wcsxfrm()
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_addrtype.h | 44 __u16 dest; member 49 __u16 dest; member
|
/bionic/tests/ |
D | netinet_udp_test.cpp | 32 static_assert(offsetof(udphdr, uh_dport) == offsetof(udphdr, dest), "udphdr::dest"); in TEST() 42 ASSERT_EQ(0x2222, u.dest); in TEST()
|
D | fortify_test.cpp | 518 char dest[11]; in TEST_F() local 521 ASSERT_FORTIFY(stpncpy(dest, src, sizeof(dest))); in TEST_F() 534 char dest[11]; in TEST_F() local 537 ASSERT_FORTIFY(strncpy(dest, src, sizeof(dest))); in TEST_F()
|
/bionic/libc/kernel/uapi/linux/ |
D | udp.h | 24 __be16 dest; member
|
D | tipc_config.h | 98 __be32 dest; member 141 __u32 dest; member
|
D | if_arcnet.h | 67 __u8 dest; member
|
D | tcp.h | 26 __be16 dest; member
|
/bionic/libc/include/netinet/ |
D | udp.h | 47 u_int16_t dest; member
|
D | tcp.h | 57 uint16_t dest; member
|
/bionic/libc/kernel/uapi/sound/ |
D | asequencer.h | 90 struct snd_seq_addr dest; member 173 struct snd_seq_addr dest; member 255 struct snd_seq_addr dest; member 355 struct snd_seq_addr dest; member
|
/bionic/libc/kernel/uapi/xen/ |
D | gntdev.h | 64 } source, dest; member
|
/bionic/libc/tzcode/ |
D | strptime.c | 412 _conv_num(const unsigned char **buf, int *dest, int llim, int ulim) in _conv_num() argument 430 *dest = result; in _conv_num()
|
/bionic/libc/kernel/uapi/rdma/ |
D | ib_user_verbs.h | 517 struct ib_uverbs_qp_dest dest; member 550 struct ib_uverbs_qp_dest dest; member
|