/bionic/libc/dns/nameser/ |
D | ns_netint.c | 37 uint16_t dst; in ns_get16() local 45 u_int32_t dst; in ns_get32() local 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() 409 u_char *dst, size_t dstsiz) in ns_name_unpack() 424 u_char *dst, size_t dstsiz, size_t *dstlen) in ns_name_unpack2() 525 ns_name_pack(const u_char *src, u_char *dst, int dstsiz, in ns_name_pack() 629 char *dst, size_t dstsiz) in ns_name_uncompress() 657 ns_name_compress(const char *src, u_char *dst, size_t dstsiz, in ns_name_compress() 1045 unsigned char ** dst, unsigned const char *eom) in encode_bitsring()
|
/bionic/libc/dns/include/ |
D | hostent.h | 67 #define HENT_ARRAY(dst, anum, ptr, len) \ argument 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/net/ |
D | inet_ntop.c | 45 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 | 47 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()
|
/bionic/libc/arch-mips/string/ |
D | strcpy.c | 89 #define DO_BYTES(val, dst) { \ argument 103 #define DO_BYTES(val, dst) { \ argument 114 #define DO_WORD_ALIGNED(dst, src) { \ argument 123 #define DO_WORD_UNALIGNED(dst, src) { \ argument 133 #define DO_WORD_UNALIGNED(dst, src) { \ argument 175 op_t *dst; in strcpy() local
|
/bionic/libc/include/ |
D | sched.h | 86 #define CPU_AND(dst, set1, set2) __CPU_OP(dst, set1, set2, &) argument 87 #define CPU_OR(dst, set1, set2) __CPU_OP(dst, set1, set2, |) argument 88 #define CPU_XOR(dst, set1, set2) __CPU_OP(dst, set1, set2, ^) argument 90 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op) argument 129 #define CPU_AND_S(setsize, dst, set1, set2) __CPU_OP_S(setsize, dst, set1, set2, &) argument 130 #define CPU_OR_S(setsize, dst, set1, set2) __CPU_OP_S(setsize, dst, set1, set2, |) argument 131 #define CPU_XOR_S(setsize, dst, set1, set2) __CPU_OP_S(setsize, dst, set1, set2, ^) 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()
|
D | fortify.cpp | 100 char* __fgets_chk(char* dst, int supplied_size, FILE* stream, size_t dst_len_from_compiler) { in __fgets_chk() 141 extern "C" void* __memmove_chk(void* dst, const void* src, size_t len, size_t dst_len) { in __memmove_chk() 236 extern "C" char* __stpcpy_chk(char* dst, const char* src, size_t dst_len) { in __stpcpy_chk() 244 extern "C" char* __stpncpy_chk(char* __restrict dst, const char* __restrict src, in __stpncpy_chk() 254 char* __stpncpy_chk2(char* __restrict dst, const char* __restrict src, in __stpncpy_chk2() 306 size_t __strlcat_chk(char* dst, const char* src, in __strlcat_chk() 312 size_t __strlcpy_chk(char* dst, const char* src, in __strlcpy_chk() 330 extern "C" char* __strncat_chk(char* __restrict dst, const char* __restrict src, in __strncat_chk() 358 extern "C" char* __strncpy_chk(char* __restrict dst, const char* __restrict src, in __strncpy_chk() 368 char* __strncpy_chk2(char* __restrict dst, const char* __restrict src, in __strncpy_chk2() [all …]
|
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()
|
D | __strcat_chk.cpp | 34 extern "C" char* __strcat_chk(char* __restrict dst, const char* __restrict src, in __strcat_chk()
|
/bionic/benchmarks/ |
D | string_benchmark.cpp | 49 std::vector<char> dst; in BM_string_memcmp() local 68 std::vector<char> dst; in BM_string_memcpy() local 86 std::vector<char> dst; in BM_string_memmove_non_overlapping() local 166 std::vector<char> dst; in BM_string_strcat_copy_only() local 189 std::vector<char> dst; in BM_string_strcat_seek_only() local 210 std::vector<char> dst; in BM_string_strcat_half_copy_half_seek() local 231 std::vector<char> dst; in BM_string_strcpy() local
|
/bionic/libc/tools/ |
D | ndk_missing_symbols.py | 24 def adb_pull(src, dst): argument
|
/bionic/libc/dns/resolv/ |
D | res_comp.c | 105 char *dst, int dstsiz) 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()
|
/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/libc/arch-arm64/generic/bionic/ |
D | string_copy.S | 70 #define dst x0 macro 78 #define dst x2 macro
|
/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 | 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()
|