Searched refs:to (Results 1 - 25 of 1717) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/share/
H A Dutf8.h11 * environment variable CHARSET, or assumed to be US-ASCII.
22 int utf8_encode(const char *from, char **to);
23 int utf8_decode(const char *from, char **to);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsigcontext.c15 struct sigcontext *to = to_ptr, *from = from_ptr; local
17 memcpy(to, from, sizeof(*to) + sizeof(struct _fpstate));
19 to->fpstate = (struct _fpstate *) (to + 1);
31 struct _fpstate *from = sc->fpstate, *to = (struct _fpstate *) buf; local
35 err |= clear_user_proc(&to->cw, sizeof(to->cw));
36 err |= clear_user_proc(&to->sw, sizeof(to
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dcharset.h1 /* plugin_common - Routines common to several plugins
20 * along with this program; if not, write to the Free Software
34 char *FLAC_plugin__charset_convert_string(const char *string, char *from, char *to);
37 int FLAC_plugin__charset_test_conversion(char *from, char *to);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dpg-nommu.c8 * This file is subject to the terms and conditions of the GNU General Public
17 void copy_page_nommu(void *to, void *from) argument
19 memcpy(to, from, PAGE_SIZE);
22 void clear_page_nommu(void *to) argument
24 memset(to, 0, PAGE_SIZE);
27 __kernel_size_t __copy_user(void *to, const void *from, __kernel_size_t n) argument
29 memcpy(to, from, n);
33 __kernel_size_t __clear_user(void *to, __kernel_size_t n) argument
35 memset(to, 0, n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Duaccess.h11 * because we do not write to any memory gcc knows about, so there
150 /* A few copy asms to build up the more complex ones from.
156 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \
167 : "=r" (to), "=r" (from), "=r" (ret) \
168 : "0" (to), "1" (from), "2" (ret) \
171 #define __asm_copy_from_user_1(to, from, ret) \
172 __asm_copy_user_cont(to, from, ret, \
179 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
180 __asm_copy_user_cont(to, from, ret, \
187 #define __asm_copy_from_user_2(to, fro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Duaccess.h10 * because we do not write to any memory gcc knows about, so there
157 /* A few copy asms to build up the more complex ones from.
163 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \
173 : "=b" (to), "=b" (from), "=r" (ret) \
174 : "0" (to), "1" (from), "2" (ret) \
177 #define __asm_copy_from_user_1(to, from, ret) \
178 __asm_copy_user_cont(to, from, ret, \
186 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \
187 __asm_copy_user_cont(to, from, ret, \
198 #define __asm_copy_from_user_2(to, fro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Duaccess.c8 * order to do SIGBUS recovery when a tmpfs mount runs out of room.
14 void __do_copy(void *to, const void *from, int n) argument
16 memcpy(to, from, n);
20 int __do_copy_to_user(void *to, const void *from, int n, argument
26 fault = __do_user_copy(to, from, n, fault_addr, fault_catcher,
29 else return(n - (fault - (unsigned long) to));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsigcontext.c14 struct sigcontext *to = to_ptr, *from = from_ptr; local
15 int size = sizeof(*to); /* + sizeof(struct _fpstate); */
17 memcpy(to, from, size);
19 to->fpstate = (struct _fpstate *) (to + 1);
21 to->fpstate = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Duml_uaccess.h9 extern int __do_copy_to_user(void *to, const void *from, int n,
11 void __do_copy(void *to, const void *from, int n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dserver6_addr.conf4 range 2000::1 to 2000::5/64;
5 range fecc::1 to fecc::3/64;
7 range fe30:ffff::26 to fe30:ffff::21/25;
8 range 3000:ffff::200 to 3000:ffff::201/32;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dnf_conntrack_autofw.h4 * Permission to use, copy, modify, and/or distribute this software for any
26 u_int16_t to[2]; /* Port range to map related destination port range to */ member in struct:nf_ct_autofw_master
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Duaccess.h20 * copying inline to/from user for constant length 0..16, 20, 24, and
46 /* Asm:s have been tweaked (within the domain of correctness) to give
52 first in line to be used (notably for local blocks), not colliding with
78 * the KERNEL_DS and USER_DS values to both assign and compare the
101 * address of an instruction that is allowed to fault, and the second is
103 * modified, so it is entirely up to the continuation code to figure out
104 * what to do.
108 * we don't even have to jump over them. Further, they do not intrude
121 * This gets kind of ugly. We want to retur
220 __generic_copy_to_user(void __user *to, const void *from, unsigned long n) argument
228 __generic_copy_from_user(void *to, const void __user *from, unsigned long n) argument
236 __generic_clear_user(void __user *to, unsigned long n) argument
263 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) argument
313 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) argument
363 __constant_clear_user(void __user *to, unsigned long n) argument
413 __generic_copy_from_user_nocheck(void *to, const void *from, unsigned long n) argument
419 __generic_copy_to_user_nocheck(void *to, const void *from, unsigned long n) argument
425 __generic_clear_user_nocheck(void *to, unsigned long n) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/lib/
H A Dmemcpy.c5 void * memcpy(void * to, const void * from, size_t n) argument
8 void *xto = to;
13 if ((long) to & 1)
15 char *cto = to;
18 to = cto;
22 if (n > 2 && (long) to & 2)
24 short *sto = to;
27 to = sto;
34 long *lto = to;
38 to
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/lib/
H A Dusercopy_64.c2 * Functions which are too large to be inlined.
12 unsigned long copy_from_user(void *to, const void __user *from, unsigned long n) argument
15 n = __copy_from_user(to, from, n);
17 memset(to, 0, n);
21 unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) argument
23 if (likely(access_ok(VERIFY_WRITE, to, n)))
24 n = __copy_to_user(to, from, n);
28 unsigned long copy_in_user(void __user *to, const void __user *from, argument
33 access_ok(VERIFY_WRITE, to, n)))
34 n =__copy_tofrom_user(to, fro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifs_unicode.c18 * along with this program; if not, write to the Free Software
31 * FUNCTION: Convert little-endian unicode string to character string
35 cifs_strfromUCS_le(char *to, const __le16 * from, argument
45 codepage->uni2char(le16_to_cpu(from[i]), &to[outlen],
50 to[outlen++] = '?';
53 to[outlen] = 0;
60 * FUNCTION: Convert character string to unicode string
64 cifs_strtoUCS(__le16 * to, const char *from, int len, argument
69 wchar_t * wchar_to = (wchar_t *)to; /* needed to quie
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A Dusercopy.c66 * @count: Maximum number of bytes to copy, including the trailing NUL.
68 * Copies a NUL-terminated string from userspace to kernel space.
75 * If access to userspace fails, returns -EFAULT (some data may have been
95 * @count: Maximum number of bytes to copy, including the trailing NUL.
97 * Copies a NUL-terminated string from userspace to kernel space.
102 * If access to userspace fails, returns -EFAULT (some data may have been
146 * @to: Destination address, in user space.
147 * @n: Number of bytes to zero.
155 clear_user(void __user *to, unsigned long n) argument
158 if (access_ok(VERIFY_WRITE, to,
176 __clear_user(void __user *to, unsigned long n) argument
229 __copy_user_intel(void __user *to, const void *from, unsigned long size) argument
336 __copy_user_zeroing_intel(void *to, const void __user *from, unsigned long size) argument
435 __copy_user_zeroing_intel_nocache(void *to, const void __user *from, unsigned long size) argument
532 __copy_user_intel_nocache(void *to, const void __user *from, unsigned long size) argument
716 __copy_to_user_ll(void __user *to, const void *from, unsigned long n) argument
784 __copy_from_user_ll(void *to, const void __user *from, unsigned long n) argument
795 __copy_from_user_ll_nozero(void *to, const void __user *from, unsigned long n) argument
807 __copy_from_user_ll_nocache(void *to, const void __user *from, unsigned long n) argument
821 __copy_from_user_ll_nocache_nozero(void *to, const void __user *from, unsigned long n) argument
849 copy_to_user(void __user *to, const void *from, unsigned long n) argument
874 copy_from_user(void *to, const void __user *from, unsigned long n) argument
[all...]
H A Dmmx.c18 * We also want to clobber the filler register so we don't get any
29 void *_mmx_memcpy(void *to, const void *from, size_t len) argument
35 return __memcpy(to, from, len);
37 p = to;
88 : : "r" (from), "r" (to) : "memory");
90 to+=64;
112 : : "r" (from), "r" (to) : "memory");
114 to+=64;
119 __memcpy(to, from, len&63);
155 /* since movntq is weakly-ordered, a "sfence" is needed to becom
164 fast_copy_page(void *to, void *from) argument
296 fast_copy_page(void *to, void *from) argument
381 slow_copy_page(void *to, void *from) argument
393 mmx_copy_page(void *to, void *from) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dmmx.h10 extern void *_mmx_memcpy(void *to, const void *from, size_t size);
12 extern void mmx_copy_page(void *to, void *from);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dip_autofw.h4 * Permission to use, copy, modify, and/or distribute this software for any
27 u_int16_t to[2]; /* Port range to map related destination port range to */ member in struct:ip_autofw_info
32 u_int16_t to[2]; /* Port range to map related destination port range to */ member in struct:ip_autofw_expect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dmsgfmt.x2 msgfmt \- compile message catalog to binary format
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_samr_util.c21 along with this program; if not, write to the Free Software
39 Copies a SAM_USER_INFO_20 to a SAM_ACCOUNT
42 void copy_id20_to_sam_passwd(SAM_ACCOUNT *to, SAM_USER_INFO_20 *from) argument
48 if (from == NULL || to == NULL)
52 old_string = pdb_get_munged_dial(to);
59 pdb_set_munged_dial(to , new_string, PDB_CHANGED);
66 Copies a SAM_USER_INFO_21 to a SAM_ACCOUNT
69 void copy_id21_to_sam_passwd(SAM_ACCOUNT *to, SAM_USER_INFO_21 *from) argument
75 if (from == NULL || to == NULL)
80 stored_time = pdb_get_logon_time(to);
300 copy_id23_to_sam_passwd(SAM_ACCOUNT *to, SAM_USER_INFO_23 *from) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rsa/
H A Drsa_none.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_none(unsigned char *to, int tlen, argument
80 memcpy(to,from,(unsigned int)flen);
84 int RSA_padding_check_none(unsigned char *to, int tlen, argument
94 memset(to,0,tlen-flen);
95 memcpy(to+tlen-flen,from,flen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_none.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_none(unsigned char *to, int tlen, argument
80 memcpy(to,from,(unsigned int)flen);
84 int RSA_padding_check_none(unsigned char *to, int tlen, argument
94 memset(to,0,tlen-flen);
95 memcpy(to+tlen-flen,from,flen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dio.c7 * Copy data from IO memory space to "real" memory space.
8 * This needs to be optimized.
10 void _memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) argument
12 unsigned char *t = to;
22 * Copy data from "real" memory space to IO memory space.
23 * This needs to be optimized.
25 void _memcpy_toio(volatile void __iomem *to, const void *from, size_t count) argument
30 writeb(*f, to);
32 to++;
38 * This needs to b
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Duaccess.h21 * address of an instruction that is allowed to fault, and the second is
23 * modified, so it is entirely up to the continuation code to figure out
24 * what to do.
28 * we don't even have to jump over them. Further, they do not intrude
182 unsigned long __generic_copy_from_user(void *to, const void __user *from, unsigned long n);
183 unsigned long __generic_copy_to_user(void __user *to, const void *from, unsigned long n);
185 #define __constant_copy_from_user_asm(res, to, from, tmp, n, s1, s2, s3)\
215 : "+d" (res), "+&a" (to), "+a" (from), "=&d" (tmp) \
219 __constant_copy_from_user(void *to, cons argument
300 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) argument
[all...]

Completed in 173 milliseconds

1234567891011>>