Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/freebsd/crypto/heimdal/lib/asn1/
H A Dder_copy.c42 heim_general_string *to) in der_copy_general_string()
51 der_copy_integer (const int *from, int *to) in der_copy_integer()
58 der_copy_integer64 (const int64_t *from, int64_t *to) in der_copy_integer64()
65 der_copy_unsigned (const unsigned *from, unsigned *to) in der_copy_unsigned()
72 der_copy_unsigned64 (const uint64_t *from, uint64_t *to) in der_copy_unsigned64()
86 der_copy_utctime (const time_t *from, time_t *to) in der_copy_utctime()
100 heim_printable_string *to) in der_copy_printable_string()
113 heim_ia5_string *to) in der_copy_ia5_string()
131 heim_universal_string *to) in der_copy_universal_string()
143 heim_visible_string *to) in der_copy_visible_string()
[all …]
H A Dgen_copy.c41 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 Dtty_outq.c60 #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 Dsubr_early.c54 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 Dmemprof_interceptors_memintrinsics.cpp26 #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/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.cpp28 #define ASAN_MEMCPY_IMPL(ctx, to, from, size) \ argument
53 #define ASAN_MEMMOVE_IMPL(ctx, to, from, size) \ argument
62 void *__asan_memcpy(void *to, const void *from, uptr size) { in __asan_memcpy()
70 void *__asan_memmove(void *to, const void *from, uptr size) { in __asan_memmove()
86 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ argument
92 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ argument
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dvmsystm.h53 #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 Dnet.c283 ldns_tcp_connect(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,
403 const struct sockaddr_storage *to , socklen_t tolen,
429 const struct sockaddr_storage *to , socklen_t tolen,
438 const struct sockaddr_storage *to , socklen_t tolen,
446 const struct sockaddr_storage *to , socklen_t tolen,
[all …]
/freebsd/usr.sbin/fifolog/lib/
H A Dminiobj.h29 #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/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_memintrinsics.cpp30 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/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c28 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 Drsa_crpt.c33 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 Drsa_none.c20 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 Drsa_oaep.c39 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 Drsa_x931.c22 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/sanitizer_common/
H A Dsanitizer_bvgraph.h43 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 DDynamicCastInfo.h21 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 Dto.h88 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr _Container to(_Range&& __range, _Args&&... __… in to() function
195 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Range&& __range, _Args&&... __args) { in to() function
204 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { in to() function
222 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { in to() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Duaccess.h91 __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 Daesni_wrap.c55 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 Dbn_nist.c285 # 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
293 # define bn_32_set_0(to, n) (((n)&1)?(to[(n)/2]&=BN_MASK2l):(to[(n)/2]=0)); 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
476 #define nist_set_224(to, from, a1, a2, a3, a4, a5, a6, a7) \ argument
647 #define nist_set_256(to, from, a1, a2, a3, a4, a5, a6, a7, a8) \ argument
[all …]
/freebsd/sys/sys/
H A Dttyqueue.h148 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 Dlocale.cpp1550 uint8_t* to, in utf16_to_utf8()
1616 uint8_t* to, in utf16_to_utf8()
1682 uint16_t* to, in utf8_to_utf16()
1788 uint32_t* to, in utf8_to_utf16()
1977 uint8_t* to, in ucs4_to_utf8()
2027 uint32_t* to, in utf8_to_ucs4()
2211 uint8_t* to, in ucs2_to_utf8()
2380 uint8_t* to, in ucs4_to_utf16be()
2494 uint8_t* to, in ucs4_to_utf16le()
2608 uint8_t* to, in ucs2_to_utf16be()
[all …]
/freebsd/contrib/sendmail/libsm/
H A Drefill.c59 #define SM_IO_RD_TIMEOUT(fp, fd, to, timeout, sel_ret) \ argument
146 struct timeval to; local
/freebsd/sys/opencrypto/
H A Dcryptodev.c138 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()

12345678910>>...19