Home
last modified time | relevance | path

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

/wcsmbs/
A Dbtowc.c33 const struct gconv_fcts *fcts; in __btowc() local
46 fcts = get_gconv_fcts (_NL_CURRENT_DATA (LC_CTYPE)); in __btowc()
47 __gconv_btowc_fct btowc_fct = fcts->towc->__btowc_fct; in __btowc()
49 if (fcts->towc->__shlib_handle != NULL) in __btowc()
53 if (__builtin_expect (fcts->towc_nsteps == 1, 1) in __btowc()
57 return DL_CALL_FCT (btowc_fct, (fcts->towc, (unsigned char) c)); in __btowc()
83 __gconv_fct fct = fcts->towc->__fct; in __btowc()
85 if (fcts->towc->__shlib_handle != NULL) in __btowc()
88 status = DL_CALL_FCT (fct, (fcts->towc, &data, &inptr, inptr + 1, in __btowc()
A Dwctob.c37 const struct gconv_fcts *fcts; in wctob() local
59 fcts = get_gconv_fcts (_NL_CURRENT_DATA (LC_CTYPE)); in wctob()
65 __gconv_fct fct = fcts->tomb->__fct; in wctob()
67 if (fcts->tomb->__shlib_handle != NULL) in wctob()
71 (fcts->tomb, &data, &argptr, in wctob()
A Dwcrtomb.c44 const struct gconv_fcts *fcts; in __wcrtomb() local
65 fcts = get_gconv_fcts (_NL_CURRENT_DATA (LC_CTYPE)); in __wcrtomb()
66 __gconv_fct fct = fcts->tomb->__fct; in __wcrtomb()
68 if (fcts->tomb->__shlib_handle != NULL) in __wcrtomb()
77 status = DL_CALL_FCT (fct, (fcts->tomb, &data, NULL, NULL, in __wcrtomb()
89 (fcts->tomb, &data, &inbuf, in __wcrtomb()
A Dmbrtowc.c44 const struct gconv_fcts *fcts; in __mbrtowc() local
69 fcts = get_gconv_fcts (_NL_CURRENT_DATA (LC_CTYPE)); in __mbrtowc()
80 __gconv_fct fct = fcts->towc->__fct; in __mbrtowc()
82 if (fcts->towc->__shlib_handle != NULL) in __mbrtowc()
85 status = DL_CALL_FCT (fct, (fcts->towc, &data, &inbuf, endbuf, in __mbrtowc()
A Dmbrtoc16.c62 const struct gconv_fcts *fcts; in mbrtoc16() local
87 fcts = get_gconv_fcts (_NL_CURRENT_DATA (LC_CTYPE)); in mbrtoc16()
98 __gconv_fct fct = fcts->towc->__fct; in mbrtoc16()
100 if (fcts->towc->__shlib_handle != NULL) in mbrtoc16()
104 status = DL_CALL_FCT (fct, (fcts->towc, &data, &inbuf, endbuf, in mbrtoc16()
A Dwcsnrtombs.c47 const struct gconv_fcts *fcts; in __wcsnrtombs() local
60 fcts = get_gconv_fcts (_NL_CURRENT_DATA (LC_CTYPE)); in __wcsnrtombs()
63 tomb = fcts->tomb; in __wcsnrtombs()
A Dwcsrtombs.c43 const struct gconv_fcts *fcts; in __wcsrtombs() local
52 fcts = get_gconv_fcts (_NL_CURRENT_DATA (LC_CTYPE)); in __wcsrtombs()
55 tomb = fcts->tomb; in __wcsrtombs()
A Dmbsnrtowcs.c49 const struct gconv_fcts *fcts; in __mbsnrtowcs() local
62 fcts = get_gconv_fcts (_NL_CURRENT_DATA (LC_CTYPE)); in __mbsnrtowcs()
65 towc = fcts->towc; in __mbsnrtowcs()
A Dmbsrtowcs_l.c47 const struct gconv_fcts *fcts; in __mbsrtowcs_l() local
56 fcts = get_gconv_fcts (l->__locales[LC_CTYPE]); in __mbsrtowcs_l()
59 towc = fcts->towc; in __mbsrtowcs_l()

Completed in 14 milliseconds