Symbol: _IO_codecvt
src/system/libroot/posix/glibc/libio/fileops.c
376
struct _IO_codecvt *cc;
src/system/libroot/posix/glibc/libio/iofclose.c
70
struct _IO_codecvt *cc = fp->_codecvt;
src/system/libroot/posix/glibc/libio/iofwide.c
120
struct _IO_codecvt *cc = fp->_codecvt = &fp->_wide_data->_codecvt;
src/system/libroot/posix/glibc/libio/iofwide.c
213
do_out (struct _IO_codecvt *codecvt, __mbstate_t *statep,
src/system/libroot/posix/glibc/libio/iofwide.c
289
do_unshift (struct _IO_codecvt *codecvt, __mbstate_t *statep,
src/system/libroot/posix/glibc/libio/iofwide.c
357
do_in (struct _IO_codecvt *codecvt, __mbstate_t *statep,
src/system/libroot/posix/glibc/libio/iofwide.c
434
do_encoding (struct _IO_codecvt *codecvt)
src/system/libroot/posix/glibc/libio/iofwide.c
456
do_always_noconv (struct _IO_codecvt *codecvt)
src/system/libroot/posix/glibc/libio/iofwide.c
463
do_length (struct _IO_codecvt *codecvt, __mbstate_t *statep,
src/system/libroot/posix/glibc/libio/iofwide.c
47
static enum __codecvt_result do_out (struct _IO_codecvt *codecvt,
src/system/libroot/posix/glibc/libio/iofwide.c
513
do_max_length (struct _IO_codecvt *codecvt)
src/system/libroot/posix/glibc/libio/iofwide.c
53
static enum __codecvt_result do_unshift (struct _IO_codecvt *codecvt,
src/system/libroot/posix/glibc/libio/iofwide.c
56
static enum __codecvt_result do_in (struct _IO_codecvt *codecvt,
src/system/libroot/posix/glibc/libio/iofwide.c
62
static int do_encoding (struct _IO_codecvt *codecvt);
src/system/libroot/posix/glibc/libio/iofwide.c
63
static int do_length (struct _IO_codecvt *codecvt, __mbstate_t *statep,
src/system/libroot/posix/glibc/libio/iofwide.c
66
static int do_max_length (struct _IO_codecvt *codecvt);
src/system/libroot/posix/glibc/libio/iofwide.c
67
static int do_always_noconv (struct _IO_codecvt *codecvt);
src/system/libroot/posix/glibc/libio/iofwide.c
71
const struct _IO_codecvt __libio_codecvt =
src/system/libroot/posix/glibc/libio/libio.h
195
void (*__codecvt_destr) (struct _IO_codecvt *);
src/system/libroot/posix/glibc/libio/libio.h
196
enum __codecvt_result (*__codecvt_do_out) (struct _IO_codecvt *,
src/system/libroot/posix/glibc/libio/libio.h
202
enum __codecvt_result (*__codecvt_do_unshift) (struct _IO_codecvt *,
src/system/libroot/posix/glibc/libio/libio.h
205
enum __codecvt_result (*__codecvt_do_in) (struct _IO_codecvt *,
src/system/libroot/posix/glibc/libio/libio.h
210
int (*__codecvt_do_encoding) (struct _IO_codecvt *);
src/system/libroot/posix/glibc/libio/libio.h
211
int (*__codecvt_do_always_noconv) (struct _IO_codecvt *);
src/system/libroot/posix/glibc/libio/libio.h
212
int (*__codecvt_do_length) (struct _IO_codecvt *, __mbstate_t *,
src/system/libroot/posix/glibc/libio/libio.h
214
int (*__codecvt_do_max_length) (struct _IO_codecvt *);
src/system/libroot/posix/glibc/libio/libio.h
239
struct _IO_codecvt _codecvt;
src/system/libroot/posix/glibc/libio/libio.h
298
struct _IO_codecvt *_codecvt;
src/system/libroot/posix/glibc/libio/libioP.h
501
extern const struct _IO_codecvt __libio_codecvt attribute_hidden;
src/system/libroot/posix/glibc/libio/wfileops.c
126
struct _IO_codecvt *cd;
src/system/libroot/posix/glibc/libio/wfileops.c
347
struct _IO_codecvt *cd;
src/system/libroot/posix/glibc/libio/wfileops.c
508
struct _IO_codecvt *cv = fp->_codecvt;
src/system/libroot/posix/glibc/libio/wfileops.c
563
struct _IO_codecvt *cv = fp->_codecvt;
src/system/libroot/posix/glibc/libio/wfileops.c
66
struct _IO_codecvt *cc = fp->_codecvt;
src/system/libroot/posix/glibc/libio/wfileops.c
668
struct _IO_codecvt *cv = fp->_codecvt;
src/system/libroot/posix/glibc/libio/wfileops.c
817
struct _IO_codecvt *cv;