Searched refs:_codecvt (Results 1 – 10 of 10) sorted by relevance
51 if (fp->_mode > 0 && __libio_codecvt_encoding (fp->_codecvt) < 0) in _IO_new_fsetpos64()
57 if (fp->_mode > 0 && __libio_codecvt_encoding (fp->_codecvt) < 0) in _IO_new_fgetpos64()
62 struct _IO_codecvt *cc = fp->_codecvt; in _IO_new_fclose()
61 if (fp->_mode > 0 && __libio_codecvt_encoding (fp->_codecvt) < 0) in _IO_new_fsetpos()
73 if (fp->_mode > 0 && __libio_codecvt_encoding (fp->_codecvt) < 0) in _IO_new_fgetpos()
66 struct _IO_codecvt *cc = fp->_codecvt = &fp->_wide_data->_codecvt; in _IO_fwide()
39 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()
139 struct _IO_codecvt _codecvt; member
331 cc = fp->_codecvt = &fp->_wide_data->_codecvt; in libc_hidden_def()
91 struct _IO_codecvt *_codecvt; member
Completed in 19 milliseconds