Searched refs:copy (Results 101 - 125 of 467) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dpg.c22 copy the data through an internal buffer. In keeping with all
608 int copy; local
623 copy = 0;
627 copy = hdr.dlen;
628 if (copy > (count - hs))
629 copy = count - hs;
637 if (copy > 0)
638 if (copy_to_user(buf + hs, dev->bufptr, copy))
640 return copy + hs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/msdos/
H A DMakefile.emx18 # If cp.exe is available, replace "copy /Y" with "cp -fp" .
19 CP=copy /Y
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/win32/
H A DMakefile.emx18 # If cp.exe is available, replace "copy /Y" with "cp -fp" .
19 CP=copy /Y
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-mod.c17 You should have received a copy of the GNU Lesser General Public
60 _gcry_mpi_barrett_init (gcry_mpi_t m, int copy) argument
68 if (copy)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-lshift.S17 * You should have received a copy of the GNU Lesser General Public
46 mtctr 5 # copy size into CTR
91 You should have received a copy of the GNU Library General Public
100 mtctr %r5 # copy size into CTR
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/
H A DMakefile.msvc54 LN = copy
58 INSTALL = copy
59 INSTALL_PROGRAM = copy
60 INSTALL_DATA = copy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/stf/
H A Dstf.py79 tmp = real_dict.copy()
90 # Delete visited keys from copy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dhash.t158 my %copy = %data ;
162 if ( $copy{$k} eq $v )
163 { delete $copy{$k} }
169 ok 44, keys %copy == 0 ;
173 %copy = %data ;
179 if ( $copy{$k} eq $v )
180 { delete $copy{$k} }
188 ok 50, keys %copy == 0 ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Denv013.tcl50 file copy -force $testdir/$testfile $testdir/$dupfile
62 puts "\tEnv013.e: Verify and open database copy."
H A Dtest116.tcl135 # Copy database file A. Reset LSNs on the copy. Then
136 # test that the copy is usable both in its native env
144 # first copy the file within the same directory, then reset
145 # the fileid on the copy, then reset the LSNs on the copy,
146 # and only then copy the new file to the new env. Otherwise
149 file copy -force $testdir/$testfile $testdir/$newfile
154 file copy -force $testdir/$newfile $newdir/$testfile
156 # If we're using queue extents, we must copy the extents.
165 file copy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dlzo.c17 * You should have received a copy of the GNU Lesser General Public
86 * \param cnt number of bytes to copy, must be >= 0
88 static inline void copy(LZOContext *c, int cnt) { function
116 * \param cnt number of bytes to copy, must be >= 0
118 * cnt > back is valid, this will copy the bytes we just copied,
185 copy(&c, x - 17);
214 copy(&c, cnt + 3);
227 copy(&c, cnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dcommon.c166 * str -- string to copy
168 * A malloc'd copy of str. Exits if malloc fails.
173 char *copy = malloc(strlen(str)+1); local
174 if (!copy) {
177 strcpy(copy, str);
178 return copy;
422 /* If we're using Host-Uniq, copy it over */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsom.h71 unsigned int copy :1; /* Must be copied by the linker */ member in struct:aux_id
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dchecksumcopy.S2 * A fast checksum+copy routine using movem
35 ;; do a movem copy and checksum
104 ;; copy and checksum the rest of the words
126 ;; copy and checksum the last byte
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dchecksumcopy.S2 * A fast checksum+copy routine using movem
36 ;; do a movem copy and checksum
92 ;; copy and checksum the rest of the words
114 ;; copy and checksum the last byte
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Ddir.c1118 unsigned long size, copy; local
1139 i = n = copy = 0;
1151 copy = min(size, sb->s_blocksize);
1152 memcpy(bhs[n]->b_data, slots, copy);
1153 slots += copy;
1154 size -= copy;
1164 memset(bhs[n]->b_data + copy, 0, sb->s_blocksize - copy);
1165 offset = copy - sizeof(struct msdos_dir_entry);
1254 int copy local
1265 int copy = min_t(int, sb->s_blocksize - offset, size); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dldt.c469 struct proc_mm_op copy; local
512 /* We have a valid from_mm, so we now have to copy the LDT of
516 copy = ((struct proc_mm_op) { .op = MM_COPY_SEGMENTS,
520 i = os_write_file(new_mm->id.u.mm_fd, &copy, sizeof(copy));
521 if(i != sizeof(copy))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DDataCursor.java134 KeyRange.copy(keyThang, o.keyThang);
135 KeyRange.copy(valueThang, o.valueThang);
137 KeyRange.copy(primaryKeyThang, o.primaryKeyThang);
552 KeyRange.copy(view.dupsKey, keyThang);
593 KeyRange.copy(view.dupsKey, keyThang);
618 KeyRange.copy(view.dupsKey, keyThang);
835 KeyRange.copy(range.getSingleKey(), keyThang);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_proc.c273 int start_bytes, left, copy, copied; local
287 copy = start_bytes - off;
288 if (copy > count)
289 copy = count;
290 memcpy(page, ((u8 *) &local->io_debug[head]) + off, copy);
291 left -= copy;
293 memcpy(&page[copy], local->io_debug, left);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/appletalk/
H A Dddp.c934 int i, copy; local
937 if ( (copy = start - offset) > 0) {
938 if (copy > len)
939 copy = len;
940 sum = atalk_sum_partial(skb->data + offset, copy, sum);
941 if ( (len -= copy) == 0)
944 offset += copy;
954 if ((copy = end - offset) > 0) {
958 if (copy > len)
959 copy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl18 # You should have received a copy of the GNU General Public License
274 Everyone is permitted to copy and distribute verbatim copies
308 (2) offer you this license which gives you legal permission to copy,
347 1. You may copy and distribute verbatim copies of the Program's
349 conspicuously and appropriately publish on each copy an appropriate
352 and give any other recipients of the Program a copy of this License
355 You may charge a fee for the physical act of transferring a copy, and
358 2. You may modify your copy or copies of the Program or any portion
359 of it, thus forming a work based on the Program, and copy and
377 these conditions, and telling the user how to view a copy o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dpacache.S17 * You should have received a copy of the GNU General Public License
90 copy %arg0, %r28 /* Init base addr */
95 copy %arg2, %r29 /* Init middle loop count */
102 copy %arg3, %r31 /* Re-init inner loop count */
109 copy %arg0, %r28 /* init base addr */
110 copy %arg2, %r29 /* init middle loop count */
133 copy %arg0, %r28 /* Init base addr */
138 copy %arg2, %r29 /* Init middle loop count */
145 copy %arg3, %r31 /* Re-init inner loop count */
152 copy
[all...]
H A Dhead.S119 copy %r0,%r2
204 copy %r0,%arg3
331 copy %arg0,%r3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Discsi_tcp.c122 if (tcp_conn->in.copy >= tcp_conn->hdr_size &&
125 * Zero-copy PDU Header: using connection context
135 * in.copy before */
141 tcp_conn->in.copy -= tcp_conn->hdr_size;
157 copylen = min(tcp_conn->in.copy, hdr_remains);
163 "in.copy %d\n", tcp_conn->in.hdr_offset, copylen,
164 tcp_conn->in.offset, tcp_conn->in.copy);
167 tcp_conn->in.copy -= copylen;
450 tcp_conn->in.copy -= ahslen;
451 if (tcp_conn->in.copy <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_mv.c61 static int copy(const char *, const char *);
294 * Besides the usual EXDEV we copy instead of moving if
391 return copy(from, to);
397 static int copy(const char *from, const char *to) function

Completed in 457 milliseconds

1234567891011>>