Home
last modified time | relevance | path

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

/libio/
A Diofsetpos64.c51 if (fp->_mode > 0 && __libio_codecvt_encoding (fp->_codecvt) < 0) in _IO_new_fsetpos64()
A Diofgetpos64.c57 if (fp->_mode > 0 && __libio_codecvt_encoding (fp->_codecvt) < 0) in _IO_new_fgetpos64()
A Diofclose.c62 struct _IO_codecvt *cc = fp->_codecvt; in _IO_new_fclose()
A Diofsetpos.c61 if (fp->_mode > 0 && __libio_codecvt_encoding (fp->_codecvt) < 0) in _IO_new_fsetpos()
A Diofgetpos.c73 if (fp->_mode > 0 && __libio_codecvt_encoding (fp->_codecvt) < 0) in _IO_new_fgetpos()
A Diofwide.c66 struct _IO_codecvt *cc = fp->_codecvt = &fp->_wide_data->_codecvt; in _IO_fwide()
A Dwfileops.c39 struct _IO_codecvt *cc = fp->_codecvt; in _IO_wdo_write()
130 cd = fp->_codecvt; in libc_hidden_def()
346 cd = fp->_codecvt; in libc_hidden_def()
493 struct _IO_codecvt *cv = fp->_codecvt; in libc_hidden_def()
547 struct _IO_codecvt *cv = fp->_codecvt; in libc_hidden_def()
648 struct _IO_codecvt *cv = fp->_codecvt; in do_ftell_wide()
800 cv = fp->_codecvt; in _IO_wfile_seekoff()
A Dlibio.h139 struct _IO_codecvt _codecvt; member
A Dfileops.c331 cc = fp->_codecvt = &fp->_wide_data->_codecvt; in libc_hidden_def()
/libio/bits/types/
A Dstruct_FILE.h91 struct _IO_codecvt *_codecvt; member

Completed in 19 milliseconds