Searched refs:copylen (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dptrace.c144 int copylen=0,copymax; local
194 copylen=copymax-useraddr;
195 copylen=(copylen>len ? len:copylen);
196 if(ptrace_usercopy(realuseraddr,copyaddr,copylen,tofromuser,writingtouser,mask))
198 copyaddr+=copylen;
199 len-=copylen;
200 useraddr+=copylen;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsubstitute.c144 int copylen; local
166 copylen = MIN((q-r),(sizeof(envname)-1));
167 strncpy(envname,r,copylen);
168 envname[copylen] = '\0';
180 copylen = MIN((q+1-p),(sizeof(envname)-1));
181 strncpy(envname,p,copylen);
182 envname[copylen] = '\0';
202 int copylen; local
221 copylen = q - r;
222 envname = (char *)malloc(copylen
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dptrace.c246 int copylen=0,copymax; local
386 copylen=copymax-useraddr;
387 copylen=(copylen>len ? len:copylen);
388 if(ptrace_usercopy(realuseraddr,copyaddr,copylen,tofromuser,writingtouser,mask))
390 copyaddr+=copylen;
391 len-=copylen;
392 useraddr+=copylen
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dif.c630 int seglen, copylen; local
659 *size = copylen = ((hdr.bh_caplen < sizeof(PPPoEPacket)) ?
661 memcpy(pkt, bpfBuffer + bpfOffset + hdr.bh_hdrlen, copylen);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A Dif.c630 int seglen, copylen; local
659 *size = copylen = ((hdr.bh_caplen < sizeof(PPPoEPacket)) ?
661 memcpy(pkt, bpfBuffer + bpfOffset + hdr.bh_hdrlen, copylen);
/asus-wl-520gu-7.0.1.45/src/router/pppoe-relay/
H A Dif.c632 int seglen, copylen; local
661 *size = copylen = ((hdr.bh_caplen < sizeof(PPPoEPacket)) ?
663 memcpy(pkt, bpfBuffer + bpfOffset + hdr.bh_hdrlen, copylen);
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dif.c597 int seglen, copylen; local
625 *size = copylen = ((hdr.bh_caplen < sizeof(struct PPPoEPacket)) ?
627 memcpy(pkt, bpfBuffer + bpfOffset + hdr.bh_hdrlen, copylen);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dibmcam.c1055 long copylen = 0; local
1070 uvd, frame, &copylen);
1081 newstate = ibmcam_model2_320x240_parse_lines(uvd, frame, &copylen);
1083 newstate = ibmcam_model4_128x96_parse_lines(uvd, frame, &copylen);
1085 newstate = ibmcam_parse_lines(uvd, frame, &copylen);
1088 newstate = ibmcam_model3_parse_lines(uvd, frame, &copylen);
1090 newstate = ibmcam_parse_lines(uvd, frame, &copylen);
1113 frame->seqRead_Length += copylen;

Completed in 140 milliseconds