Searched refs:copy (Results 1 - 25 of 467) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrdup.c52 char *copy; local
55 if (!(copy = malloc((u_int)len)))
57 memcpy(copy, str, len);
58 return (copy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Diovec.c86 int copy = min_t(unsigned int, iov->iov_len, len); local
87 if (copy_to_user(iov->iov_base, kdata, copy))
89 kdata += copy;
90 len -= copy;
91 iov->iov_len -= copy;
92 iov->iov_base += copy;
110 int copy = min_t(unsigned int, len, iov->iov_len); local
111 if (copy_from_user(kdata, iov->iov_base, copy))
113 len -= copy;
114 kdata += copy;
138 int copy = min_t(unsigned int, len, iov->iov_len - offset); local
173 int copy = min_t(unsigned int, len, iov->iov_len - offset); local
[all...]
H A Duser_dma.c15 * You should have received a copy of the GNU General Public License along with
40 * @skb - buffer to copy
42 * @iovec - io vector to copy to
43 * @len - amount of data to copy from buffer to iovec
46 * Note: the iovec is modified during the copy.
53 int i, copy = start - offset; local
57 if (copy > 0) {
58 if (copy > len)
59 copy = len;
61 skb->data + offset, copy);
[all...]
H A Ddatagram.c240 * @skb: buffer to copy
242 * @to: io vector to copy to
243 * @len: amount of data to copy from buffer to iovec
245 * Note: the iovec is modified during the copy.
251 int i, copy = start - offset; local
254 if (copy > 0) {
255 if (copy > len)
256 copy = len;
257 if (memcpy_toiovec(to, skb->data + offset, copy))
259 if ((len -= copy)
328 int i, copy = start - offset; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/tunala/
H A Dautogunk.sh18 libtoolize --copy --force
19 automake --foreign --add-missing --copy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dautogunk.sh18 libtoolize --copy --force
19 automake --foreign --add-missing --copy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dtestpemce.bat8 copy ..\test\testcrl.pem >nul
12 copy ..\test\testp7.pem >nul
16 copy ..\test\testreq2.pem >nul
20 copy ..\test\testrsa.pem >nul
24 copy ..\test\testx509.pem >nul
28 copy ..\test\v3-cert1.pem >nul
32 copy ..\test\v3-cert1.pem >nul
36 copy ..\test\testsid.pem >nul
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtestpemce.bat8 copy ..\test\testcrl.pem >nul
12 copy ..\test\testp7.pem >nul
16 copy ..\test\testreq2.pem >nul
20 copy ..\test\testrsa.pem >nul
24 copy ..\test\testx509.pem >nul
28 copy ..\test\v3-cert1.pem >nul
32 copy ..\test\v3-cert1.pem >nul
36 copy ..\test\testsid.pem >nul
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_cb_hdr.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
118 char *copy; local
124 copy = malloc(len+1);
125 if(!copy)
127 memcpy(copy, ptr, len);
128 copy[len] = '\0';
130 p = copy;
140 q = strrchr(copy, '/');
144 Curl_safefree(copy);
156 Curl_safefree(copy);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/dma/
H A Diovlock.c15 * You should have received a copy of the GNU General Public License along with
153 int copy = min_t(unsigned int, iov->iov_len, len); local
158 copy);
159 kdata += copy;
160 len -= copy;
161 iov->iov_len -= copy;
162 iov->iov_base += copy;
182 int copy; local
210 copy = min_t(int, PAGE_SIZE - iov_byte_offset, len);
211 copy
243 int copy; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dmount_util.c150 char *copy; local
161 copy = strdup(orig);
162 if (copy == NULL) {
167 toresolv = copy;
169 for (end = copy + strlen(copy) - 1; end > copy && *end == '/'; end --);
173 tmp = strrchr(copy, '/');
175 lastcomp = copy;
179 if (tmp == copy)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dcpy_tests.bat3 rem Batch file to copy OpenSSL stuff to a NetWare server for testing
6 rem specified NetWare drive and copy the required files to run the tests.
14 rem example ( copy from debug build to m: dirve ):
54 rem copy the test nlms
55 copy %loc%\%1\*.nlm %2\openssl\
57 rem copy the test perl script
58 copy %loc%\netware\do_tests.pl %2\openssl\
60 rem copy the certs directory stuff
63 rem copy the test directory stuff
64 copy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/sysklogd/
H A Dlogread.c92 char *copy = copy; /* for gcc */ local
137 copy = xmalloc(len_total + 1);
141 memcpy(copy + len_first_part, shbuf_data, shbuf_tail);
143 memcpy(copy, shbuf_data + cur, len_first_part);
144 copy[len_total] = '\0';
159 for (i = 0; i < len_total; i += strlen(copy + i) + 1) {
160 fputs(copy + i, stdout);
162 free(copy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/tools/visionice/
H A Dupdate.bat10 copy %InstallPath%\simfiles\bcm4710.dtl %InstallPath%\simfiles\bcm4710.dtl.old
13 copy %InstallPath%\bitmap\bcm4710.ini %InstallPath%\bitmap\bcm4710.ini.old
16 copy %InstallPath%\regfiles\MIPS\bcm4710.reg %InstallPath%\regfiles\MIPS\bcm4710.reg.old
19 copy %InstallPath%\regfiles\MIPS\bcm4710_r4.reg %InstallPath%\regfiles\MIPS\bcm4710_r4.reg.old
22 copy %InstallPath%\targets.def %InstallPath%\targets.def.old
25 copy bcm4710.dtl %InstallPath%\simfiles 1>nul
26 copy bcm4710.ini %InstallPath%\bitmap 1>nul
27 copy bcm4710.REG %InstallPath%\regfiles\MIPS 1>nul
28 copy bcm4710_R4.REG %InstallPath%\regfiles\MIPS 1>nul
29 copy target
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dautosprintf.cc15 You should have received a copy of the GNU Library General Public
66 char *copy = new char[length]; local
67 memcpy (copy, str, length);
68 return copy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dsetlocale.c14 You should have received a copy of the GNU General Public License
103 char *copy; local
105 copy = (char *) malloc (strlen (locale) + 1);
106 strcpy (copy, locale);
118 current_locale = copy;
126 facetp->current_locale = copy;
133 facetp->current_locale = copy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dmidcomms.c8 ** modify, copy, or redistribute it subject to the terms and conditions
38 unsigned copy = len; local
40 if ((copy + offset) > limit)
41 copy = limit - offset;
42 memcpy(dst, base + offset, copy);
43 len -= copy;
45 memcpy(dst + copy, base, len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.c105 unsigned copy, dist; local
109 /* copy state->wsize or less output bytes into the circular window */
110 copy = out - strm->avail_out;
111 if (copy >= state->wsize) {
118 if (dist > copy) dist = copy;
119 memcpy(state->window + state->write, strm->next_out - copy, dist);
120 copy -= dist;
121 if (copy) {
122 memcpy(state->window, strm->next_out - copy, cop
327 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/program/
H A DMakefile4 BUILD= appsignals.html cache.html compatible.html copy.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrcpy.S21 br __stxcpy # do the copy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c237 unsigned long length; /* literal or length of data to copy */
238 unsigned long offset; /* distance back to copy string from */
239 unsigned long copy; /* number of stored or match bytes to copy */ local
240 unsigned char FAR *from; /* where to copy match bytes from */
247 unsigned len; /* length to copy for repeats, bits to drop */
328 /* copy stored block from input to output */
330 copy = length;
333 if (copy > have) copy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c237 unsigned long length; /* literal or length of data to copy */
238 unsigned long offset; /* distance back to copy string from */
239 unsigned long copy; /* number of stored or match bytes to copy */ local
240 unsigned char FAR *from; /* where to copy match bytes from */
247 unsigned len; /* length to copy for repeats, bits to drop */
328 /* copy stored block from input to output */
330 copy = length;
333 if (copy > have) copy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.c20 * - Unroll direct copy to three copies per loop in inffast.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
328 unsigned copy, dist; local
347 /* copy state->wsize or less output bytes into the circular window */
348 copy = out - strm->avail_out;
349 if (copy >= state->wsize) {
356 if (dist > copy) dist = copy;
357 zmemcpy(state->window + state->write, strm->next_out - copy, dis
565 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.c20 * - Unroll direct copy to three copies per loop in inffast.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
328 unsigned copy, dist; local
347 /* copy state->wsize or less output bytes into the circular window */
348 copy = out - strm->avail_out;
349 if (copy >= state->wsize) {
356 if (dist > copy) dist = copy;
357 zmemcpy(state->window + state->write, strm->next_out - copy, dis
565 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dxdr.c163 * @len: number of bytes to copy
178 size_t copy; local
202 copy = len;
203 if (copy > pgto_base)
204 copy = pgto_base;
205 if (copy > pgfrom_base)
206 copy = pgfrom_base;
207 pgto_base -= copy;
208 pgfrom_base -= copy;
212 memmove(vto + pgto_base, vfrom + pgfrom_base, copy);
235 size_t copy; local
276 size_t copy; local
313 size_t copy, offs; local
386 size_t copy; local
[all...]

Completed in 207 milliseconds

1234567891011>>