Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 65) sorted by relevance

123

/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()
66 void __attribute__((weak)) __aeabi_memcpy4_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy4_impl()
70 void __attribute__((weak)) __aeabi_memcpy_impl(void *dest, const void *src, size_t n) { in __aeabi_memcpy_impl()
74 void __attribute__((weak)) __aeabi_memcpy8_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy8_impl2()
78 void __attribute__((weak)) __aeabi_memcpy4_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy4_impl2()
82 void __attribute__((weak)) __aeabi_memcpy_impl2(void *dest, const void *src, size_t n) { in __aeabi_memcpy_impl2()
87 void __attribute__((weak)) __aeabi_memmove8_impl(void *dest, const void *src, size_t n) { in __aeabi_memmove8_impl()
91 void __attribute__((weak)) __aeabi_memmove4_impl(void *dest, const void *src, size_t n) { in __aeabi_memmove4_impl()
95 void __attribute__((weak)) __aeabi_memmove_impl(void *dest, const void *src, size_t n) { in __aeabi_memmove_impl()
99 void __attribute__((weak)) __aeabi_memmove8_impl2(void *dest, const void *src, size_t n) { in __aeabi_memmove8_impl2()
[all …]
/bionic/libc/dns/nameser/
Dns_netint.c36 ns_get16(const u_char *src) { in ns_get16()
44 ns_get32(const u_char *src) { in ns_get32()
52 ns_put16(uint16_t src, u_char *dst) { in ns_put16()
57 ns_put32(uint32_t src, u_char *dst) { in ns_put32()
Dns_name.c98 ns_name_ntop(const u_char *src, char *dst, size_t dstsiz) in ns_name_ntop()
203 ns_name_pton(const char *src, u_char *dst, size_t dstsiz) { in ns_name_pton()
221 ns_name_pton2(const char *src, u_char *dst, size_t dstsiz, size_t *dstlen) { in ns_name_pton2()
357 ns_name_ntol(const u_char *src, u_char *dst, size_t dstsiz) in ns_name_ntol()
408 ns_name_unpack(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_unpack()
423 ns_name_unpack2(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_unpack2()
525 ns_name_pack(const u_char *src, u_char *dst, int dstsiz, in ns_name_pack()
628 ns_name_uncompress(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_uncompress()
657 ns_name_compress(const char *src, u_char *dst, size_t dstsiz, in ns_name_compress()
672 ns_name_rollback(const u_char *src, const u_char **dnptrs, in ns_name_rollback()
Dns_ttl.c50 ns_format_ttl(u_long src, char *dst, size_t dstlen) { in ns_format_ttl()
97 ns_parse_ttl(const char *src, u_long *dst) { in ns_parse_ttl()
/bionic/libc/include/bits/fortify/
Dstring.h46 void* _Nonnull memcpy(void* _Nonnull const dst __pass_object_size0, const void* _Nonnull src, size_… in memcpy()
54 void* _Nonnull memmove(void* _Nonnull const dst __pass_object_size0, const void* _Nonnull src, size… in memmove()
64 void* _Nonnull mempcpy(void* _Nonnull const dst __pass_object_size0, const void* _Nonnull src, size… in mempcpy()
81 char* _Nonnull stpcpy(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src) in stpcpy()
93 char* _Nonnull strcpy(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src) in strcpy()
106 char* _Nonnull strcat(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src) in strcat()
120 char* _Nonnull strncat(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src, size_… in strncat()
199 size_t strlcpy(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src, size_t size) in strlcpy()
211 size_t strlcat(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src, size_t size) in strlcat()
/bionic/libc/dns/resolv/
Dres_comp.c104 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, in dn_expand()
120 dn_comp(const char *src, u_char *dst, int dstsiz, in dn_comp()
260 void __putlong(u_int32_t src, u_char *dst) { ns_put32(src, dst); } in __putlong()
261 void __putshort(u_int16_t src, u_char *dst) { ns_put16(src, dst); } in __putshort()
263 u_int32_t _getlong(const u_char *src) { return (ns_get32(src)); } in _getlong()
264 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } in _getshort()
/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_ntop.c45 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop()
72 inet_ntop4(const u_char *src, char *dst, size_t size) in inet_ntop4()
94 inet_ntop6(const u_char *src, char *dst, size_t size) in inet_ntop6()
Dinet_pton.c47 inet_pton(int af, const char *src, void *dst) in inet_pton()
73 inet_pton4(const char *src, u_char *dst) in inet_pton4()
124 inet_pton6(const char *src, u_char *dst) in inet_pton6()
Dbase64.c124 b64_ntop(unsigned char const *src, size_t srclength, char *target, in b64_ntop()
185 b64_pton(char const *src, unsigned char *target, size_t targsize) in b64_pton()
/bionic/libc/bionic/
Dwchar.cpp68 size_t mbsnrtowcs(wchar_t* dst, const char** src, size_t nmc, size_t len, mbstate_t* ps) { in mbsnrtowcs()
135 size_t mbsrtowcs(wchar_t* dst, const char** src, size_t len, mbstate_t* ps) { in mbsrtowcs()
148 size_t wcsnrtombs(char* dst, const wchar_t** src, size_t nwc, size_t len, mbstate_t* ps) { in wcsnrtombs()
211 size_t wcsrtombs(char* dst, const wchar_t** src, size_t len, mbstate_t* ps) { in wcsrtombs()
Dfortify.cpp132 extern "C" void* __memmove_chk(void* dst, const void* src, size_t len, size_t dst_len) { in __memmove_chk()
233 extern "C" char* __stpcpy_chk(char* dst, const char* src, size_t dst_len) { in __stpcpy_chk()
241 extern "C" char* __stpncpy_chk(char* dst, const char* src, size_t len, size_t dst_len) { in __stpncpy_chk()
250 char* __stpncpy_chk2(char* dst, const char* src, size_t n, size_t dst_len, size_t src_len) { in __stpncpy_chk2()
301 size_t __strlcat_chk(char* dst, const char* src, in __strlcat_chk()
307 size_t __strlcpy_chk(char* dst, const char* src, in __strlcpy_chk()
325 extern "C" char* __strncat_chk(char* dst, const char* src, size_t len, size_t dst_buf_size) { in __strncat_chk()
352 extern "C" char* __strncpy_chk(char* dst, const char* src, size_t len, size_t dst_len) { in __strncpy_chk()
361 char* __strncpy_chk2(char* dst, const char* src, size_t n, size_t dst_len, size_t src_len) { in __strncpy_chk2()
461 extern "C" char* __STRCAT_CHK(char* dst, const char* src, size_t dst_buf_size) { in __STRCAT_CHK()
[all …]
Dwmempcpy.cpp31 wchar_t* wmempcpy(wchar_t* dst, const wchar_t* src, size_t n) { in wmempcpy()
Dmempcpy.cpp31 void* mempcpy(void* dst, const void* src, size_t n) { in mempcpy()
/bionic/benchmarks/
Dstring_benchmark.cpp29 std::vector<char> src; in BM_string_memcmp() local
47 std::vector<char> src; in BM_string_memcpy() local
65 std::vector<char> src; in BM_string_memmove_non_overlapping() local
144 std::vector<char> src; in BM_string_strcat_copy_only() local
167 std::vector<char> src; in BM_string_strcat_seek_only() local
193 std::vector<char> src; in BM_string_strcat_half_copy_half_seek() local
214 std::vector<char> src; in BM_string_strcpy() local
/bionic/libc/dns/include/
Dhostent.h77 #define HENT_COPY(dst, src, slen, ptr, len) \ argument
87 #define HENT_SCOPY(dst, src, ptr, len) \ argument
/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrxfrm.c42 strxfrm(char *dst, const char *src, size_t n) in strxfrm()
Dstrncpy.c42 strncpy(char *dst, const char *src, size_t n) in strncpy()
Dstrlcpy.c28 strlcpy(char *dst, const char *src, size_t dsize) in strlcpy()
Dstpncpy.c38 stpncpy(char *dst, const char *src, size_t n) in stpncpy()
Dstrncat.c41 strncat(char *dst, const char *src, size_t n) in strncat()
Dwcslcpy.c28 wcslcpy(wchar_t *dst, const wchar_t *src, size_t dsize) in wcslcpy()
/bionic/libc/tools/
Dndk_missing_symbols.py24 def adb_pull(src, dst): argument
/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcsxfrm.c36 wcsxfrm(wchar_t *dest, const wchar_t *src, size_t n) in wcsxfrm()
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcpncpy.c35 wcpncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcpncpy()
Dwcsncpy.c50 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcsncpy()

123