/freebsd/crypto/heimdal/lib/asn1/ |
H A D | der_copy.c | 42 heim_general_string *to) in der_copy_general_string() argument 51 der_copy_integer (const int *from, int *to) in der_copy_integer() argument 58 der_copy_integer64 (const int64_t *from, int64_t *to) in der_copy_unsigned() argument 65 der_copy_unsigned (const unsigned *from, unsigned *to) in der_copy_generalized_time() argument 72 der_copy_utctime(const time_t * from,time_t * to) der_copy_utctime() argument 79 der_copy_utf8string(const heim_utf8_string * from,heim_utf8_string * to) der_copy_utf8string() argument 86 der_copy_printable_string(const heim_printable_string * from,heim_printable_string * to) der_copy_printable_string() argument 99 der_copy_ia5_string(const heim_ia5_string * from,heim_ia5_string * to) der_copy_ia5_string() argument 105 der_copy_bmp_string(const heim_bmp_string * from,heim_bmp_string * to) der_copy_bmp_string() argument 117 der_copy_universal_string(const heim_universal_string * from,heim_universal_string * to) der_copy_universal_string() argument 129 der_copy_visible_string(const heim_visible_string * from,heim_visible_string * to) der_copy_visible_string() argument 135 der_copy_octet_string(const heim_octet_string * from,heim_octet_string * to) der_copy_octet_string() argument 150 der_copy_heim_integer(const heim_integer * from,heim_integer * to) der_copy_heim_integer() argument 162 der_copy_oid(const heim_oid * from,heim_oid * to) der_copy_oid() argument 174 der_copy_bit_string(const heim_bit_string * from,heim_bit_string * to) der_copy_bit_string() argument [all...] |
H A D | gen_copy.c | 41 copy_primitive (const char *typename, const char *from, const char *to) in copy_primitive() 49 copy_type (const char *from, const char *to, const Type *t, int preserve) in copy_type()
|
/freebsd/sys/kern/ |
H A D | tty_outq.c | 60 #define TTYOUTQ_INSERT_TAIL(to, tob) do { \ argument 71 #define TTYOUTQ_REMOVE_HEAD(to) do { \ argument 76 #define TTYOUTQ_RECYCLE(to, tob) do { \ argument 84 ttyoutq_flush(struct ttyoutq *to) in ttyoutq_flush() 92 ttyoutq_setsize(struct ttyoutq *to, struct tty *tp, size_t size) in ttyoutq_setsize() 124 ttyoutq_free(struct ttyoutq *to) in ttyoutq_free() 140 ttyoutq_read(struct ttyoutq *to, void *buf, size_t len) in ttyoutq_read() 201 ttyoutq_read_uio(struct ttyoutq *to, struct tty *tp, struct uio *uio) in ttyoutq_read_uio() 277 ttyoutq_write(struct ttyoutq *to, const void *buf, size_t nbytes) in ttyoutq_write() 322 ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t nbytes) in ttyoutq_write_nofrag()
|
H A D | subr_early.c | 54 memcpy_early(void *to, const void *from, size_t len) in memcpy_early() 67 memmove_early(void *to, const void *from, size_t len) in memmove_early()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors_memintrinsics.cpp | 26 #define MEMPROF_MEMCPY_IMPL(to, from, size) \ argument 52 #define MEMPROF_MEMMOVE_IMPL(to, from, size) \ argument 62 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ argument 68 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ argument 82 void *__memprof_memcpy(void *to, const void *from, uptr size) { in __memprof_memcpy() 90 void *__memprof_memmove(void *to, const void *from, uptr size) { in __memprof_memmove()
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | vmsystm.h | 53 #define xcopyin(from, to, size) copy_from_user(to, from, size) argument 54 #define xcopyout(from, to, size) copy_to_user(to, from, size) argument 57 copyin(const void *from, void *to, size_t len) in copyin() 67 copyout(const void *from, void *to, size_t len) in copyout() 77 copyinstr(const void *from, void *to, size_t len, size_t *done) in copyinstr()
|
/freebsd/contrib/ldns/ |
H A D | net.c | 192 ldns_tcp_connect_from(const struct sockaddr_storage *to, socklen_t tolen, 283 ldns_tcp_connect(const struct sockaddr_storage *to, socklen_t tolen, 291 ldns_tcp_connect2(const struct sockaddr_storage *to, socklen_t tolen, 299 const struct sockaddr_storage *to, socklen_t tolen, 317 const struct sockaddr_storage *to, socklen_t tolen, 326 const struct sockaddr_storage *to, socklen_t tolen, 337 const struct sockaddr_storage *to, socklen_t tolen, 364 const struct sockaddr_storage *to, socklen_t tolen, 372 ldns_udp_connect(const struct sockaddr_storage *to, struct timeval ATTR_UNUSED(timeout)) 387 ldns_udp_connect2(const struct sockaddr_storage *to, struct timeval ATTR_UNUSED(timeout)) [all …]
|
/freebsd/usr.sbin/fifolog/lib/ |
H A D | miniobj.h | 29 #define ALLOC_OBJ(to, type_magic) \ argument 36 #define FREE_OBJ(to) \ argument 62 #define CAST_OBJ(to, from, type_magic) \ argument 69 #define CAST_OBJ_NOTNULL(to, from, type_magic) \ argument
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_pk1.c | 28 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_1() 53 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_1() 121 int ossl_rsa_padding_add_PKCS1_type_2_ex(OSSL_LIB_CTX *libctx, unsigned char *to, in ossl_rsa_padding_add_PKCS1_type_2_ex() 161 int RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_2() 167 int RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_2() 298 unsigned char *to, size_t tlen, in ossl_rsa_padding_check_PKCS1_type_2_TLS()
|
H A D | rsa_crpt.c | 33 int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_encrypt() 40 unsigned char *to, RSA *rsa, int padding) in RSA_private_encrypt() 46 unsigned char *to, RSA *rsa, int padding) in RSA_private_decrypt() 51 int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_decrypt()
|
H A D | rsa_none.c | 20 int RSA_padding_add_none(unsigned char *to, int tlen, in RSA_padding_add_none() 37 int RSA_padding_check_none(unsigned char *to, int tlen, in RSA_padding_check_none()
|
H A D | rsa_oaep.c | 39 int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_OAEP() 55 unsigned char *to, int tlen, in ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex() 141 int RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_OAEP_mgf1() 150 int RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_OAEP() 158 int RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_OAEP_mgf1()
|
H A D | rsa_x931.c | 22 int RSA_padding_add_X931(unsigned char *to, int tlen, in RSA_padding_add_X931() 59 int RSA_padding_check_X931(unsigned char *to, int tlen, in RSA_padding_check_X931()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_memintrinsics.cpp | 30 void *__hwasan_memcpy(void *to, const void *from, uptr size) { in __hwasan_memcpy() 38 void *__hwasan_memmove(void *to, const void *from, uptr size) { in __hwasan_memmove() 54 void *__hwasan_memcpy_match_all(void *to, const void *from, uptr size, in __hwasan_memcpy_match_all() 65 void *__hwasan_memmove_match_all(void *to, const void *from, uptr size, in __hwasan_memmove_match_all()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_bvgraph.h | 43 bool addEdge(uptr from, uptr to) { in addEdge() 49 uptr addEdges(const BV &from, uptr to, uptr added_edges[], in addEdges() 68 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() 71 bool removeEdge(uptr from, uptr to) { in removeEdge() 76 bool removeEdgesTo(const BV &to) { in removeEdgesTo() 103 bool hasEdge(uptr from, uptr to) const { in hasEdge()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | DynamicCastInfo.h | 21 DynamicCastInfo(QualType from, QualType to, CastResult resultKind) in DynamicCastInfo() 25 QualType to() const { return To; } in to() function 27 bool equals(QualType from, QualType to) const { in equals()
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | to.h | 89 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Container to(_Range&& __range, _Args&&... __args) { in to() function 196 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Range&& __range, _Args&&... __args) { in to() function 205 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { in to() function 223 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { in to() function
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | uaccess.h | 91 __copy_to_user_inatomic(void __user *to, const void *from, unsigned n) in __copy_to_user_inatomic() 96 #define __copy_to_user_inatomic_nocache(to, from, n) \ argument 100 __copy_from_user_inatomic(void *to, const void __user *from, in __copy_from_user_inatomic() 112 #define __copy_from_user_inatomic_nocache(to, from, n) \ argument
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni_wrap.c | 55 const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) in aesni_encrypt_cbc() 108 const uint8_t *from, uint8_t *to) in aesni_encrypt_ecb() 147 const uint8_t *from, uint8_t *to) in aesni_decrypt_ecb() 204 const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) in aesni_encrypt_icm() 314 const uint8_t *from, uint8_t *to, int do_encrypt) in aesni_crypt_xts_block() 332 const uint8_t *from, uint8_t *to, int do_encrypt) in aesni_crypt_xts_block8() 386 uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN], int do_encrypt) in aesni_crypt_xts() 425 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_encrypt_xts() 435 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_decrypt_xts()
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_nist.c | 285 # define bn_cp_64(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument 286 # define bn_64_set_0(to, n) (to)[n] = (BN_ULONG)0; argument 291 # define bn_cp_32_naked(to, n, from, m) (((n)&1)?(to[(n)/2]|=((m)&1)?(from[(m)/2]&BN_MASK2h):(from… argument 293 # define bn_32_set_0(to, n) (((n)&1)?(to[(n)/2]&=BN_MASK2l):(to[(n)/2]=0)); argument 294 # define bn_cp_32(to,n,from,m) ((m)>=0)?bn_cp_32_naked(to,n,from,m):bn_32_set_0(to,n) argument 303 # define bn_cp_64(to, n, from, m) \ argument 308 # define bn_64_set_0(to, n) \ argument 313 # define bn_cp_32(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument 314 # define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; argument 344 #define nist_set_192(to, from, a1, a2, a3) \ argument [all …]
|
/freebsd/sys/sys/ |
H A D | ttyqueue.h | 148 ttyoutq_getsize(struct ttyoutq *to) in ttyoutq_getsize() 154 ttyoutq_getallocatedsize(struct ttyoutq *to) in ttyoutq_getallocatedsize() 161 ttyoutq_bytesleft(struct ttyoutq *to) in ttyoutq_bytesleft() 173 ttyoutq_bytesused(struct ttyoutq *to) in ttyoutq_bytesused()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 1294 extern_type* to, in do_out() argument 1307 intern_type* to, in do_in() argument 1316 codecvt<char, char, mbstate_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*… in do_unshift() argument 1359 extern_type* to, in do_out() 1416 intern_type* to, in do_in() 1476 state_type& st, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const { in do_unshift() 1548 uint8_t* to, in utf16_to_utf8() 1614 uint8_t* to, in utf16_to_utf8() 1680 uint16_t* to, in utf8_to_utf16() 1786 uint32_t* to, in utf8_to_utf16() [all …]
|
/freebsd/contrib/sendmail/libsm/ |
H A D | refill.c | 59 #define SM_IO_RD_TIMEOUT(fp, fd, to, timeout, sel_ret) \ argument 146 struct timeval to; local
|
/freebsd/sys/opencrypto/ |
H A D | cryptodev.c | 138 session_op_from_32(const struct session_op32 *from, struct session2_op *to) in session_op_from_32() 153 session2_op_from_32(const struct session2_op32 *from, struct session2_op *to) in session2_op_from_32() 163 session_op_to_32(const struct session2_op *from, struct session_op32 *to) in session_op_to_32() 176 session2_op_to_32(const struct session2_op *from, struct session2_op32 *to) in session2_op_to_32() 184 crypt_op_from_32(const struct crypt_op32 *from, struct crypt_op *to) in crypt_op_from_32() 198 crypt_op_to_32(const struct crypt_op *from, struct crypt_op32 *to) in crypt_op_to_32() 212 crypt_aead_from_32(const struct crypt_aead32 *from, struct crypt_aead *to) in crypt_aead_from_32() 229 crypt_aead_to_32(const struct crypt_aead *from, struct crypt_aead32 *to) in crypt_aead_to_32() 247 session2_op_from_op(const struct session_op *from, struct session2_op *to) in session2_op_from_op() 256 session2_op_to_op(const struct session2_op *from, struct session_op *to) in session2_op_to_op()
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | sunddi.h | 37 #define ddi_copyin(from, to, size, flag) \ argument 39 #define ddi_copyout(from, to, size, flag) \ argument
|