Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 54) sorted by relevance

123

/bionic/libc/dns/nameser/
Dns_netint.c37 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()
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()
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()
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/dns/include/
Dhostent.h67 #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/
Dinet_ntop.c46 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.c48 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/benchmarks/
Dstring_benchmark.cpp33 char* src = new char[nbytes]; char* dst = new char[nbytes]; in Run() local
52 char* src = new char[nbytes]; char* dst = new char[nbytes]; in Run() local
85 char* dst = new char[nbytes]; in Run() local
/bionic/libc/include/
Dsched.h86 #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/tools/
Dndk_missing_symbols.py24 def adb_pull(src, dst): argument
/bionic/libc/bionic/
Dmempcpy.cpp31 void* mempcpy(void* dst, const void* src, size_t n) { in mempcpy()
Dwmempcpy.cpp31 wchar_t* wmempcpy(wchar_t* dst, const wchar_t* src, size_t n) { in wmempcpy()
Dwchar.cpp68 size_t mbsnrtowcs(wchar_t* dst, const char** src, size_t nmc, size_t len, mbstate_t* ps) { in mbsnrtowcs()
146 size_t mbsrtowcs(wchar_t* dst, const char** src, size_t len, mbstate_t* ps) { in mbsrtowcs()
158 size_t wcsnrtombs(char* dst, const wchar_t** src, size_t nwc, size_t len, mbstate_t* ps) { in wcsnrtombs()
221 size_t wcsrtombs(char* dst, const wchar_t** src, size_t len, mbstate_t* ps) { in wcsrtombs()
/bionic/libc/dns/resolv/
Dres_comp.c105 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/
Dwcpncpy.c33 wcpncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcpncpy()
Dwcsncpy.c48 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcsncpy()
Dwcslcat.c49 wcslcat(wchar_t *dst, const wchar_t *src, size_t siz) in wcslcat()
/bionic/libc/arch-arm64/generic/bionic/
Dstring_copy.S70 #define dst x0 macro
78 #define dst x2 macro
/bionic/libc/upstream-openbsd/lib/libc/string/
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()
Dstrncpy.c42 strncpy(char *dst, const char *src, size_t n) in strncpy()
Dstrlcpy.c28 strlcpy(char *dst, const char *src, size_t siz) in strlcpy()
Dwcslcpy.c29 wcslcpy(wchar_t *dst, const wchar_t *src, size_t siz) in wcslcpy()
Dstrlcat.c30 strlcat(char *dst, const char *src, size_t siz) in strlcat()
/bionic/libc/upstream-netbsd/lib/libc/string/
Dstrxfrm.c53 strxfrm(char *dst, const char *src, size_t n) in strxfrm()
/bionic/libc/kernel/tools/
Dutils.py69 def editFile(self,dst,data): argument
107 def _writeFile(self,dst): argument

123