Searched refs:_vtable_offset (Results 1 - 13 of 13) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dioputs.c43 if ((_IO_stdout->_vtable_offset != 0 || _IO_fwide(_IO_stdout, -1) == -1)
H A Diofputs.c42 if ((fp->_vtable_offset != 0 || _IO_fwide (fp, -1) == -1)
H A Diosetbuffer.c43 if (fp->_vtable_offset == 0 && fp->_mode == 0 && _IO_CHECK_WIDE (fp))
H A Dioftell.c44 if (fp->_vtable_offset != 0 || fp->_mode <= 0)
H A Diofwrite.c44 if (fp->_vtable_offset != 0 || _IO_fwide (fp, -1) == -1)
H A Diofclose.c55 if (fp->_vtable_offset != 0)
H A Dioseekoff.c53 if (fp->_vtable_offset != 0 || fp->_mode <= 0)
H A Dgenops.c329 if (file->_vtable_offset == 0 && _IO_fwide(file, -1) != -1)
363 if (file->_vtable_offset == 0 && _IO_fwide(file, -1) != -1)
636 fp->_vtable_offset = 0;
836 || (fp->_vtable_offset == 0
H A Dlibio.h299 signed char _vtable_offset; member in struct:_IO_FILE
H A DlibioP.h93 /* Setting this macro disables the use of the _vtable_offset
112 + (THIS)->_vtable_offset))
/haiku/headers/posix/
H A Dlibio.h148 signed char _vtable_offset; member in struct:_IO_FILE
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c81 # define ORIENT if (s->_vtable_offset == 0 && _IO_fwide (s, -1) != -1)\
1272 s->_vtable_offset == 0 &&
2154 hp->_vtable_offset = 0;
H A Dvfscanf.c119 # define ORIENT if (s->_vtable_offset == 0 \

Completed in 56 milliseconds