Searched defs:dst (Results 51 - 75 of 1250) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bearssl/src/int/
H A Di31_encode.c29 br_i31_encode(void *dst, size_t len, const uint32_t *x) argument
/freebsd-current/contrib/libpcap/missing/
H A Dstrlcpy.c34 pcap_strlcpy(char * restrict dst, const char * restrict src, size_t dsize) argument
H A Dstrlcat.c36 pcap_strlcat(char * restrict dst, const char * restrict src, size_t dsize) argument
[all...]
/freebsd-current/contrib/sendmail/libsm/
H A Dstrl.c212 sm_strlcpyn(char *dst, ssize_t len, int n, ...) argument
[all...]
/freebsd-current/contrib/ntp/libntp/
H A Dstrl_obsd.c40 strlcpy(char *dst, const char *src, size_t siz) argument
97 strlcat(char *dst, cons argument
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dgetenv_num.c45 char *dst = 0; local
/freebsd-current/contrib/ofed/libibverbs/
H A Dmarshall.c39 void ibv_copy_ah_attr_from_kern(struct ibv_ah_attr *dst, argument
56 ibv_copy_qp_attr_from_kern(struct ibv_qp_attr *dst, struct ibv_kern_qp_attr *src) argument
92 ibv_copy_path_rec_from_kern(struct ibv_sa_path_rec *dst, struct ib_user_path_rec *src) argument
117 ibv_copy_path_rec_to_kern(struct ib_user_path_rec *dst, struct ibv_sa_path_rec *src) argument
[all...]
/freebsd-current/contrib/mandoc/
H A Dcompat_strlcat.c32 strlcat(char *dst, const char *src, size_t dsize) argument
[all...]
H A Dcompat_strlcpy.c30 strlcpy(char *dst, const char *src, size_t dsize) argument
/freebsd-current/sbin/ipf/libipf/
H A Dload_dstlist.c17 load_dstlist(ippool_dst_t *dst, ioctlfunc_t iocfunc, ipf_dstnode_t *nodes) argument
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libspl/
H A Dstrlcpy.c39 strlcpy(char *dst, const char *src, size_t len) argument
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A D__mtag_tag_zero_region.S24 #define dst x2 define
H A D__mtag_tag_region.S24 #define dst x2 define
/freebsd-current/usr.bin/talk/
H A Dget_iface.c48 get_iface(struct in_addr *dst, struct in_addr *iface) argument
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_marshall.c38 void ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst, argument
57 ib_copy_qp_attr_to_user(struct ib_uverbs_qp_attr *dst, struct ib_qp_attr *src) argument
96 ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, struct ib_sa_path_rec *src) argument
122 ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst, struct ib_user_path_rec *src) argument
[all...]
/freebsd-current/contrib/libfido2/src/
H A Dbuf.c11 fido_buf_read(const unsigned char **buf, size_t *len, void *dst, size_t count) argument
/freebsd-current/lib/libc/locale/
H A Dmbsrtowcs.c41 mbsrtowcs_l(wchar_t * __restrict dst, const char ** __restrict src, size_t len, argument
50 mbsrtowcs(wchar_t * __restrict dst, const char ** __restrict src, size_t len, argument
H A Dwcsrtombs.c41 wcsrtombs_l(char * __restrict dst, const wchar_t ** __restrict src, size_t len, argument
51 wcsrtombs(char * __restrict dst, const wchar_t ** __restrict src, size_t len, argument
/freebsd-current/lib/libc/string/
H A Dstrlcat.c30 strlcat(char * __restrict dst, const char * __restrict src, size_t dsize) argument
[all...]
H A Dstrlcpy.c28 strlcpy(char * __restrict dst, const char * __restrict src, size_t dsize) argument
/freebsd-current/sys/libkern/
H A Dstrlcpy.c28 strlcpy(char * __restrict dst, const char * __restrict src, size_t dsize) argument
/freebsd-current/lib/libc/inet/
H A Dinet_neta.c51 inet_neta(in_addr_t src, char *dst, size_t size) argument
[all...]
/freebsd-current/lib/libc/nameser/
H A Dns_netint.c32 u_int dst; local
40 u_long dst; local
47 ns_put16(u_int src, u_char *dst) { argument
52 ns_put32(u_long src, u_char *dst) { argument
[all...]
/freebsd-current/sys/dev/nvme/
H A Dnvme_util.c34 nvme_strvis(uint8_t *dst, const uint8_t *src, int dstlen, int srclen) argument
/freebsd-current/lib/libc/amd64/string/
H A Dstrlcat.c15 strlcat(char *restrict dst, const char *restrict src, size_t dstsize) argument

Completed in 304 milliseconds

1234567891011>>