Searched refs:to (Results 101 - 125 of 1699) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dpg-sb1.c22 * along with this program; if not, write to the Free Software
49 * things tend to be mildly unpredictable...should check this on the
53 * since we know we're on an SB1, we force the assembler to take
54 * 64-bit operands to speed things up
89 static inline void copy_page_cpu(void *to, void *from) argument
92 unsigned char *dst = (unsigned char *)to;
97 * copied data to be kicked out of the cache sooner. A page copy often
99 * to make sense in terms of reducing cache pollution, but I've no real
100 * performance data to back this up
201 * Pad descriptors to cachelin
253 copy_page(void *to, void *from) argument
286 copy_page(void *to, void *from) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-frv/
H A Duaccess.h23 #define HAVE_ARCH_UNMAPPED_AREA /* we decide where to put mmaps */
72 * address of an instruction that is allowed to fault, and the second is
74 * modified, so it is entirely up to the continuation code to figure out
75 * what to do.
79 * we don't even have to jump over them. Further, they do not intrude
137 * we do not write to any memory gcc knows about, so there are no
269 #define __copy_from_user_inatomic(to, from, n) __memcpy_user((to), ____force(from), (n))
270 #define __copy_to_user_inatomic(to, fro
281 __copy_to_user(void __user *to, const void *from, unsigned long n) argument
288 __copy_from_user(void *to, const void __user *from, unsigned long n) argument
294 copy_from_user(void *to, const void __user *from, unsigned long n) argument
307 copy_to_user(void __user *to, const void *from, unsigned long n) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/examples/
H A Dsimplesmtp.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
15 * copies of the Software, and permit persons to whom the Software is
16 * furnished to do so, under the terms of the COPYING file.
36 static const char *to = "<bradh@example.net>"; local
47 * to the address in the reverse-path which triggered them. Otherwise, they
53 recipients = curl_slist_append(recipients, to);
60 * - just provide a FILE pointer that can be used to read the data from.
61 * The easiest case is just to read from standard input, (which is available
73 * able to re-use this connection for additional messages (setting
75 * curl_easy_perform() again. It may not be a good idea to kee
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dutf8.c18 * along with this program; if not, write to the Free Software
40 /* Thanks to Peter Harris <peter.harris@hummingbird.com> for this win32
148 int utf8_encode(const char *from, char **to) argument
168 fprintf(stderr, "Out of memory processing string to UTF8\n");
184 *to = make_utf8_string(unicode);
190 int utf8_decode(const char *from, char **to) argument
201 fprintf(stderr, "Out of memory processing string from UTF8 to UNICODE16\n");
218 *to = safe_calloc_((size_t)chars + 1, sizeof(unsigned char));
219 if(*to == NULL)
221 fprintf(stderr, "Out of memory processing string to loca
263 convert_buffer(const char *fromcode, const char *tocode, const char *from, size_t fromlen, char **to, size_t *tolen) argument
284 convert_string(const char *fromcode, const char *tocode, const char *from, char **to, char replace) argument
309 utf8_encode(const char *from, char **to) argument
314 utf8_decode(const char *from, char **to) argument
[all...]
H A Dcharset.c15 * along with this program; if not, write to the Free Software
223 * Probably on most architectures this compiles to less than 256 bytes
255 * Probably on most architectures this compiles to less than 256 bytes
291 struct inverse_map *to; member in struct:map
333 struct inverse_map *to; local
337 to = (struct inverse_map *)malloc(sizeof(struct inverse_map));
338 if (!to)
341 to->first[i] = to->next[i] = used[i] = 0;
345 to
482 charset_convert(const char *fromcode, const char *tocode, const char *from, size_t fromlen, char **to, size_t *tolen) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/engines/rsaref/
H A Drsaref.c1 /* Demo of how to construct your own engine and using it. The basis of this
32 * Functions to handle the engine
52 unsigned char *to, RSA *rsa, int padding);
54 unsigned char *to, RSA *rsa, int padding);
56 unsigned char *to, RSA *rsa, int padding);
58 unsigned char *to, RSA *rsa, int padding);
215 * Functions to handle the engine
274 /* Initiator which is only present to make sure this engine looks available */
280 /* Finisher which is only present to make sure this engine looks available */
310 /* unsigned char *to
311 RSAref_bn2bin(BIGNUM *from, unsigned char *to, int max) argument
330 RSAref_bin2bn(unsigned char *from, BIGNUM *to, int max) argument
342 RSAref_Public_ref2eay(RSArefPublicKey *from, RSA *to) argument
351 RSAref_Public_eay2ref(RSA *from, R_RSA_PUBLIC_KEY *to) argument
360 RSAref_Private_ref2eay(RSArefPrivateKey *from, RSA *to) argument
384 RSAref_Private_eay2ref(RSA *from, R_RSA_PRIVATE_KEY *to) argument
398 rsaref_private_decrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
416 rsaref_private_encrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
439 rsaref_public_decrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
457 rsaref_public_encrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Drsaref.c1 /* Demo of how to construct your own engine and using it. The basis of this
32 * Functions to handle the engine
52 unsigned char *to, RSA *rsa, int padding);
54 unsigned char *to, RSA *rsa, int padding);
56 unsigned char *to, RSA *rsa, int padding);
58 unsigned char *to, RSA *rsa, int padding);
215 * Functions to handle the engine
274 /* Initiator which is only present to make sure this engine looks available */
280 /* Finisher which is only present to make sure this engine looks available */
310 /* unsigned char *to
311 RSAref_bn2bin(BIGNUM *from, unsigned char *to, int max) argument
330 RSAref_bin2bn(unsigned char *from, BIGNUM *to, int max) argument
342 RSAref_Public_ref2eay(RSArefPublicKey *from, RSA *to) argument
351 RSAref_Public_eay2ref(RSA *from, R_RSA_PUBLIC_KEY *to) argument
360 RSAref_Private_ref2eay(RSArefPrivateKey *from, RSA *to) argument
384 RSAref_Private_eay2ref(RSA *from, R_RSA_PRIVATE_KEY *to) argument
398 rsaref_private_decrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
416 rsaref_private_encrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
439 rsaref_public_decrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
457 rsaref_public_encrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Duaccess.h64 * address of an instruction that is allowed to fault, and the second is
66 * modified, so it is entirely up to the continuation code to figure out
67 * what to do.
71 * we don't even have to jump over them. Further, they do not intrude
84 * This gets kind of ugly. We want to return _two_ values in "get_user()"
85 * and yet we don't want to do any pointers, because that is too much
92 * accesses to the same area of user memory).
100 * properly handle 64-bit data because the value gets down cast to a long.
132 * because we do not write to an
335 copy_from_user(void *to, const void __user *from, unsigned long n) argument
350 copy_to_user(void __user *to, const void *from, unsigned long n) argument
379 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) argument
405 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) argument
431 __copy_from_user(void *to, const void __user *from, unsigned long size) argument
438 __copy_to_user(void __user *to, const void *from, unsigned long size) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dsleep.S23 * along with this program; if not, write to the Free Software
46 * save enough of the CPU state to allow us to re-start
49 * so the return value is set to mark this.
51 * This arangement means we avoid having to flush the cache
55 * r0 = pointer to save block
77 @@ return to the caller, after having the MMU
87 @@ happen to be code... the s3c2410_sleep_save_phys needs to be
89 @@ This means that the variable has to b
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dudp_io.c13 * This asks kernel to let us know dst addr/port of incoming packets
31 const struct sockaddr *from, const struct sockaddr *to,
35 return sendto(fd, buf, len, flags, to, tolen);
52 return sendto(fd, buf, len, flags, to, tolen);
55 /* man recvmsg and man cmsg is needed to make sense of code below */
63 msg.msg_name = (void *)(struct sockaddr *)to; /* or compiler will annoy us */
72 if (to->sa_family == AF_INET && from->sa_family == AF_INET) {
82 else if (to->sa_family == AF_INET6 && from->sa_family == AF_INET6) {
97 /* NB: this will never set port# in 'to'!
98 * _Only_ IP/IPv6 address part of 'to' i
30 send_to_from(int fd, void *buf, size_t len, int flags, const struct sockaddr *from, const struct sockaddr *to, socklen_t tolen) argument
102 recv_from_to(int fd, void *buf, size_t len, int flags, struct sockaddr *from, struct sockaddr *to, socklen_t sa_size) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/
H A Doptions.c131 * If the change was mandatory, then we need to die.
194 /* Give precedence to the biggest ELAPSED_TIME */
220 * options sent from the HC-Sender to the
222 * are for options sent from the HC-Receiver to
268 static void dccp_encode_value_var(const u32 value, unsigned char *to, argument
272 *to++ = (value & 0xFF000000) >> 24;
274 *to++ = (value & 0xFF0000) >> 16;
276 *to++ = (value & 0xFF00) >> 8;
278 *to++ = (value & 0xFF);
290 unsigned char *to; local
346 unsigned char *to; local
412 unsigned char *to; local
449 u8 *to; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Duaccess.h5 * This file defines various macros to transfer memory areas across
6 * the user/kernel boundary. This needs to be done carefully because
8 * addresses. Thus, we need to be careful not to let the user to
11 * so we want to spend as little time doing safety checks as
17 * to do: if get_fs()==USER_DS, checking is performed, if
24 * potential to fault. When such a fault occurs, the page fault
25 * handler checks to see whether the faulting instruction has a fixup
26 * associated and, if so, sets r8 to
241 __copy_to_user(void __user *to, const void *from, unsigned long count) argument
247 __copy_from_user(void *to, const void __user *from, unsigned long count) argument
280 copy_in_user(void __user *to, const void __user *from, unsigned long n) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_wrapper.S13 jg sys_exit # branch to sys_exit
20 jg sys32_read # branch to sys_read
27 jg sys32_write # branch to system call
34 jg sys_open # branch to system call
39 jg sys_close # branch to system call
45 jg sys_creat # branch to system call
51 jg sys_link # branch to system call
56 jg sys_unlink # branch to system call
61 jg sys_chdir # branch to system call
66 jg compat_sys_time # branch to syste
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Duaccess.h59 * Careful to not
70 * doing multiple accesses to the same area (the programmer has to do the
79 * The "lda %1, 2b-1b(%0)" bits are magic to get the assembler to
169 load, so we have to do a general unaligned operation. */
237 * instead of writing: this is because they do not write to
284 write, so we have to do a general unaligned operation. */
344 /* This little bit of silliness is to get the GP loaded for a function
358 __copy_tofrom_user_nocheck(void *to, cons argument
375 __copy_tofrom_user(void *to, const void *from, long len, const void __user *validate) argument
398 copy_to_user(void __user *to, const void *from, long n) argument
404 copy_from_user(void *to, const void __user *from, long n) argument
412 __clear_user(void __user *to, long len) argument
426 clear_user(void __user *to, long len) argument
442 strncpy_from_user(char *to, const char __user *from, long n) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D10-tables.tex9 lookup table consiting of the following values (read left to right
10 then top to bottom):
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rsa/
H A Drsa_ssl.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
65 int RSA_padding_add_SSLv23(unsigned char *to, int tlen, argument
77 p=(unsigned char *)to;
105 int RSA_padding_check_SSLv23(unsigned char *to, int tlen, argument
150 memcpy(to,p,(unsigned int)j);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/engines/cluster_labs/
H A Dcluster_labs.h9 unsigned char *to, RSA *rsa, int padding);
11 unsigned char *to, RSA *rsa, int padding);
13 unsigned char *to, RSA *rsa, int padding);
15 unsigned char *to, RSA *rsa, int padding);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_ssl.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
65 int RSA_padding_add_SSLv23(unsigned char *to, int tlen, argument
77 p=(unsigned char *)to;
105 int RSA_padding_check_SSLv23(unsigned char *to, int tlen, argument
150 memcpy(to,p,(unsigned int)j);
H A Drsa_x931.c25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
66 int RSA_padding_add_X931(unsigned char *to, int tlen, argument
84 p=(unsigned char *)to;
105 int RSA_padding_check_X931(unsigned char *to, int tlen, argument
151 memcpy(to,p,(unsigned int)j);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/cluster_labs/
H A Dcluster_labs.h9 unsigned char *to, RSA *rsa, int padding);
11 unsigned char *to, RSA *rsa, int padding);
13 unsigned char *to, RSA *rsa, int padding);
15 unsigned char *to, RSA *rsa, int padding);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/include/
H A Dregisters.h12 extern void init_thread_registers(union uml_pt_regs *to);
H A Dum_uaccess.h41 static inline int copy_from_user(void *to, const void __user *from, int n) argument
43 return(CHOOSE_MODE_PROC(copy_from_user_tt, copy_from_user_skas, to,
47 static inline int copy_to_user(void __user *to, const void *from, int n) argument
49 return(CHOOSE_MODE_PROC(copy_to_user_tt, copy_to_user_skas, to,
58 * @count: Maximum number of bytes to copy, including the trailing NUL.
60 * Copies a NUL-terminated string from userspace to kernel space.
65 * If access to userspace fails, returns -EFAULT (some data may have been
80 * @to: Destination address, in user space.
81 * @n: Number of bytes to zero.
96 * @to
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A DUdpLib.h4 * Permission to use, copy, modify, and/or distribute this software for any
23 int udp_write(int fd, char * buf, int len, struct sockaddr_in * to);

Completed in 217 milliseconds

1234567891011>>