Searched refs:_codecvt (Results 1 – 11 of 11) sorted by relevance
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()494 struct _IO_codecvt *cv = fp->_codecvt; in libc_hidden_def()548 struct _IO_codecvt *cv = fp->_codecvt; in libc_hidden_def()649 struct _IO_codecvt *cv = fp->_codecvt; in do_ftell_wide()801 cv = fp->_codecvt; in _IO_wfile_seekoff()
66 struct _IO_codecvt *cc = fp->_codecvt = &fp->_wide_data->_codecvt; in _IO_fwide()
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()
139 struct _IO_codecvt _codecvt; member
331 cc = fp->_codecvt = &fp->_wide_data->_codecvt; in libc_hidden_def()
91 struct _IO_codecvt *_codecvt; member
5133 * libio/iofwide.c (_IO_fwide): Initialize fp->_codecvt as well.5134 * libio/fileops.c (_IO_new_file_fopen): Use _codecvt not from