Searched defs:src (Results 51 - 75 of 1253) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dstrcat-chk.c45 __strcat_chk (char *__restrict__ dest, const char *__restrict__ src, argument
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dparsewhoisline.c21 char *src = line; local
/freebsd-11-stable/contrib/gcc/config/
H A Dmemmove.c5 memmove (void *dest, const void *src, size_t len) argument
/freebsd-11-stable/lib/libc/string/
H A Dstrlcat.c33 strlcat(char * __restrict dst, const char * __restrict src, size_t dsize) argument
H A Dstrlcpy.c31 strlcpy(char * __restrict dst, const char * __restrict src, size_t dsize) argument
/freebsd-11-stable/lib/libc/tests/locale/
H A Dmbsnrtowcs_test.c52 char *src; local
[all...]
H A Dmbsrtowcs_test.c53 char *src; local
[all...]
H A Dwcsnrtombs_test.c52 wchar_t *src; local
[all...]
H A Dwcsrtombs_test.c53 wchar_t *src; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dduplicate_name.c42 krb5_const_principal src = (krb5_const_principal)src_name; local
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetipnodebyaddr.c44 getipnodebyaddr (const void *src, size_t len, int af, int *error_num) argument
/freebsd-11-stable/lib/libc/locale/
H A Dmbsrtowcs.c42 mbsrtowcs_l(wchar_t * __restrict dst, const char ** __restrict src, size_t len, argument
51 mbsrtowcs(wchar_t * __restrict dst, const char ** __restrict src, size_t len, argument
H A Dwcsrtombs.c42 wcsrtombs_l(char * __restrict dst, const wchar_t ** __restrict src, size_t len, argument
52 wcsrtombs(char * __restrict dst, const wchar_t ** __restrict src, size_t len, argument
/freebsd-11-stable/lib/libc/nameser/
H A Dns_netint.c35 ns_get16(const u_char *src) { argument
43 ns_get32(const u_char *src) { argument
51 ns_put16(u_int src, u_char *dst) { argument
56 ns_put32(u_long src, u_char *dst) { argument
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_util.c35 nvme_strvis(uint8_t *dst, const uint8_t *src, int dstlen, int srclen) argument
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-calm-fast.c40 calm_fast_print(netdissect_options *ndo, const u_char *bp, u_int length, const struct lladdr_info *src) argument
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dmarshall.c39 ibv_copy_ah_attr_from_kern(struct ibv_ah_attr *dst, struct ibv_kern_ah_attr *src) 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-11-stable/stand/efi/libefi/
H A Dwchar.c54 cpy8to16(const char *src, CHAR16 *dst, size_t len) argument
65 cpy16to8(const CHAR16 *src, char *dst, size_t len) argument
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Di386_copy.c41 i386_copyin(const void *src, vm_offset_t dest, const size_t len) argument
48 i386_copyout(const vm_offset_t src, void *dest, const size_t len) argument
/freebsd-11-stable/stand/i386/libi386/
H A Di386_copy.c41 i386_copyin(const void *src, vm_offset_t dest, const size_t len) argument
53 i386_copyout(const vm_offset_t src, void *dest, const size_t len) argument
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_marshall.c40 ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst, struct ib_ah_attr *src) argument
59 ib_copy_qp_attr_to_user(struct ib_uverbs_qp_attr *dst, struct ib_qp_attr *src) argument
98 ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, struct ib_sa_path_rec *src) argument
124 ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst, struct ib_user_path_rec *src) argument
[all...]
/freebsd-11-stable/contrib/libpcap/missing/
H A Dstrlcat.c36 pcap_strlcat(char * restrict dst, const char * restrict src, size_t dsize) argument
H A Dstrlcpy.c34 pcap_strlcpy(char * restrict dst, const char * restrict src, size_t dsize) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stat.cpp19 void StatAggregate(u64 *dst, u64 *src) { argument
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_in_wchnstr.c52 NCURSES_CH_T *src; local

Completed in 157 milliseconds

1234567891011>>