Lines Matching refs:cv
493 struct _IO_codecvt *cv = fp->_codecvt; in libc_hidden_def() local
496 int clen = __libio_codecvt_encoding (cv); in libc_hidden_def()
512 nread = __libio_codecvt_length (cv, &fp->_wide_data->_IO_state, in libc_hidden_def()
547 struct _IO_codecvt *cv = fp->_codecvt; in libc_hidden_def() local
549 int clen = __libio_codecvt_encoding (cv); in libc_hidden_def()
566 status = __libio_codecvt_in (cv, &fp->_wide_data->_IO_state, in libc_hidden_def()
648 struct _IO_codecvt *cv = fp->_codecvt; in do_ftell_wide() local
649 int clen = __libio_codecvt_encoding (cv); in do_ftell_wide()
664 nread = __libio_codecvt_length (cv, &state, in do_ftell_wide()
689 status = __libio_codecvt_out (cv, &state, in, in + delta, &in, in do_ftell_wide()
793 struct _IO_codecvt *cv; in _IO_wfile_seekoff() local
800 cv = fp->_codecvt; in _IO_wfile_seekoff()
801 clen = __libio_codecvt_encoding (cv); in _IO_wfile_seekoff()
819 nread = __libio_codecvt_length (cv, in _IO_wfile_seekoff()