Home
last modified time | relevance | path

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

/stdlib/
A Dwctomb.c43 const struct gconv_fcts *fcts; in wctomb() local
46 fcts = get_gconv_fcts (_NL_CURRENT_DATA (LC_CTYPE)); in wctomb()
52 return fcts->tomb->__stateful; in wctomb()
A Dmblen.c42 const struct gconv_fcts *fcts; in mblen() local
45 fcts = get_gconv_fcts (_NL_CURRENT_DATA (LC_CTYPE)); in mblen()
50 result = fcts->towc->__stateful; in mblen()
A Dmbtowc.c44 const struct gconv_fcts *fcts; in mbtowc() local
47 fcts = get_gconv_fcts (_NL_CURRENT_DATA (LC_CTYPE)); in mbtowc()
53 result = fcts->towc->__stateful; in mbtowc()

Completed in 5 milliseconds