HomeSort by: relevance | last modified time | path
    Searched defs:fbuf_seek (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/io/
fbuf.h 65 extern ptrdiff_t fbuf_seek (gfc_unit *, ptrdiff_t, int);
66 internal_proto(fbuf_seek); variable
fbuf.c 206 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
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
fbuf.h 65 extern ptrdiff_t fbuf_seek (gfc_unit *, ptrdiff_t, int);
66 internal_proto(fbuf_seek); variable
fbuf.c 206 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

Completed in 16 milliseconds