Searched refs:startpos (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcut.c28 int startpos; member in struct:cut_list
45 return (((struct cut_list *) a)->startpos -
46 ((struct cut_list *) b)->startpos);
67 spos = cut_lists[cl_pos].startpos;
80 spos = cut_lists[cl_pos].startpos;
98 spos = cut_lists[cl_pos].startpos;
126 spos = cut_lists[cl_pos].startpos;
200 * parse list and put values into startpos and endpos.
254 cut_lists[nlists-1].startpos = s;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dreply.c1787 static ssize_t fake_sendfile(files_struct *fsp, SMB_OFF_T startpos, size_t nread, char *buf, int bufsize) argument
1797 ret = read_file(fsp,buf,startpos,nread);
1820 void send_file_readbraw(connection_struct *conn, files_struct *fsp, SMB_OFF_T startpos, size_t nread, argument
1841 if ( SMB_VFS_SENDFILE( smbd_server_fd(), fsp, fsp->fd, &header, startpos, nread) == -1) {
1857 if (fake_sendfile(fsp, startpos, nread, outbuf + 4, out_buffsize - 4) == -1) {
1877 ret = read_file(fsp,outbuf+4,startpos,nread);
1901 SMB_OFF_T startpos; local
1943 startpos = IVAL_TO_SMB_OFF_T(inbuf,smb_vwv1);
1950 startpos |= (((SMB_OFF_T)IVAL(inbuf,smb_vwv8)) << 32);
1970 if(startpos <
2027 SMB_OFF_T startpos; local
2120 SMB_OFF_T startpos; local
2178 send_file_readX(connection_struct *conn, char *inbuf,char *outbuf,int length, int len_outbuf, files_struct *fsp, SMB_BIG_UINT startpos, size_t smb_maxcnt) argument
2307 SMB_BIG_UINT startpos = IVAL_TO_SMB_OFF_T(inbuf,smb_vwv3); local
2396 SMB_OFF_T startpos; local
2530 SMB_OFF_T startpos; local
2593 SMB_OFF_T startpos; local
2672 SMB_BIG_UINT startpos = IVAL_TO_SMB_OFF_T(inbuf,smb_vwv3); local
2786 SMB_OFF_T startpos; local
2993 SMB_OFF_T startpos; local
4896 SMB_OFF_T startpos; local
5032 SMB_OFF_T startpos; local
5131 SMB_OFF_T startpos; local
[all...]
H A Dblocking.c303 SMB_BIG_UINT startpos; local
311 startpos = (SMB_BIG_UINT)IVAL(inbuf,smb_vwv2);
316 status = do_lock_spin( fsp, conn, SVAL(inbuf,smb_pid), (SMB_BIG_UINT)numtoread, startpos, READ_LOCK, &my_lock_ctx);
338 nread = read_file(fsp,data,startpos,numtoread);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat.h126 of intervals (startpos pointing to '<', endpos to the character after '>'),
130 size_t startpos; member in struct:interval
H A Dwrite-mo.c228 id_intervals[i].startpos += msgctlen;
255 intervals[M_STR][nintervals[M_STR] + i].startpos =
256 d + part_intervals[i].startpos;
300 pre->segments[i].segsize = intervals[m][i].startpos - lastpos;
302 length = intervals[m][i].endpos - intervals[m][i].startpos;
303 pointer = str + intervals[m][i].startpos;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dpva.c73 int64_t pva_pts = AV_NOPTS_VALUE, startpos; local
76 startpos = url_ftell(pb);
151 av_add_index_entry(s->streams[streamid-1], startpos, pva_pts, 0, 0, AVINDEX_KEYFRAME);
H A Delectronicarts.c295 unsigned int startpos = url_ftell(pb); local
367 url_fseek(pb, startpos + size, SEEK_SET);
H A Dgxfenc.c514 int64_t startpos, curpos; local
518 startpos = url_ftell(pb);
549 url_fseek(pb, startpos, SEEK_SET);
550 put_le16(pb, curpos - startpos);
H A Drmdec.c102 int64_t startpos = url_ftell(pb); local
105 if ((startpos + (version & 0xffff)) >= url_ftell(pb) + 2) {
111 if ((startpos + (version & 0xffff)) > url_ftell(pb))
112 url_fskip(pb, (version & 0xffff) + startpos - url_ftell(pb));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Darcfb.c450 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; local
479 startpos = floorXres(bitppos, xres);
481 bitcount = endpos - startpos;
483 x = startpos % xres;
484 y = startpos / xres;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dregex.c72 # define re_search(bufp, string, size, startpos, range, regs) \
73 __re_search (bufp, string, size, startpos, range, regs)
77 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
78 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
3545 re_search (bufp, string, size, startpos, range, regs)
3548 int size, startpos, range;
3551 return re_search_2 (bufp, NULL, 0, string, size, startpos, range,
3581 re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop)
3585 int startpos;
3594 int endpos = startpos
3531 int size, startpos, range; variable
3568 int startpos; variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h200 u32 startpos [ 1]; member in struct:SYM_FWB_SCR
240 PADDR_B (startpos),
249 * We will restore startpos with SCRATCHA if we fails the
258 PADDR_B (startpos),
263 PADDR_B (startpos),
717 PADDR_B (startpos),
827 PADDR_B (startpos),
1588 PADDR_B (startpos),
H A Dsym_fw.c138 scriptb0->startpos[0] = cpu_to_scr(np->squeue_ba);
192 scriptb0->startpos[0] = cpu_to_scr(np->squeue_ba);
H A Dsym_fw1.h207 u32 startpos [ 1]; member in struct:SYM_FWB_SCR
247 PADDR_B (startpos),
257 * We will restore startpos with SCRATCHA if we fails the
755 PADDR_B (startpos),
878 PADDR_B (startpos),
1728 PADDR_B (startpos),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c61 # define re_search(bufp, string, size, startpos, range, regs) \
62 __re_search (bufp, string, size, startpos, range, regs)
66 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
67 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
368 int startpos, int range,
390 int startpos, int range,
4931 int size, int startpos, int range,
4934 return re_search_2 (bufp, NULL, 0, string, size, startpos, range,
4967 int startpos, int range,
4973 return wcs_re_search_2 (bufp, string1, size1, string2, size2, startpos,
5009 re_search_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int startpos, int range, struct re_registers *regs, int stop) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c1828 ncrcmd startpos [ 1]; member in struct:script
2105 PADDR (startpos),
2839 PADDR (startpos),
3385 PADDR (startpos),
5144 np->script0->startpos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np, tryloop));

Completed in 174 milliseconds