Home
last modified time | relevance | path

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

12345678910>>...16

/minix/include/ssp/
H A Dstring.h50 #define __ssp_bos_check3(fun, dst, src, len) \ argument
55 #define __ssp_bos_check2(fun, dst, src) \ argument
95 #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len) argument
96 #define memmove(dst, src, len) __ssp_bos_check3(memmove, dst, src, len) argument
97 #define memset(dst, val, len) __ssp_bos_check3(memset, dst, val, len) argument
98 #define stpcpy(dst, src) __ssp_bos_check2(stpcpy, dst, src) argument
100 #define stpncpy(dst, src, len) __ssp_bos_check3(stpncpy, dst, src, len) argument
102 #define strcpy(dst, src) __ssp_bos_check2(strcpy, dst, src) argument
103 #define strcat(dst, src) __ssp_bos_check2(strcat, dst, src) argument
104 #define strncpy(dst, src, len) __ssp_bos_check3(strncpy, dst, src, len) argument
[all …]
H A Dstrings.h38 #define bcopy(src, dst, len) \ argument
42 #define bzero(dst, len) \ argument
/minix/external/bsd/elftoolchain/dist/libelf/
H A Dgelf_xlate.c41 elf32_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf32_xlatetof()
47 elf64_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf64_xlatetof()
53 elf32_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf32_xlatetom()
59 elf64_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf64_xlatetom()
65 gelf_xlatetom(Elf *e, Elf_Data *dst, const Elf_Data *src, in gelf_xlatetom()
76 gelf_xlatetof(Elf *e, Elf_Data *dst, const Elf_Data *src, in gelf_xlatetof()
/minix/lib/libc/nameser/
H A Dns_netint.c41 uint16_t dst; in ns_get16() local
49 u_int32_t dst; in ns_get32() local
56 ns_put16(uint16_t src, u_char *dst) { in ns_put16()
61 ns_put32(uint32_t src, u_char *dst) { in ns_put32()
/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A Dbstring.c66 char dst[10]; in memcpy1() local
73 char dst[1]; in memcpy2() local
80 char dst[3]; in memcpy3() local
87 char dst[10]; in memcpy4() local
94 char dst[3]; in memcpy5() local
186 char dst[10]; in mempcpy1() local
193 char dst[1]; in mempcpy2() local
200 char dst[3]; in mempcpy3() local
207 char dst[10]; in mempcpy4() local
214 char dst[3]; in mempcpy5() local
[all …]
/minix/minix/include/minix/
H A Dsyslib.h175 #define sys_getkinfo(dst) sys_getinfo(GET_KINFO, dst, 0,0,0) argument
176 #define sys_getloadinfo(dst) sys_getinfo(GET_LOADINFO, dst, 0,0,0) argument
177 #define sys_getmachine(dst) sys_getinfo(GET_MACHINE, dst, 0,0,0) argument
179 #define sys_getproctab(dst) sys_getinfo(GET_PROCTAB, dst, 0,0,0) argument
180 #define sys_getprivtab(dst) sys_getinfo(GET_PRIVTAB, dst, 0,0,0) argument
181 #define sys_getproc(dst,nr) sys_getinfo(GET_PROC, dst, 0,0, nr) argument
184 #define sys_getimage(dst) sys_getinfo(GET_IMAGE, dst, 0,0,0) argument
185 #define sys_getirqhooks(dst) sys_getinfo(GET_IRQHOOKS, dst, 0,0,0) argument
189 #define sys_getpriv(dst, nr) sys_getinfo(GET_PRIV, dst, 0,0, nr) argument
190 #define sys_getidletsc(dst) sys_getinfo(GET_IDLETSC, dst, 0,0,0) argument
[all …]
/minix/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dvis.c155 do_hvis(char *dst, int c, int flag, int nextc, const char *extra) in do_hvis()
177 do_svis(char *dst, int c, int flag, int nextc, const char *extra) in do_svis()
255 rk_svis(char *dst, int c, int flag, int nextc, const char *extra) in rk_svis()
293 rk_strsvis(char *dst, const char *csrc, int flag, const char *extra) in rk_strsvis()
322 rk_strsvisx(char *dst, const char *csrc, size_t len, int flag, const char *extra) in rk_strsvisx()
360 rk_vis(char *dst, int c, int flag, int nextc) in rk_vis()
393 rk_strvis(char *dst, const char *src, int flag) in rk_strvis()
410 rk_strvisx(char *dst, const char *src, size_t len, int flag) in rk_strvisx()
H A Dstrlcpy.c44 strlcpy (char *dst, const char *src, size_t dst_cch) in strlcpy()
57 strlcpy (char *dst, const char *src, size_t dst_sz) in strlcpy()
H A Dinet_ntop.c45 inet_ntop_v4 (const void *src, char *dst, size_t size) in inet_ntop_v4()
81 inet_ntop_v6 (const void *src, char *dst, size_t size) in inet_ntop_v6()
140 inet_ntop(int af, const void *src, char *dst, size_t size) in inet_ntop()
H A Dinet_pton.c43 inet_pton(int af, const char *csrc, void *dst) in inet_pton()
109 inet_pton(int af, const char *src, void *dst) in inet_pton()
/minix/bin/csh/
H A Dstr.c61 Char **dst, **sdst; in blk2short() local
80 char **dst, **sdst; in short2blk() local
100 Char *dst, *edst; in str2short() local
132 char *dst, *edst; in short2str() local
158 s_strcpy(Char *dst, const Char *src) in s_strcpy()
169 s_strncpy(Char *dst, const Char *src, size_t n) in s_strncpy()
188 s_strcat(Char *dst, const Char *src) in s_strcat()
203 s_strncat(Char *dst, Char *src, size_t n) in s_strncat()
376 char *dst, *edst; in short2qstr() local
/minix/common/lib/libc/string/
H A Dmemset.c107 u_char *dst; local
173 u_char *dst = dstv; in bzero() local
181 u_char *dst = dstv; in memset() local
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A Darm-neon-misc.c14 void t1(uint64_t *src, uint8_t *dst) { in t1()
24 void t2(uint64_t *src1, uint8_t *src2, uint64x2_t *dst) { in t2()
/minix/lib/libc/net/
H A Dhostent.h79 #define HENT_ARRAY(dst, anum, ptr, len) \ argument
89 #define HENT_COPY(dst, src, slen, ptr, len) \ argument
99 #define HENT_SCOPY(dst, src, ptr, len) \ argument
/minix/lib/libc/inet/
H A Dinet_cidr_ntop.c76 inet_cidr_ntop(int af, const void *src, int bits, char *dst, size_t size) { in inet_cidr_ntop()
89 decoct(const u_char *src, size_t bytes, char *dst, size_t size) { in decoct()
123 inet_cidr_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size) { in inet_cidr_ntop_ipv4()
167 inet_cidr_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size) { in inet_cidr_ntop_ipv6()
H A Dinet_ntop.c69 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop()
99 inet_ntop4(const u_char *src, char *dst, socklen_t size) in inet_ntop4()
122 inet_ntop6(const u_char *src, char *dst, socklen_t size) in inet_ntop6()
H A Dinet_pton.c70 inet_pton(int af, const char *src, void *dst) in inet_pton()
100 inet_pton4(const char *src, u_char *dst, int pton) in inet_pton4()
223 inet_pton6(const char *src, u_char *dst) in inet_pton6()
/minix/external/bsd/dhcp/dist/common/
H A Dns_name.c68 MRns_name_ntop(const u_char *src, char *dst, size_t dstsiz) { in MRns_name_ntop()
149 MRns_name_pton(const char *src, u_char *dst, size_t dstsiz) { in MRns_name_pton()
259 MRns_name_ntol(const u_char *src, u_char *dst, size_t dstsiz) { in MRns_name_ntol()
305 u_char *dst, size_t dstsiz) in MRns_name_unpack()
393 MRns_name_pack(const u_char *src, u_char *dst, unsigned dstsiz, in MRns_name_pack()
487 char *dst, size_t dstsiz) in MRns_name_uncompress()
515 MRns_name_compress(const char *src, u_char *dst, size_t dstsiz, in MRns_name_compress()
/minix/external/bsd/bind/dist/lib/isc/
H A Dinet_ntop.c61 isc_net_ntop(int af, const void *src, char *dst, size_t size) in isc_net_ntop()
90 inet_ntop4(const unsigned char *src, char *dst, size_t size) in inet_ntop4()
113 inet_ntop6(const unsigned char *src, char *dst, size_t size) in inet_ntop6()
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DDataExtractor.cpp33 static T *getUs(uint32_t *offset_ptr, T *dst, uint32_t count, in getUs()
55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8()
65 uint16_t *DataExtractor::getU16(uint32_t *offset_ptr, uint16_t *dst, in getU16()
75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst, in getU32()
85 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst, in getU64()
/minix/external/bsd/bind/dist/lib/lwres/
H A Dlwinetntop.c61 lwres_net_ntop(int af, const void *src, char *dst, size_t size) { in lwres_net_ntop()
88 inet_ntop4(const unsigned char *src, char *dst, size_t size) { in inet_ntop4()
111 inet_ntop6(const unsigned char *src, char *dst, size_t size) { in inet_ntop6()
H A Dlwinetpton.c59 lwres_net_pton(int af, const char *src, void *dst) { in lwres_net_pton()
83 inet_pton4(const char *src, unsigned char *dst) { in inet_pton4()
139 inet_pton6(const char *src, unsigned char *dst) { in inet_pton6()
/minix/external/bsd/nvi/dist/common/
H A Dconv.c52 const CHAR_T **dst) in raw2int()
113 size_t *tolen, const CHAR_T **dst, const char *enc) in default_char2int()
180 size_t *tolen, const CHAR_T **dst) in fe_char2int()
187 size_t *tolen, const CHAR_T **dst) in ie_char2int()
194 size_t *tolen, const CHAR_T **dst) in cs_char2int()
201 size_t *tolen, const char **dst) in CHAR_T_int2char()
211 size_t *tolen, const CHAR_T **dst) in CHAR_T_char2int()
221 const char **dst) in int2raw()
252 char *dst; in default_int2char() local
338 size_t *tolen, const char **dst) in fe_int2char()
[all …]
/minix/lib/libc/citrus/
H A Dcitrus_csmapper.c103 find_best_pivot_pvdb(const char *src, const char *dst, char *pivot, in find_best_pivot_pvdb()
184 char dst[PATH_MAX]; member
218 find_dst(struct parse_arg *pasrc, const char *dst) in find_dst()
246 find_best_pivot_lookup(const char *src, const char *dst, char *pivot, in find_best_pivot_lookup()
291 find_best_pivot(const char *src, const char *dst, char *pivot, size_t pvlen, in find_best_pivot()
306 const char *src, const char *pivot, const char *dst) in open_serial_mapper()
343 const char * __restrict src, const char * __restrict dst, in _citrus_csmapper_open()
/minix/external/bsd/tcpdump/dist/missing/
H A Dinet_ntop.c60 inet_ntop_v4 (const void *src, char *dst, size_t size) in inet_ntop_v4()
99 inet_ntop_v6 (const u_char *src, char *dst, size_t size) in inet_ntop_v6()
203 inet_ntop(int af, const void *src, char *dst, size_t size) in inet_ntop()

12345678910>>...16