Searched refs:f_seek (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/hppa/stand/common/
H A Dlif.c43 off_t f_seek; /* seek pointer for file read */ member in struct:file
80 fp->f_seek = 0;
173 for (p = bbuf; size; fp->f_seek += bsize, p += bsize) {
175 foff = fp->f_off + fp->f_seek;
176 if (fp->f_seek >= fp->f_count ||
207 fp->f_seek = offset;
210 fp->f_seek += offset;
213 fp->f_seek = fp->f_count - offset;
218 return (fp->f_seek);
/netbsd-current/bin/dd/
H A Dargs.c94 static void f_seek(char *);
118 { "oseek", f_seek, C_SEEK, C_SEEK },
120 { "seek", f_seek, C_SEEK, C_SEEK },
323 f_seek(char *arg) function
/netbsd-current/bin/csh/
H A Dcsh.h244 #define f_seek fc._f_seek macro
250 (a)->f_seek == (b)->f_seek && \
H A Dfunc.c331 if (wp->w_end.type == F_SEEK && wp->w_end.f_seek == 0) {
459 nwp->w_end.f_seek = 0;
606 a.f_seek = 0;
813 if (whyles->w_end.type == F_SEEK && whyles->w_end.f_seek == 0) {
816 whyles->w_end.f_seek--;
841 if (o.f_seek >= wp->w_start.f_seek &&
842 (wp->w_end.f_seek == 0 || o.f_seek < wp->w_end.f_seek))
[all...]
H A Dlex.c1576 fseekp = l->f_seek;
1597 l->f_seek = fseekp;
/netbsd-current/external/mit/lua/dist/src/
H A Dliolib.c699 static int f_seek (lua_State *L) { function
767 {"seek", f_seek},

Completed in 148 milliseconds