Home
last modified time | relevance | path

Searched refs:__btowc_fct (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/wcsmbs/
Dwcsmbsload.c39 .__btowc_fct = __gconv_btwoc_ascii,
58 .__btowc_fct = NULL,
Dbtowc.c47 __gconv_btowc_fct btowc_fct = fcts->towc->__btowc_fct; in __btowc()
/glibc-2.36/iconv/
Dgconv_db.c302 result[step_cnt].__btowc_fct = NULL; in gen_steps()
328 PTR_MANGLE (result[step_cnt].__btowc_fct); in gen_steps()
403 step->__btowc_fct = NULL; in increment_counter()
414 PTR_MANGLE (step->__btowc_fct); in increment_counter()
Dgconv.h97 __gconv_btowc_fct __btowc_fct; member
Dgconv_cache.c202 result->__btowc_fct = NULL; in find_module()
215 PTR_MANGLE (result->__btowc_fct); in find_module()
Dgconv_builtin.c72 step->__btowc_fct = map[cnt].btowc_fct; in __gconv_get_builtin_trans()
Dskeleton.c337 step->__btowc_fct = FROM_ONEBYTE; in gconv_init()
/glibc-2.36/ChangeLog.old/
DChangeLog.1414224 (struct __gconv_step): New field __btowc_fct.
14225 * wcsmbs/btowc.c (__btowc): Use the __btowc_fct shortcut if possible.
14238 (__gconv_get_builtin_trans): Initialize __btowc_fct field.
14239 * iconv/gconv_cache.c (find_module): Initialize __btowc_fct field.
14243 (gconv_init): Initialize __btowc_fct field.
DChangeLog.1936295 (gen_steps): Unconditionally mangle __btowc_fct after
36331 checking for NULL. Mangle __btowc_fct if init_fct is non-NULL.