Home
last modified time | relevance | path

Searched refs:dest (Results 1 – 21 of 21) sorted by relevance

/bionic/libc/arch-arm/bionic/
D__aeabi.c62 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/
Dstdio.h42 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/
Dsysprop_helpers.cpp37 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()
Dtime64.c362 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 …]
Dgrp_pwd_file.cpp50 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/
Dwcsxfrm.c36 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/
Dxt_addrtype.h44 __u16 dest; member
49 __u16 dest; member
/bionic/tests/
Dnetinet_udp_test.cpp32 static_assert(offsetof(udphdr, uh_dport) == offsetof(udphdr, dest), "udphdr::dest"); in TEST()
42 ASSERT_EQ(0x2222, u.dest); in TEST()
Dfortify_test.cpp523 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/
Dasequencer.h90 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/
Dtipc_config.h98 __be32 dest; member
141 __u32 dest; member
Dudp.h24 __be16 dest; member
Dif_arcnet.h67 __u8 dest; member
Dbatadv_packet.h186 __u8 dest[ETH_ALEN]; member
209 __u8 dest[ETH_ALEN]; member
Dtcp.h26 __be16 dest; member
/bionic/libc/include/netinet/
Dudp.h47 u_int16_t dest; member
Dtcp.h57 uint16_t dest; member
/bionic/libc/kernel/uapi/xen/
Dgntdev.h64 } source, dest; member
/bionic/libc/tzcode/
Dstrptime.c602 _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/
Ddump_relocs.py236 …parser.add_argument('-L', dest='search_path', metavar='PATH', action='append', type=str, default=[…
/bionic/libc/kernel/uapi/rdma/
Dib_user_verbs.h563 struct ib_uverbs_qp_dest dest; member
596 struct ib_uverbs_qp_dest dest; member