Searched refs:_IO_codecvt (Results 1 – 7 of 7) sorted by relevance
/libio/bits/types/ |
A D | struct_FILE.h | 37 struct _IO_codecvt; 91 struct _IO_codecvt *_codecvt;
|
/libio/ |
A D | iofwide.c | 66 struct _IO_codecvt *cc = fp->_codecvt = &fp->_wide_data->_codecvt; in _IO_fwide() 110 __libio_codecvt_out (struct _IO_codecvt *codecvt, __mbstate_t *statep, in __libio_codecvt_out() 162 __libio_codecvt_in (struct _IO_codecvt *codecvt, __mbstate_t *statep, in __libio_codecvt_in() 214 __libio_codecvt_encoding (struct _IO_codecvt *codecvt) in __libio_codecvt_encoding() 231 __libio_codecvt_length (struct _IO_codecvt *codecvt, __mbstate_t *statep, in __libio_codecvt_length()
|
A D | iofclose.c | 62 struct _IO_codecvt *cc = fp->_codecvt; in _IO_new_fclose()
|
A D | libio.h | 114 struct _IO_codecvt struct 139 struct _IO_codecvt _codecvt; argument
|
A D | wfileops.c | 39 struct _IO_codecvt *cc = fp->_codecvt; in _IO_wdo_write() 113 struct _IO_codecvt *cd; in libc_hidden_def() 334 struct _IO_codecvt *cd; in libc_hidden_def() 493 struct _IO_codecvt *cv = fp->_codecvt; in libc_hidden_def() 547 struct _IO_codecvt *cv = fp->_codecvt; in libc_hidden_def() 648 struct _IO_codecvt *cv = fp->_codecvt; in do_ftell_wide() 793 struct _IO_codecvt *cv; in _IO_wfile_seekoff()
|
A D | libioP.h | 960 enum __codecvt_result __libio_codecvt_out (struct _IO_codecvt *, 967 enum __codecvt_result __libio_codecvt_in (struct _IO_codecvt *, 973 int __libio_codecvt_encoding (struct _IO_codecvt *) attribute_hidden; 974 int __libio_codecvt_length (struct _IO_codecvt *, __mbstate_t *,
|
A D | fileops.c | 292 struct _IO_codecvt *cc; in libc_hidden_def()
|
Completed in 22 milliseconds