/bionic/libc/arch-arm/bionic/ |
D | __aeabi.c | 62 void __attribute__((weak)) __aeabi_memcpy8_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy8_impl() argument 63 memcpy(dest, src, n); in __aeabi_memcpy8_impl() 66 void __attribute__((weak)) __aeabi_memcpy4_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy4_impl() argument 67 memcpy(dest, src, n); in __aeabi_memcpy4_impl() 70 void __attribute__((weak)) __aeabi_memcpy_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy_impl() argument 71 memcpy(dest, src, n); in __aeabi_memcpy_impl() 74 void __attribute__((weak)) __aeabi_memcpy8_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy8_impl2() argument 75 memcpy(dest, src, n); in __aeabi_memcpy8_impl2() 78 void __attribute__((weak)) __aeabi_memcpy4_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy4_impl2() argument 79 memcpy(dest, src, n); in __aeabi_memcpy4_impl2() [all …]
|
/bionic/libc/include/bits/fortify/ |
D | stdio.h | 42 int vsnprintf(char* const __pass_object_size dest, size_t size, const char* format, va_list ap) in vsnprintf() argument 45 return __builtin___vsnprintf_chk(dest, size, 0, __bos(dest), format, ap); in vsnprintf() 49 int vsprintf(char* const __pass_object_size dest, const char* format, va_list ap) __overloadable { in vsprintf() argument 50 return __builtin___vsprintf_chk(dest, 0, __bos(dest), format, ap); in vsprintf() 55 int sprintf(char* dest, const char* format) 57 __enable_if(__bos_unevaluated_lt(__bos(dest), __builtin_strlen(format)), 63 int sprintf(char* const __pass_object_size dest, const char* format, ...) __overloadable { in sprintf() argument 66 int result = __builtin___vsprintf_chk(dest, 0, __bos(dest), format, va); in sprintf() 73 int snprintf(char* const __pass_object_size dest, size_t size, const char* format, ...) in snprintf() argument 78 int result = __builtin___vsnprintf_chk(dest, size, 0, __bos(dest), format, va); in snprintf() [all …]
|
/bionic/libc/bionic/ |
D | sysprop_helpers.cpp | 37 static bool get_property_value(const char* property_name, char* dest, size_t dest_size) { in get_property_value() argument 38 assert(property_name && dest && dest_size != 0); in get_property_value() 43 char* dest; in get_property_value() member 46 *dest = '\0'; in get_property_value() 47 PropCbCookie cb_cookie = {dest, dest_size}; in get_property_value() 53 strncpy(cb_cookie->dest, value, cb_cookie->size); in get_property_value() 56 return *dest != '\0'; in get_property_value()
|
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 | grp_pwd_file.cpp | 50 void CopyFieldToString(char* dest, const char* source, size_t max) { in CopyFieldToString() argument 52 *dest++ = *source++; in CopyFieldToString() 55 *dest = '\0'; in CopyFieldToString()
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcsxfrm.c | 36 wcsxfrm(wchar_t *dest, const wchar_t *src, size_t n) in wcsxfrm() argument 40 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 | 523 char dest[11]; in TEST_F() local 526 ASSERT_FORTIFY(stpncpy(dest, src, sizeof(dest))); in TEST_F() 539 char dest[11]; in TEST_F() local 542 ASSERT_FORTIFY(strncpy(dest, src, sizeof(dest))); in TEST_F()
|
/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/linux/ |
D | tipc_config.h | 98 __be32 dest; member 141 __u32 dest; member
|
D | udp.h | 24 __be16 dest; member
|
D | if_arcnet.h | 67 __u8 dest; member
|
D | batadv_packet.h | 186 __u8 dest[ETH_ALEN]; member 209 __u8 dest[ETH_ALEN]; 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/xen/ |
D | gntdev.h | 64 } source, dest; member
|
/bionic/libc/tzcode/ |
D | strptime.c | 602 _conv_num(const unsigned char **buf, int *dest, int llim, int ulim) in _conv_num() argument 620 *dest = result; in _conv_num()
|
/bionic/benchmarks/linker_relocation/regen/ |
D | dump_relocs.py | 236 …parser.add_argument('-L', dest='search_path', metavar='PATH', action='append', type=str, default=[…
|
/bionic/libc/kernel/uapi/rdma/ |
D | ib_user_verbs.h | 563 struct ib_uverbs_qp_dest dest; member 596 struct ib_uverbs_qp_dest dest; member
|