Searched refs:__libio_codecvt_encoding (Results 1 – 7 of 7) 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()
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()
214 __libio_codecvt_encoding (struct _IO_codecvt *codecvt) in __libio_codecvt_encoding() function
496 int clen = __libio_codecvt_encoding (cv); in libc_hidden_def()549 int clen = __libio_codecvt_encoding (cv); in libc_hidden_def()649 int clen = __libio_codecvt_encoding (cv); in do_ftell_wide()801 clen = __libio_codecvt_encoding (cv); in _IO_wfile_seekoff()
973 int __libio_codecvt_encoding (struct _IO_codecvt *) attribute_hidden;
Completed in 20 milliseconds