Searched refs:eGptr (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/cpp/
H A Dstreambuf.h331 char *eGptr() { return in_backup() ? _IO_save_end : _IO_read_end; } function in struct:streambuf
456 char* file_ptr() { return eGptr(); }
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfileops.c86 the file as a whole corresponding to eGptr(). (?)
886 delta -= eGptr () - Gbase ();
914 delta -= eGptr () - Gbase ();
958 which assumes file_ptr() is eGptr. Anyway, since we probably
H A Dwgenops.c731 offset += eGptr () - Gbase ();
H A Dgenops.c1060 offset += eGptr () - Gbase ();

Completed in 46 milliseconds