Searched refs:cv (Results 1 – 1 of 1) sorted by relevance
493 struct _IO_codecvt *cv = fp->_codecvt; in libc_hidden_def() local496 int clen = __libio_codecvt_encoding (cv); in libc_hidden_def()547 struct _IO_codecvt *cv = fp->_codecvt; in libc_hidden_def() local549 int clen = __libio_codecvt_encoding (cv); in libc_hidden_def()648 struct _IO_codecvt *cv = fp->_codecvt; in do_ftell_wide() local649 int clen = __libio_codecvt_encoding (cv); in do_ftell_wide()664 nread = __libio_codecvt_length (cv, &state, in do_ftell_wide()793 struct _IO_codecvt *cv; in _IO_wfile_seekoff() local800 cv = fp->_codecvt; in _IO_wfile_seekoff()801 clen = __libio_codecvt_encoding (cv); in _IO_wfile_seekoff()[all …]
Completed in 4 milliseconds