Home
last modified time | relevance | path

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

12345678910>>...19

/freebsd-src/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()
79 der_copy_generalized_time (const time_t *from, time_t *to) in der_copy_generalized_time()
86 der_copy_utctime (const time_t *from, time_t *to) in der_copy_utctime()
93 der_copy_utf8string (const heim_utf8_string *from, heim_utf8_string *to) in der_copy_utf8string()
100 heim_printable_string *to) in der_copy_printable_string()
113 heim_ia5_string *to) in der_copy_ia5_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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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() argument
55 unsigned char *to, int tlen, in ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex() argument
141 int RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_OAEP_mgf1() argument
150 int RSA_padding_check_PKCS1_OAEP(unsigned char *to, in argument
158 RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char * to,int tlen,const unsigned char * from,int flen,int num,const unsigned char * param,int plen,const EVP_MD * md,const EVP_MD * mgf1md) RSA_padding_check_PKCS1_OAEP_mgf1() argument
[all...]
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-src/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-src/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-src/contrib/llvm-project/libcxx/include/__ranges/
H A Dto.h88 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr _Container to(_Range&& __range, _Args&&... __args) { to() function
195 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Range&& __range, _Args&&... __args) { to() function
204 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { to() function
222 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { to() function
[all...]
/freebsd-src/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-src/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-src/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
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-src/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-src/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1296 do_out(state_type &,const intern_type * frm,const intern_type *,const intern_type * & frm_nxt,extern_type * to,extern_type *,extern_type * & to_nxt) const do_out() argument
1309 do_in(state_type &,const extern_type * frm,const extern_type *,const extern_type * & frm_nxt,intern_type * to,intern_type *,intern_type * & to_nxt) const do_in() argument
1318 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
1361 do_out(state_type & st,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
1418 do_in(state_type & st,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
1478 do_unshift(state_type & st,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_unshift() argument
1550 utf16_to_utf8(const uint16_t * frm,const uint16_t * frm_end,const uint16_t * & frm_nxt,uint8_t * to,uint8_t * to_end,uint8_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) utf16_to_utf8() argument
1616 utf16_to_utf8(const uint32_t * frm,const uint32_t * frm_end,const uint32_t * & frm_nxt,uint8_t * to,uint8_t * to_end,uint8_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) utf16_to_utf8() argument
1682 utf8_to_utf16(const uint8_t * frm,const uint8_t * frm_end,const uint8_t * & frm_nxt,uint16_t * to,uint16_t * to_end,uint16_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) utf8_to_utf16() argument
1788 utf8_to_utf16(const uint8_t * frm,const uint8_t * frm_end,const uint8_t * & frm_nxt,uint32_t * to,uint32_t * to_end,uint32_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) utf8_to_utf16() argument
1977 ucs4_to_utf8(const uint32_t * frm,const uint32_t * frm_end,const uint32_t * & frm_nxt,uint8_t * to,uint8_t * to_end,uint8_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) ucs4_to_utf8() argument
2027 utf8_to_ucs4(const uint8_t * frm,const uint8_t * frm_end,const uint8_t * & frm_nxt,uint32_t * to,uint32_t * to_end,uint32_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) utf8_to_ucs4() argument
2211 ucs2_to_utf8(const uint16_t * frm,const uint16_t * frm_end,const uint16_t * & frm_nxt,uint8_t * to,uint8_t * to_end,uint8_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) ucs2_to_utf8() argument
2254 utf8_to_ucs2(const uint8_t * frm,const uint8_t * frm_end,const uint8_t * & frm_nxt,uint16_t * to,uint16_t * to_end,uint16_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) utf8_to_ucs2() argument
2380 ucs4_to_utf16be(const uint32_t * frm,const uint32_t * frm_end,const uint32_t * & frm_nxt,uint8_t * to,uint8_t * to_end,uint8_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) ucs4_to_utf16be() argument
2420 utf16be_to_ucs4(const uint8_t * frm,const uint8_t * frm_end,const uint8_t * & frm_nxt,uint32_t * to,uint32_t * to_end,uint32_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) utf16be_to_ucs4() argument
2494 ucs4_to_utf16le(const uint32_t * frm,const uint32_t * frm_end,const uint32_t * & frm_nxt,uint8_t * to,uint8_t * to_end,uint8_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) ucs4_to_utf16le() argument
2534 utf16le_to_ucs4(const uint8_t * frm,const uint8_t * frm_end,const uint8_t * & frm_nxt,uint32_t * to,uint32_t * to_end,uint32_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) utf16le_to_ucs4() argument
2608 ucs2_to_utf16be(const uint16_t * frm,const uint16_t * frm_end,const uint16_t * & frm_nxt,uint8_t * to,uint8_t * to_end,uint8_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) ucs2_to_utf16be() argument
2637 utf16be_to_ucs2(const uint8_t * frm,const uint8_t * frm_end,const uint8_t * & frm_nxt,uint16_t * to,uint16_t * to_end,uint16_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) utf16be_to_ucs2() argument
2682 ucs2_to_utf16le(const uint16_t * frm,const uint16_t * frm_end,const uint16_t * & frm_nxt,uint8_t * to,uint8_t * to_end,uint8_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) ucs2_to_utf16le() argument
2711 utf16le_to_ucs2(const uint8_t * frm,const uint8_t * frm_end,const uint8_t * & frm_nxt,uint16_t * to,uint16_t * to_end,uint16_t * & to_nxt,unsigned long Maxcode=0x10FFFF,codecvt_mode mode=codecvt_mode (0)) utf16le_to_ucs2() argument
2766 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
2786 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
2802 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
2833 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
2853 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
2869 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
2900 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
2920 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
2936 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
2967 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
2987 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
3003 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
3031 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
3061 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
3084 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
3125 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
3145 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
3161 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
3192 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
3212 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
3228 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
3260 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
3290 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
3313 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
3352 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
3382 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
3405 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
3445 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
3465 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
3481 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
3512 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
3532 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
3548 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
3579 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
3599 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
3615 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
3646 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
3666 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
3682 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
3714 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
3740 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
3762 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
3792 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
3812 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
3828 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
3859 do_out(state_type &,const intern_type * frm,const intern_type * frm_end,const intern_type * & frm_nxt,extern_type * to,extern_type * to_end,extern_type * & to_nxt) const do_out() argument
3879 do_in(state_type &,const extern_type * frm,const extern_type * frm_end,const extern_type * & frm_nxt,intern_type * to,intern_type * to_end,intern_type * & to_nxt) const do_in() argument
3895 do_unshift(state_type &,extern_type * to,extern_type *,extern_type * & to_nxt) const do_unshift() argument
[all...]
/freebsd-src/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-src/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