Searched refs:_IO_codecvt (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Diofwide.c46 static enum __codecvt_result do_out (struct _IO_codecvt *codecvt,
52 static enum __codecvt_result do_unshift (struct _IO_codecvt *codecvt,
55 static enum __codecvt_result do_in (struct _IO_codecvt *codecvt,
61 static int do_encoding (struct _IO_codecvt *codecvt);
62 static int do_length (struct _IO_codecvt *codecvt, __mbstate_t *statep,
65 static int do_max_length (struct _IO_codecvt *codecvt);
66 static int do_always_noconv (struct _IO_codecvt *codecvt);
70 struct _IO_codecvt __libio_codecvt =
121 struct _IO_codecvt *cc = fp->_codecvt = &fp->_wide_data->_codecvt;
218 do_out (struct _IO_codecvt *codecv
[all...]
H A Dlibio.h211 struct _IO_codecvt struct
213 void (*__codecvt_destr) (struct _IO_codecvt *);
214 enum __codecvt_result (*__codecvt_do_out) (struct _IO_codecvt *,
220 enum __codecvt_result (*__codecvt_do_unshift) (struct _IO_codecvt *,
223 enum __codecvt_result (*__codecvt_do_in) (struct _IO_codecvt *,
228 int (*__codecvt_do_encoding) (struct _IO_codecvt *);
229 int (*__codecvt_do_always_noconv) (struct _IO_codecvt *);
230 int (*__codecvt_do_length) (struct _IO_codecvt *, __mbstate_t *,
232 int (*__codecvt_do_max_length) (struct _IO_codecvt *);
257 struct _IO_codecvt _codecv
[all...]
H A Diofclose.c78 struct _IO_codecvt *cc = fp->_codecvt;
H A Dwfileops.c64 struct _IO_codecvt *cc = fp->_codecvt;
124 struct _IO_codecvt *cd;
300 struct _IO_codecvt *cd;
463 struct _IO_codecvt *cv = fp->_codecvt;
582 struct _IO_codecvt *cv;
652 struct _IO_codecvt *cd = fp->_codecvt;
H A DlibioP.h463 extern struct _IO_codecvt __libio_codecvt attribute_hidden;
H A Dfileops.c332 struct _IO_codecvt *cc;
/haiku/headers/posix/
H A Dlibio.h106 struct _IO_codecvt;
156 struct _IO_codecvt *_codecvt;

Completed in 81 milliseconds