Lines Matching refs:lcmake
105 if (!(lc = lcmake(locale))) in native_locale()
799 if (!(lc = lcmake(locale)) || !(lc->flags & LC_default)) in default_setlocale()
830 lc = lcmake(NiL); in single()
844 sys = setlocale(lc_categories[category].external, lcmake(NiL)->name); in single()
867 setlocale(lc_categories[category].external, lcmake(NiL)->name); in single()
944 p = lcmake(w); in composite()
953 p = lcmake(buf); in composite()
976 p = lcmake(w); in composite()
983 p = lcmake(buf); in composite()
1079 p = *locale ? lcmake(locale) : (Lc_t*)0; in _ast_setlocale()
1084 p = lcmake(locale); in _ast_setlocale()
1103 lang = lcmake(s); in _ast_setlocale()
1111 lc_all = lcmake(s); in _ast_setlocale()
1122 lc_categories[i].prev = lcmake(s); in _ast_setlocale()
1143 p = lcmake("C"); in _ast_setlocale()