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

/haiku/headers/cpp/
H A Dparsestream.h45 _IO_off_t pos_at_line_start;
H A Dstreambuf.h77 typedef _IO_off_t streamoff;
78 typedef _IO_off_t streampos;
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofopncook.c204 int (*seek) (_IO_FILE *, _IO_off_t, int);
207 seek = (int (*)(_IO_FILE *, _IO_off_t, int)) cfile->__io_functions.seek;
H A Dlibio.h39 #define _IO_off_t _G_off_t macro
294 _IO_off_t _old_offset; /* This used to be _offset but it's too small. */
/haiku/headers/posix/
H A Dlibio.h42 #define _IO_off_t off_t macro
/haiku/src/libs/stdc++/legacy/
H A Dstreambuf.cc153 static _IO_pos_t _IO_sb_seekoff(_IO_FILE *fp, _IO_off_t pos, int dir, int mode)
173 static _IO_pos_t _IO_sb_seek(_IO_FILE *fp, _IO_off_t off, int dir)

Completed in 53 milliseconds