Searched defs:from (Results 1 - 25 of 563) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/string/
H A Dstpcpy.c41 stpcpy(char * __restrict to, const char * __restrict from) argument
H A Dwcpcpy.c41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) argument
H A Dstrcpy.c39 strcpy(char * __restrict to, const char * __restrict from) argument
H A Dswab.c42 swab(const void * __restrict from, void * __restrict to, ssize_t len) argument
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcopy_host_realm.c50 krb5_copy_host_realm(krb5_context context, const krb5_realm *from, krb5_realm **to) argument
H A Dasn1_glue.c41 _krb5_principal2principalname(PrincipalName *p, const krb5_principal from) argument
48 _krb5_principalname2krb5_principal(krb5_context context, krb5_principal *principal, const PrincipalName from, const Realm realm) argument
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dswab.c40 swab (char *from, char *to, int nbytes) argument
/freebsd-11-stable/lib/libc/amd64/string/
H A Dstrcpy.c34 strcpy(char * __restrict to, const char * __restrict from) argument
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dsyncicache.c49 __syncicache(void *from, int len) argument
/freebsd-11-stable/sys/libkern/
H A Dstrcpy.c36 strcpy(char * __restrict to, const char * __restrict from) argument
/freebsd-11-stable/contrib/ldns/compat/
H A Dmemmove.c16 uint8_t* from = (uint8_t*) src; local
[all...]
/freebsd-11-stable/contrib/unbound/compat/
H A Dmemmove.c16 uint8_t* from = (uint8_t*) src; local
[all...]
/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_gcpio_compat.c29 unpack_test(const char *from, const char *options, const char *se) argument
[all...]
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dkiconv.c49 kiconv_add_xlat_table(const char *to, const char *from, const u_char *table) argument
/freebsd-11-stable/lib/libc/sys/
H A Drecvfrom.c45 recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr * __restrict from, socklen_t * __restrict fromlen) argument
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_none.c65 RSA_padding_add_none(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
82 RSA_padding_check_none(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
/freebsd-11-stable/usr.sbin/traceroute/
H A Dfindsaddr-udp.c55 findsaddr(register const struct sockaddr_in *to, register struct sockaddr_in *from) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_memintrinsics.cpp30 void *__hwasan_memcpy(void *to, const void *from, uptr size) { argument
38 void *__hwasan_memmove(void *to, const void *from, uptr size) { argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.cpp21 void *__asan_memcpy(void *to, const void *from, uptr size) { argument
29 void *__asan_memmove(void *to, const void *from, uptr size) { argument
/freebsd-11-stable/sys/crypto/aesni/
H A Daesencdec.h114 aesni_enc(int rounds, const __m128i *keysched, const __m128i from) argument
130 aesni_dec(int rounds, const __m128i *keysched, const __m128i from) argument
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Drenameat.h37 renameat(int fromfd, const char *from, int tofd, const char *to) argument
/freebsd-11-stable/lib/libc/powerpc/gen/
H A Dsyncicache.c77 __syncicache(void *from, int len) argument
/freebsd-11-stable/lib/libc/powerpc64/gen/
H A Dsyncicache.c77 __syncicache(void *from, int len) argument
/freebsd-11-stable/lib/libkiconv/
H A Dxlat16_sysctl.c51 kiconv_add_xlat16_table(const char *to, const char *from, const void *data, int datalen) argument
/freebsd-11-stable/libexec/rpc.rusersd/
H A Drusersd.c59 struct sockaddr_storage from; local

Completed in 217 milliseconds

1234567891011>>