_IO_codecvt
struct _IO_codecvt *cc;
struct _IO_codecvt *cc = fp->_codecvt;
struct _IO_codecvt *cc = fp->_codecvt = &fp->_wide_data->_codecvt;
do_out (struct _IO_codecvt *codecvt, __mbstate_t *statep,
do_unshift (struct _IO_codecvt *codecvt, __mbstate_t *statep,
do_in (struct _IO_codecvt *codecvt, __mbstate_t *statep,
do_encoding (struct _IO_codecvt *codecvt)
do_always_noconv (struct _IO_codecvt *codecvt)
do_length (struct _IO_codecvt *codecvt, __mbstate_t *statep,
static enum __codecvt_result do_out (struct _IO_codecvt *codecvt,
do_max_length (struct _IO_codecvt *codecvt)
static enum __codecvt_result do_unshift (struct _IO_codecvt *codecvt,
static enum __codecvt_result do_in (struct _IO_codecvt *codecvt,
static int do_encoding (struct _IO_codecvt *codecvt);
static int do_length (struct _IO_codecvt *codecvt, __mbstate_t *statep,
static int do_max_length (struct _IO_codecvt *codecvt);
static int do_always_noconv (struct _IO_codecvt *codecvt);
const struct _IO_codecvt __libio_codecvt =
void (*__codecvt_destr) (struct _IO_codecvt *);
enum __codecvt_result (*__codecvt_do_out) (struct _IO_codecvt *,
enum __codecvt_result (*__codecvt_do_unshift) (struct _IO_codecvt *,
enum __codecvt_result (*__codecvt_do_in) (struct _IO_codecvt *,
int (*__codecvt_do_encoding) (struct _IO_codecvt *);
int (*__codecvt_do_always_noconv) (struct _IO_codecvt *);
int (*__codecvt_do_length) (struct _IO_codecvt *, __mbstate_t *,
int (*__codecvt_do_max_length) (struct _IO_codecvt *);
struct _IO_codecvt _codecvt;
struct _IO_codecvt *_codecvt;
extern const struct _IO_codecvt __libio_codecvt attribute_hidden;
struct _IO_codecvt *cd;
struct _IO_codecvt *cd;
struct _IO_codecvt *cv = fp->_codecvt;
struct _IO_codecvt *cv = fp->_codecvt;
struct _IO_codecvt *cc = fp->_codecvt;
struct _IO_codecvt *cv = fp->_codecvt;
struct _IO_codecvt *cv;