Home
last modified time | relevance | path

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

12345678910>>...21

/freebsd-9-stable/crypto/heimdal/lib/asn1/
Dder_copy.c40 heim_general_string *to) in der_copy_general_string()
49 der_copy_utf8string (const heim_utf8_string *from, heim_utf8_string *to) in der_copy_utf8string()
56 heim_printable_string *to) in der_copy_printable_string()
63 heim_printable_string *to) in der_copy_ia5_string()
69 der_copy_bmp_string (const heim_bmp_string *from, heim_bmp_string *to) in der_copy_bmp_string()
81 heim_universal_string *to) in der_copy_universal_string()
93 heim_visible_string *to) in der_copy_visible_string()
99 der_copy_octet_string (const heim_octet_string *from, heim_octet_string *to) in der_copy_octet_string()
110 der_copy_heim_integer (const heim_integer *from, heim_integer *to) in der_copy_heim_integer()
122 der_copy_oid (const heim_oid *from, heim_oid *to) in der_copy_oid()
[all …]
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-9-stable/sys/kern/
Dtty_outq.c61 #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()
/freebsd-9-stable/usr.sbin/fifolog/lib/
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-9-stable/crypto/openssl/crypto/rsa/
Drsa_null.c110 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()
Drsa_pk1.c67 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()
Drsa_lib.c70 int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_encrypt()
77 unsigned char *to, RSA *rsa, int padding) in RSA_private_encrypt()
90 unsigned char *to, RSA *rsa, int padding) in RSA_private_decrypt()
95 int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_decrypt()
Drsa_none.c65 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()
Drsa_ssl.c65 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()
Drsa_x931.c67 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()
/freebsd-9-stable/sys/ofed/include/asm/
Duaccess.h36 copy_to_user(void *to, const void *from, unsigned long n) in copy_to_user()
44 copy_from_user(void *to, const void *from, unsigned long n) in copy_from_user()
/freebsd-9-stable/crypto/openssl/crypto/bn/
Dbn_nist.c324 # define bn_cp_64(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
325 # define bn_64_set_0(to, n) (to)[n] = (BN_ULONG)0; argument
330 # define bn_cp_32_naked(to, n, from, m) (((n)&1)?(to[(n)/2]|=((m)&1)?(from[(m)/2]&BN_MASK2h):(from… argument
332 # define bn_32_set_0(to, n) (((n)&1)?(to[(n)/2]&=BN_MASK2l):(to[(n)/2]=0)); argument
333 # 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
335 # define bn_cp_64(to, n, from, m) \ argument
340 # define bn_64_set_0(to, n) \ argument
346 # define bn_cp_32(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
347 # define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; argument
351 #define nist_set_192(to, from, a1, a2, a3) \ argument
[all …]
/freebsd-9-stable/sys/sys/
Dttyqueue.h147 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()
/freebsd-9-stable/sys/crypto/aesni/
Daesni_wrap.c42 const uint8_t *from, uint8_t *to, const uint8_t iv[AES_BLOCK_LEN]) in aesni_encrypt_cbc()
91 const uint64_t *from, uint64_t *to, uint64_t *block, int do_encrypt) in aesni_crypt_xts_block()
121 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_crypt_xts()
155 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_encrypt_xts()
165 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_decrypt_xts()
/freebsd-9-stable/contrib/sendmail/libsm/
Drefill.c59 #define SM_IO_RD_TIMEOUT(fp, fd, to, timeout, sel_ret) \ argument
146 struct timeval to; local
Dlocal.h225 #define SM_IO_WR_TIMEOUT(fp, fd, to) { \ argument
293 #define IS_IO_ERROR(fd, ret, to) \ argument
/freebsd-9-stable/contrib/libc++/src/
Dlocale.cpp1369 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_out() argument
1379 intern_type* to, intern_type*, intern_type*& to_nxt) const in do_in() argument
1388 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument
1449 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out()
1518 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in()
1595 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift()
1698 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8()
1775 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8()
1852 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_utf16()
1973 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_utf16()
[all …]
/freebsd-9-stable/sys/cddl/compat/opensolaris/sys/
Dsunddi.h40 #define ddi_copyin(from, to, size, flag) \ argument
42 #define ddi_copyout(from, to, size, flag) \ argument
/freebsd-9-stable/contrib/gdb/gdb/
Dcharset.c129 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
/freebsd-9-stable/contrib/binutils/binutils/
Drename.c51 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()
/freebsd-9-stable/crypto/heimdal/lib/krb5/
Dkeyblock.c70 krb5_keyblock *to) in krb5_copy_keyblock_contents()
78 krb5_keyblock **to) in krb5_copy_keyblock()
/freebsd-9-stable/bin/mv/
Dmv.c174 do_move(const char *from, const char *to) in do_move()
274 fastcopy(const char *from, const char *to, struct stat *sbp) in fastcopy()
371 copy(const char *from, const char *to) in copy()
/freebsd-9-stable/contrib/openbsm/compat/
Dendian.h52 unsigned char *to; in bswap16() local
68 unsigned char *to; in bswap32() local
86 unsigned char *to; in bswap64() local
/freebsd-9-stable/lib/libc/amd64/string/
Dstrcpy.c34 strcpy(char * __restrict to, const char * __restrict from) in strcpy()
/freebsd-9-stable/contrib/binutils/libiberty/
Dbzero.c20 bzero (void *to, size_t count) in bzero()

12345678910>>...21