Searched refs:wctob_l (Results 1 – 6 of 6) sorted by relevance
77 int wctob_l( wint_t c, locale_t loc ) in wctob_l() function
52 int wctob_l( wint_t c, locale_t loc );
43 int wctob_l(wint_t __c, locale_t __l);
39 int wctob_l(wint_t __c, locale_t __l) { in wctob_l() function
1411 int r = wctob_l(c, __l); in do_narrow()1424 int r = wctob_l(*low, __l); in do_narrow()
265 return wctob_l(__c, __l);