Searched refs:_IO_switch_to_get_mode (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c344 void _IO_switch_to_get_mode() {} function
H A Dlibroot_stubs.c234 void _IO_switch_to_get_mode() {} function
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfileops.c571 INTUSE(_IO_switch_to_get_mode) (fp);
963 if (INTUSE(_IO_switch_to_get_mode) (fp))
H A Dgenops.c175 _IO_switch_to_get_mode (fp) function
196 INTDEF(_IO_switch_to_get_mode)
336 if (_IO_in_put_mode(file) && INTUSE(_IO_switch_to_get_mode)(file) == EOF)
370 if (_IO_in_put_mode(file) && INTUSE(_IO_switch_to_get_mode)(file) == EOF)
968 INTUSE(_IO_switch_to_get_mode) (fp);
H A Dwfileops.c234 INTUSE(_IO_switch_to_get_mode) (fp);
H A DlibioP.h369 extern int _IO_switch_to_get_mode __P ((_IO_FILE *));
/haiku/src/libs/stdc++/legacy/
H A Dstreambuf.cc44 { return _IO_switch_to_get_mode(this); }

Completed in 157 milliseconds