/bionic/libc/dns/nameser/ |
D | ns_netint.c | 36 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()
|
D | ns_name.c | 98 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()
|
/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 | 172 const void* _Nonnull __restrict src, size_t copy_amount) __overloadable { in memcpy() 178 const void* _Nonnull src, size_t len) __overloadable { in memmove() 186 const char* _Nonnull __restrict src) __overloadable { in stpcpy() 194 const char* _Nonnull __restrict src) __overloadable { in strcpy() 200 const char* _Nonnull __restrict src) __overloadable { in strcat() 206 const char* _Nonnull __restrict src, size_t n) __overloadable { in strncat() 310 const char *_Nonnull __restrict src, size_t size) __overloadable { in strlcpy() 322 const char* _Nonnull __restrict src, size_t size) __overloadable { in strlcat() 473 char* stpncpy(char* _Nonnull __restrict dst, const char* _Nonnull __restrict src, size_t n) { in stpncpy() 494 char* strncpy(char* _Nonnull __restrict dst, const char* _Nonnull __restrict src, size_t n) { in strncpy() [all …]
|
/bionic/libc/dns/resolv/ |
D | res_comp.c | 104 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/ |
D | inet_ntop.c | 46 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()
|
D | inet_pton.c | 48 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()
|
D | base64.c | 126 b64_ntop(src, srclength, target, targsize) in b64_ntop() argument 190 b64_pton(src, target, targsize) in b64_pton() argument
|
/bionic/libc/bionic/ |
D | wchar.cpp | 68 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() 147 size_t wcsnrtombs(char* dst, const wchar_t** src, size_t nwc, size_t len, mbstate_t* ps) { in wcsnrtombs() 210 size_t wcsrtombs(char* dst, const wchar_t** src, size_t len, mbstate_t* ps) { in wcsrtombs() 218 size_t wcsxfrm_l(wchar_t *dest, const wchar_t *src, size_t n, locale_t) { in wcsxfrm_l()
|
D | mempcpy.cpp | 31 void* mempcpy(void* dst, const void* src, size_t n) { in mempcpy()
|
D | wmempcpy.cpp | 31 wchar_t* wmempcpy(wchar_t* dst, const wchar_t* src, size_t n) { in wmempcpy()
|
D | __memcpy_chk.cpp | 36 extern "C" void* __memcpy_chk(void* dst, const void* src, size_t count, size_t dst_len) { in __memcpy_chk()
|
D | __strcpy_chk.cpp | 36 extern "C" char* __strcpy_chk(char* dst, const char* src, size_t dst_len) { in __strcpy_chk()
|
/bionic/libc/tools/ |
D | ndk_missing_symbols.py | 24 def adb_pull(src, dst): argument
|
/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/upstream-freebsd/lib/libc/string/ |
D | wcpncpy.c | 33 wcpncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcpncpy()
|
D | wcsncpy.c | 48 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcsncpy()
|
/bionic/benchmarks/ |
D | string_benchmark.cpp | 31 char* src = new char[nbytes]; char* dst = new char[nbytes]; in BM_string_memcmp() local 48 char* src = new char[nbytes]; char* dst = new char[nbytes]; in BM_string_memcpy() local
|
/bionic/libc/dns/include/ |
D | hostent.h | 77 #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/ |
D | stpncpy.c | 38 stpncpy(char *dst, const char *src, size_t n) __overloadable in stpncpy()
|
D | strlcpy.c | 28 strlcpy(char *dst, const char *src, size_t dsize) __overloadable in strlcpy()
|
D | strncat.c | 41 strncat(char *dst, const char *src, size_t n) __overloadable in strncat()
|
D | strncpy.c | 42 strncpy(char *dst, const char *src, size_t n) __overloadable in strncpy()
|
D | wcslcpy.c | 28 wcslcpy(wchar_t *dst, const wchar_t *src, size_t dsize) in wcslcpy()
|
/bionic/libc/upstream-netbsd/lib/libc/string/ |
D | strxfrm.c | 53 strxfrm(char *dst, const char *src, size_t n) in strxfrm()
|