Searched refs:_codecvt (Results 1 - 10 of 10) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Diofgetpos64.c63 && (*fp->_codecvt->__codecvt_do_encoding) (fp->_codecvt) < 0)
H A Diofsetpos.c56 && (*fp->_codecvt->__codecvt_do_encoding) (fp->_codecvt) < 0)
H A Diofsetpos64.c57 && (*fp->_codecvt->__codecvt_do_encoding) (fp->_codecvt) < 0)
H A Diofgetpos.c70 && (*fp->_codecvt->__codecvt_do_encoding) (fp->_codecvt) < 0)
H A Diofclose.c78 struct _IO_codecvt *cc = fp->_codecvt;
H A Dwfileops.c64 struct _IO_codecvt *cc = fp->_codecvt;
139 cd = fp->_codecvt;
313 cd = fp->_codecvt;
463 struct _IO_codecvt *cv = fp->_codecvt;
589 cv = fp->_codecvt;
652 struct _IO_codecvt *cd = fp->_codecvt;
H A Diofwide.c121 struct _IO_codecvt *cc = fp->_codecvt = &fp->_wide_data->_codecvt;
H A Dlibio.h257 struct _IO_codecvt _codecvt; member in struct:_IO_wide_data
316 struct _IO_codecvt *_codecvt; member in struct:_IO_FILE_complete
H A Dfileops.c360 cc = fp->_codecvt = &fp->_wide_data->_codecvt;
/haiku/headers/posix/
H A Dlibio.h156 struct _IO_codecvt *_codecvt; member in struct:_IO_FILE

Completed in 99 milliseconds