Home
last modified time | relevance | path

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

12345678910>>...21

/freebsd/crypto/heimdal/lib/asn1/
H A Dder_copy.c42 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 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.c52 memcpy_early(void *to, const void *from, size_t len) in memcpy_early()
65 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/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dvmsystm.h54 #define xcopyin(from, to, size) copy_from_user(to, from, size) argument
55 #define xcopyout(from, to, size) copy_to_user(to, from, size) argument
58 copyin(const void *from, void *to, size_t len) in copyin()
68 copyout(const void *from, void *to, size_t len) in copyout()
78 copyinstr(const void *from, void *to, size_t len, size_t *done) in copyinstr()
/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/ldns/
H A Dnet.c192 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/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/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/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
119 #define copy_from_user_inatomic_nontemporal(to, from, n) \ argument
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c31 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_1()
56 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_1()
124 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()
164 int RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_2()
170 int RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_2()
278 unsigned char *to, int tlen, in ossl_rsa_prf()
388 unsigned char *to, int tlen, in ossl_rsa_padding_check_PKCS1_type_2()
547 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()
151 int RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_OAEP_mgf1()
160 int RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_OAEP()
168 int RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_OAEP_mgf1()
/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.h81 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Container to(_Range&& __range, _Args&&... __args) { in to() function
199 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Range&& __range, _Args&&... __args) { in to() function
208 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { in to() function
226 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { in to() function
/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.c284 #define bn_cp_64(to, n, from, m) (to)[n] = (m >= 0) ? ((from)[m]) : 0; argument
285 #define bn_64_set_0(to, n) (to)[n] = (BN_ULONG)0; argument
290 #define bn_cp_32_naked(to, n, from, m) (((n) & 1) ? (to[(n) / 2] |= ((m) & 1) ? (from[(m) / 2] & BN… argument
292 #define bn_32_set_0(to, n) (((n) & 1) ? (to[(n) / 2] &= BN_MASK2l) : (to[(n) / 2] = 0)); argument
293 #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
302 #define bn_cp_64(to, n, from, m) \ argument
307 #define bn_64_set_0(to, n) \ argument
312 #define bn_cp_32(to, n, from, m) (to)[n] = (m >= 0) ? ((from)[m]) : 0; argument
313 #define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; argument
343 #define nist_set_192(to, from, a1, a2, a3) \ argument
[all …]
/freebsd/contrib/pkgconf/tests/lib-sbom-files/
H A Dmeta_package-use-uri-spdx-base-id.json322 "to": [ array
332 "to": [ array
342 "to": [ array
352 "to": [ array
362 "to": [ array
372 "to": [ array
382 "to": [ array
392 "to": [ array
402 "to": [ array
412 "to": [ array
[all …]
H A Dmeta_package.json322 "to": [ array
332 "to": [ array
342 "to": [ array
352 "to": [ array
362 "to": [ array
372 "to": [ array
382 "to": [ array
392 "to": [ array
402 "to": [ array
412 "to": [ array
[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/crypto/krb5/src/lib/apputils/
H A Dudppktinfo.c170 check_cmsg_ip_pktinfo(struct cmsghdr *cmsgptr, struct sockaddr_in *to, in check_cmsg_ip_pktinfo()
196 check_cmsg_ip_recvdstaddr(struct cmsghdr *cmsgptr, struct sockaddr_in *to, in check_cmsg_ip_recvdstaddr()
226 check_cmsg_ipv6_pktinfo(struct cmsghdr *cmsgptr, struct sockaddr_in6 *to, in check_cmsg_ipv6_pktinfo()
247 check_cmsg_pktinfo(struct cmsghdr *cmsgptr, struct sockaddr_storage *to, in check_cmsg_pktinfo()
272 struct sockaddr_storage *from, struct sockaddr_storage *to, in recv_from_to()
434 const struct sockaddr *to, const struct sockaddr *from, in send_to_from()
481 struct sockaddr_storage *from, struct sockaddr_storage *to, in recv_from_to()
498 const struct sockaddr *to, const struct sockaddr *from, in send_to_from()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1210 extern_type* to, in do_out() argument
1223 intern_type* to, in do_in() argument
1232 codecvt<char, char, mbstate_t>::do_unshift(state_type&, extern_type* to, extern_type*, extern_type*… in do_unshift() argument
1275 extern_type* to, in do_out()
1332 intern_type* to, in do_in()
1392 state_type& st, extern_type* to, extern_type* to_end, extern_type*& to_nxt) const { in do_unshift()
1464 uint8_t* to, in utf16_to_utf8()
1530 uint8_t* to, in utf16_to_utf8()
1596 uint16_t* to, in utf8_to_utf16()
1702 uint32_t* to, in utf8_to_utf16()
[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

12345678910>>...21