Searched refs:fbuf_seek (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dfbuf.h65 extern ptrdiff_t fbuf_seek (gfc_unit *, ptrdiff_t, int);
66 internal_proto(fbuf_seek); variable
H A Dfbuf.c206 fbuf_seek (gfc_unit *u, ptrdiff_t off, int whence) function
225 fbuf_debug (u, "fbuf_seek, off %ld ", (long) off);
243 expected to call fbuf_seek to update the position with the number
H A Dtransfer.c378 fbuf_seek (dtp->u.p.current_unit, -1, SEEK_CUR);
410 fbuf_seek (dtp->u.p.current_unit, -1, SEEK_CUR);
567 fbuf_seek (dtp->u.p.current_unit, *nbytes, SEEK_CUR);
1721 fbuf_seek (dtp->u.p.current_unit, dtp->u.p.skips, SEEK_CUR);
1929 fbuf_seek (dtp->u.p.current_unit, dtp->u.p.skips, SEEK_CUR);
3858 fbuf_seek (dtp->u.p.current_unit, 0, SEEK_END);
3893 fbuf_seek (dtp->u.p.current_unit, 0, SEEK_END);
4036 fbuf_seek (dtp->u.p.current_unit, 0, SEEK_END);
4214 fbuf_seek (dtp->u.p.current_unit, 0, SEEK_END);
H A Dunit.c881 fbuf_seek (u, u->saved_pos, SEEK_CUR);
H A Dread.c1297 fbuf_seek (dtp->u.p.current_unit, -1, SEEK_CUR);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dfbuf.h65 extern ptrdiff_t fbuf_seek (gfc_unit *, ptrdiff_t, int);
66 internal_proto(fbuf_seek); variable
H A Dfbuf.c206 fbuf_seek (gfc_unit *u, ptrdiff_t off, int whence) function
225 fbuf_debug (u, "fbuf_seek, off %ld ", (long) off);
243 expected to call fbuf_seek to update the position with the number
H A Dtransfer.c378 fbuf_seek (dtp->u.p.current_unit, -1, SEEK_CUR);
410 fbuf_seek (dtp->u.p.current_unit, -1, SEEK_CUR);
567 fbuf_seek (dtp->u.p.current_unit, *nbytes, SEEK_CUR);
1861 fbuf_seek (dtp->u.p.current_unit, dtp->u.p.skips, SEEK_CUR);
2069 fbuf_seek (dtp->u.p.current_unit, dtp->u.p.skips, SEEK_CUR);
4025 fbuf_seek (dtp->u.p.current_unit, 0, SEEK_END);
4060 fbuf_seek (dtp->u.p.current_unit, 0, SEEK_END);
4205 fbuf_seek (dtp->u.p.current_unit, 0, SEEK_END);
4391 fbuf_seek (dtp->u.p.current_unit, 0, SEEK_END);
H A Dunit.c880 fbuf_seek (u, u->saved_pos, SEEK_CUR);
H A Dread.c1336 fbuf_seek (dtp->u.p.current_unit, -1, SEEK_CUR);

Completed in 227 milliseconds