Symbol: __gconv_step
src/system/libroot/posix/glibc/iconv/gconv.h
175
struct __gconv_step *__steps;
src/system/libroot/posix/glibc/iconv/gconv.h
63
struct __gconv_step;
src/system/libroot/posix/glibc/iconv/gconv.h
70
typedef int (*__gconv_fct) (struct __gconv_step *, struct __gconv_step_data *,
src/system/libroot/posix/glibc/iconv/gconv.h
75
typedef wint_t (*__gconv_btowc_fct) (struct __gconv_step *, unsigned char);
src/system/libroot/posix/glibc/iconv/gconv.h
78
typedef int (*__gconv_init_fct) (struct __gconv_step *);
src/system/libroot/posix/glibc/iconv/gconv.h
79
typedef void (*__gconv_end_fct) (struct __gconv_step *);
src/system/libroot/posix/glibc/iconv/gconv.h
83
typedef int (*__gconv_trans_fct) (struct __gconv_step *,
src/system/libroot/posix/glibc/iconv/gconv_builtin.c
63
__gconv_get_builtin_trans (const char *name, struct __gconv_step *step)
src/system/libroot/posix/glibc/iconv/gconv_int.h
68
extern int Name (struct __gconv_step *step, \
src/system/libroot/posix/glibc/iconv/gconv_simple.c
33
extern int Fct (struct __gconv_step *, struct __gconv_step_data *, \
src/system/libroot/posix/glibc/iconv/loop.c
245
FCTNAME (LOOPFCT) (struct __gconv_step *step,
src/system/libroot/posix/glibc/iconv/loop.c
330
SINGLE(LOOPFCT) (struct __gconv_step *step,
src/system/libroot/posix/glibc/iconv/loop.c
451
gconv_btowc (struct __gconv_step *step, unsigned char c)
src/system/libroot/posix/glibc/iconv/skeleton.c
325
extern int gconv_init (struct __gconv_step *step);
src/system/libroot/posix/glibc/iconv/skeleton.c
327
gconv_init (struct __gconv_step *step)
src/system/libroot/posix/glibc/iconv/skeleton.c
390
extern int FUNCTION_NAME (struct __gconv_step *step,
src/system/libroot/posix/glibc/iconv/skeleton.c
397
FUNCTION_NAME (struct __gconv_step *step, struct __gconv_step_data *data,
src/system/libroot/posix/glibc/iconv/skeleton.c
402
struct __gconv_step *next_step = step + 1;
src/system/libroot/posix/glibc/libio/iofwide.c
221
struct __gconv_step *gs = codecvt->__cd_out.__cd.__steps;
src/system/libroot/posix/glibc/libio/iofwide.c
295
struct __gconv_step *gs = codecvt->__cd_out.__cd.__steps;
src/system/libroot/posix/glibc/libio/iofwide.c
364
struct __gconv_step *gs = codecvt->__cd_in.__cd.__steps;
src/system/libroot/posix/glibc/libio/iofwide.c
470
struct __gconv_step *gs = codecvt->__cd_in.__cd.__steps;
src/system/libroot/posix/glibc/wcsmbs/wcsmbsload.c
28
static struct __gconv_step to_wc =
src/system/libroot/posix/glibc/wcsmbs/wcsmbsload.c
46
static struct __gconv_step to_mb =
src/system/libroot/posix/glibc/wcsmbs/wcsmbsload.h
28
struct __gconv_step *towc;
src/system/libroot/posix/glibc/wcsmbs/wcsmbsload.h
30
struct __gconv_step *tomb;