Searched defs:src (Results 76 - 100 of 1253) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) argument
/freebsd-11-stable/contrib/dma/
H A Ddfcompat.c34 strlcpy(char *dst, const char *src, size_t siz) argument
/freebsd-11-stable/contrib/ldns/compat/
H A Db64_ntop.c115 ldns_b64_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) { argument
H A Db64_pton.c121 ldns_b64_pton(char const *src, uint8_t *target, size_t targsize) argument
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dbcopy.c15 bcopy (const void *src, void *dest, size_t len) argument
/freebsd-11-stable/sys/crypto/camellia/
H A Dcamellia-api.c47 camellia_decrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst) argument
54 camellia_encrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst) argument
/freebsd-11-stable/sys/crypto/rijndael/
H A Drijndael-api.c48 rijndael_decrypt(const rijndael_ctx *ctx, const u_char *src, u_char *dst) argument
55 rijndael_encrypt(const rijndael_ctx *ctx, const u_char *src, u_char *dst) argument
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dfile.c69 smb_write(struct smb_ctx *ctx, smbfh fh, off_t offset, size_t count, const char *src) argument
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzle.c37 unsigned char *src = s_start; local
/freebsd-11-stable/sys/arm64/arm64/
H A Dcopystr.c38 const char *src; local
/freebsd-11-stable/lib/libc/string/
H A Dstrxfrm.c46 strxfrm(char * __restrict dest, const char * __restrict src, size_t len) argument
52 strxfrm_l(char * __restrict dest, const char * __restrict src, size_t len, locale_t locale) argument
H A Dwcsxfrm.c43 wcsxfrm_l(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len, locale_t locale) argument
82 wcsxfrm(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len) argument
/freebsd-11-stable/lib/libc/tests/iconv/
H A Diconvctl_test.c35 test_trivialp(const char *src, const char *dst, int expected) argument
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dinet_pton.c43 char * src; local
107 inet_pton(int af, const char *src, void *dst) argument
[all...]
/freebsd-11-stable/lib/libc/inet/
H A Dinet_neta.c55 inet_neta(in_addr_t src, char *dst, size_t size) argument
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmmisc.c60 sm_memcpy(void *dst, const void *src, bit32 count) argument
76 *sm_strncpy(char *dst, const char *src, bit32 len) argument
/freebsd-11-stable/sys/riscv/riscv/
H A Dcopystr.c37 const char *src; local
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_macaddr.c58 ar71xx_mac_addr_init(unsigned char *dst, const unsigned char *src, argument
[all...]
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dedns-subnet.c47 copy_clear(uint8_t* dst, size_t dstlen, uint8_t* src, size_t srclen, size_t n) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBufferHeap.h97 void CopyData(llvm::StringRef src) { CopyDat argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qadd.c14 DD dst = {.ld = x}, src = {.ld = y}; local
H A Dgcc_qsub.c14 DD dst = {.ld = x}, src = {.ld = y}; local
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_xlate.c36 elf32_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
43 elf64_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
50 elf32_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
57 elf64_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
64 gelf_xlatetom(Elf *e, Elf_Data *dst, const Elf_Data *src, argument
75 gelf_xlatetof(Elf *e, Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
[all...]
/freebsd-11-stable/usr.bin/vgrind/
H A DMakefile
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dname_match.c75 const char *src = sp; local

Completed in 154 milliseconds

1234567891011>>