Searched defs:to (Results 1 - 25 of 141) sorted by relevance

123456

/barrelfish-2018-10-04/lib/libc/amd64/string/
H A Dstrcpy.c34 strcpy(char * __restrict to, const char * __restrict from) argument
/barrelfish-2018-10-04/lib/libc/string/
H A Dstpcpy.c41 stpcpy(char * __restrict to, const char * __restrict from) argument
H A Dwcpcpy.c41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) argument
H A Dstrcpy.c39 strcpy(char * __restrict to, const char * __restrict from) argument
H A Dswab.c42 swab(const void * __restrict from, void * __restrict to, ssize_t len) argument
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/asm/
H A Duaccess.h36 static inline long copy_to_user(void *to, const void *from, unsigned long n) { argument
41 static inline long copy_from_user(void *to, const void *from, unsigned long n) { argument
/barrelfish-2018-10-04/lib/libc/sys/
H A Dsendto.c45 sendto(int s, const void *msg, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_none.c65 int RSA_padding_add_none(unsigned char *to, int tlen, argument
84 int RSA_padding_check_none(unsigned char *to, int tlen, argument
H A Drsa_ssl.c65 int RSA_padding_add_SSLv23(unsigned char *to, int tlen, argument
105 int RSA_padding_check_SSLv23(unsigned char *to, int tlen, argument
H A Drsa_pk1.c65 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, argument
91 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, argument
143 int RSA_padding_add_PKCS1_type_2(unsigned char *to, in argument
181 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
[all...]
H A Drsa_x931.c66 int RSA_padding_add_X931(unsigned char *to, int tlen, argument
105 int RSA_padding_check_X931(unsigned char *to, int tlen, argument
H A Drsa_null.c107 RSA_null_public_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
114 RSA_null_private_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
121 RSA_null_private_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
128 RSA_null_public_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
[all...]
/barrelfish-2018-10-04/kernel/
H A Dmemmove.c18 uintptr_t to = (uintptr_t)s1; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Deplex.tex[all...]
H A Dreal.tex[all...]
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dsyscall.c27 struct sysret sys_io(struct capability *to, enum io_cmd cmd, argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_md.c60 int gost_digest_copy(EVP_MD_CTX *to,const EVP_MD_CTX *from) argument
/barrelfish-2018-10-04/usr/acpi/arch/x86/
H A Dioapic_controller_client.c40 add_mapping(struct int_route_controller_binding *b, const char *label, const char *class, int_route_controller_int_message_t from, int_route_controller_int_message_t to) argument
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dio.h112 static inline void __iowrite64_copy(void *to, void *from, size_t count) { argument
/barrelfish-2018-10-04/usr/pci/
H A Dpci_int_ctrl.c22 add_mapping(struct int_route_controller_binding *b, const char *label, const char *class, int_route_controller_int_message_t from, int_route_controller_int_message_t to) argument
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembsumc.tex[all...]
H A Dembtcl.tex[all...]
/barrelfish-2018-10-04/lib/int_route/msix_ctrl/
H A Dclient.c17 add_mapping(struct int_route_controller_binding *b, const char *label, const char *class, int_route_controller_int_message_t from, int_route_controller_int_message_t to) argument
[all...]
/barrelfish-2018-10-04/lib/libc/db/recno/
H A Drec_delete.c153 void *to; local
[all...]
/barrelfish-2018-10-04/lib/libc/gen/
H A Dstatvfs.c98 sfs2svfs(const struct statfs *from, struct statvfs *to) argument
[all...]

Completed in 1603 milliseconds

123456