Home
last modified time | relevance | path

Searched refs:cv (Results 1 – 1 of 1) sorted by relevance

/libio/
A Dwfileops.c493 struct _IO_codecvt *cv = fp->_codecvt; in libc_hidden_def() local
496 int clen = __libio_codecvt_encoding (cv); 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()
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()
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()
[all …]

Completed in 4 milliseconds