| /NextBSD/crypto/heimdal/lib/asn1/ |
| HD | der_copy.c | 42 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_unsigned (const unsigned *from, unsigned *to) in der_copy_unsigned() 65 der_copy_generalized_time (const time_t *from, time_t *to) in der_copy_generalized_time() 72 der_copy_utctime (const time_t *from, time_t *to) in der_copy_utctime() 79 der_copy_utf8string (const heim_utf8_string *from, heim_utf8_string *to) in der_copy_utf8string() 86 heim_printable_string *to) in der_copy_printable_string() 99 heim_ia5_string *to) in der_copy_ia5_string() 105 der_copy_bmp_string (const heim_bmp_string *from, heim_bmp_string *to) in der_copy_bmp_string() 117 heim_universal_string *to) in der_copy_universal_string() [all …]
|
| HD | 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()
|
| /NextBSD/sys/kern/ |
| HD | tty_outq.c | 61 #define TTYOUTQ_INSERT_TAIL(to, tob) do { \ argument 72 #define TTYOUTQ_REMOVE_HEAD(to) do { \ argument 77 #define TTYOUTQ_RECYCLE(to, tob) do { \ argument 85 ttyoutq_flush(struct ttyoutq *to) in ttyoutq_flush() 93 ttyoutq_setsize(struct ttyoutq *to, struct tty *tp, size_t size) in ttyoutq_setsize() 119 ttyoutq_free(struct ttyoutq *to) in ttyoutq_free() 135 ttyoutq_read(struct ttyoutq *to, void *buf, size_t len) in ttyoutq_read() 196 ttyoutq_read_uio(struct ttyoutq *to, struct tty *tp, struct uio *uio) in ttyoutq_read_uio() 272 ttyoutq_write(struct ttyoutq *to, const void *buf, size_t nbytes) in ttyoutq_write() 317 ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t nbytes) in ttyoutq_write_nofrag()
|
| /NextBSD/usr.sbin/fifolog/lib/ |
| HD | 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
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_bvgraph.h | 44 bool addEdge(uptr from, uptr to) { in addEdge() 50 uptr addEdges(const BV &from, uptr to, uptr added_edges[], in addEdges() 69 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() 72 bool removeEdge(uptr from, uptr to) { in removeEdge() 77 bool removeEdgesTo(const BV &to) { in removeEdgesTo() 104 bool hasEdge(uptr from, uptr to) const { in hasEdge()
|
| /NextBSD/crypto/openssl/crypto/rsa/ |
| HD | rsa_null.c | 110 unsigned char *to, RSA *rsa, int padding) in RSA_null_public_encrypt() 117 unsigned char *to, RSA *rsa, int padding) in RSA_null_private_encrypt() 125 unsigned char *to, RSA *rsa, int padding) in RSA_null_private_decrypt() 133 unsigned char *to, RSA *rsa, int padding) in RSA_null_public_decrypt()
|
| HD | rsa_pk1.c | 67 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_1() 93 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_1() 145 int RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_2() 182 int RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_2()
|
| HD | rsa_crpt.c | 75 int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_encrypt() 89 unsigned char *to, RSA *rsa, int padding) in RSA_private_encrypt() 102 unsigned char *to, RSA *rsa, int padding) in RSA_private_decrypt() 114 int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_decrypt()
|
| HD | rsa_none.c | 65 int RSA_padding_add_none(unsigned char *to, int tlen, in RSA_padding_add_none() 82 int RSA_padding_check_none(unsigned char *to, int tlen, in RSA_padding_check_none()
|
| HD | rsa_ssl.c | 65 int RSA_padding_add_SSLv23(unsigned char *to, int tlen, in RSA_padding_add_SSLv23() 104 int RSA_padding_check_SSLv23(unsigned char *to, int tlen, in RSA_padding_check_SSLv23()
|
| HD | rsa_oaep.c | 31 int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_OAEP() 39 int RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_OAEP_mgf1() 105 int RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_OAEP() 113 int RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_OAEP_mgf1()
|
| HD | rsa_x931.c | 67 int RSA_padding_add_X931(unsigned char *to, int tlen, in RSA_padding_add_X931() 104 int RSA_padding_check_X931(unsigned char *to, int tlen, in RSA_padding_check_X931()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/ |
| HD | sanitizer_bvgraph_test.cc | 46 bool addEdge(uptr from, uptr to) { in addEdge() 49 bool removeEdge(uptr from, uptr to) { in removeEdge() 56 uptr to = *it & ((1 << 16) - 1); in checkSameAs() local 62 uptr idx(uptr from, uptr to) { in idx() 86 uptr to = my_rand() % g.size(); in BasicTest() local 131 uptr to = my_rand() % g.size(); in RemoveEdges() local 143 for (uptr to = 0; to < g.size(); to++) in RemoveEdges() local 148 for (set<uptr>::iterator to = s.begin(); to != s.end(); ++to) { in RemoveEdges() local
|
| /NextBSD/contrib/ldns/ |
| HD | net.c | 173 ldns_tcp_connect_from(const struct sockaddr_storage *to, socklen_t tolen, 267 ldns_tcp_connect(const struct sockaddr_storage *to, socklen_t tolen, 275 const struct sockaddr_storage *to, socklen_t tolen, 301 const struct sockaddr_storage *to, socklen_t tolen, 313 const struct sockaddr_storage *to, socklen_t tolen, 349 const struct sockaddr_storage *to, socklen_t tolen, 357 ldns_udp_connect(const struct sockaddr_storage *to, struct timeval ATTR_UNUSED(timeout)) 373 const struct sockaddr_storage *to , socklen_t tolen, 402 const struct sockaddr_storage *to , socklen_t tolen, 410 const struct sockaddr_storage *to , socklen_t tolen, [all …]
|
| /NextBSD/sys/compat/linuxkpi/common/include/asm/ |
| HD | uaccess.h | 37 copy_to_user(void *to, const void *from, unsigned long n) in copy_to_user() 45 copy_from_user(void *to, const void *from, unsigned long n) in copy_from_user()
|
| /NextBSD/crypto/openssl/crypto/bn/ |
| HD | bn_nist.c | 323 # define bn_cp_64(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument 324 # define bn_64_set_0(to, n) (to)[n] = (BN_ULONG)0; argument 329 # define bn_cp_32_naked(to, n, from, m) (((n)&1)?(to[(n)/2]|=((m)&1)?(from[(m)/2]&BN_MASK2h):(from… argument 331 # define bn_32_set_0(to, n) (((n)&1)?(to[(n)/2]&=BN_MASK2l):(to[(n)/2]=0)); argument 332 # 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 341 # define bn_cp_64(to, n, from, m) \ argument 346 # define bn_64_set_0(to, n) \ argument 351 # define bn_cp_32(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument 352 # define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; argument 360 #define nist_set_192(to, from, a1, a2, a3) \ argument [all …]
|
| /NextBSD/sys/sys/ |
| HD | ttyqueue.h | 147 ttyoutq_getsize(struct ttyoutq *to) in ttyoutq_getsize() 153 ttyoutq_getallocatedsize(struct ttyoutq *to) in ttyoutq_getallocatedsize() 160 ttyoutq_bytesleft(struct ttyoutq *to) in ttyoutq_bytesleft() 172 ttyoutq_bytesused(struct ttyoutq *to) in ttyoutq_bytesused()
|
| /NextBSD/crypto/openssl/crypto/evp/ |
| HD | names.c | 163 const char *from, const char *to, void *x), in EVP_CIPHER_do_all() 173 const char *from, const char *to, in EVP_CIPHER_do_all_sorted() 198 const char *from, const char *to, void *x), in EVP_MD_do_all() 208 const char *from, const char *to, in EVP_MD_do_all_sorted()
|
| /NextBSD/sys/crypto/aesni/ |
| HD | aesni_wrap.c | 58 const uint8_t *from, uint8_t *to, const uint8_t iv[AES_BLOCK_LEN]) in aesni_encrypt_cbc() 111 const uint8_t *from, uint8_t *to) in aesni_encrypt_ecb() 207 const uint8_t *from, uint8_t *to, const uint8_t iv[AES_BLOCK_LEN]) in aesni_encrypt_icm() 309 const uint8_t *from, uint8_t *to, int do_encrypt) in aesni_crypt_xts_block() 327 const uint8_t *from, uint8_t *to, int do_encrypt) in aesni_crypt_xts_block8() 381 uint8_t *to, const uint8_t iv[AES_BLOCK_LEN], int do_encrypt) in aesni_crypt_xts() 420 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_encrypt_xts() 430 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_decrypt_xts()
|
| /NextBSD/contrib/libc++/src/ |
| D | locale.cpp | 1464 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_out() argument 1474 intern_type* to, intern_type*, intern_type*& to_nxt) const in do_in() argument 1483 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument 1544 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() 1613 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() 1690 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift() 1794 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() 1871 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() 1948 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_utf16() 2069 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_utf16() [all …]
|
| /NextBSD/sys/netinet/tcp_stacks/ |
| HD | fastpath.c | 178 struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, in tcp_do_fastack() 348 struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, in tcp_do_fastnewdata() 505 struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, in tcp_do_slowpath() 1768 struct tcpopt to; in tcp_do_segment_fastslow() local 1987 struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, in tcp_fastack() 2209 struct tcpopt to; in tcp_do_segment_fastack() local
|
| /NextBSD/sys/cddl/compat/opensolaris/sys/ |
| HD | sunddi.h | 39 #define ddi_copyin(from, to, size, flag) \ argument 41 #define ddi_copyout(from, to, size, flag) \ argument
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | charset.c | 129 const char *from, *to; member 231 lookup_translation (const char *from, const char *to) in lookup_translation() 366 struct charset *from, *to; member 378 struct charset *to) in check_iconv_cache() 422 char to, *to_ptr = &to; in cached_iconv_convert() local 486 struct charset *to) in check_iconv_cache() 833 table_convert_char (void *baton, int from, int *to) in table_convert_char() 849 table_translation (const char *from, const char *to, int *table, in table_translation() 876 simple_table_translation (const char *from, const char *to, int *table) in simple_table_translation() 1195 struct { char *from; char *to; int *table; } tlist[] = { in _initialize_charset() member
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | rename.c | 51 simple_copy (const char *from, const char *to) in simple_copy() 146 smart_rename (const char *from, const char *to, int preserve_dates ATTRIBUTE_UNUSED) in smart_rename()
|
| /NextBSD/bin/mv/ |
| HD | mv.c | 174 do_move(const char *from, const char *to) in do_move() 274 fastcopy(const char *from, const char *to, struct stat *sbp) in fastcopy() 373 copy(const char *from, const char *to) in copy()
|