Searched refs:lcmake (Results 1 – 8 of 8) sorted by relevance
116 if (!(lc = lcmake(locale))) in native_locale()2417 if (!(lc = lcmake(locale)) || !(lc->flags & LC_default)) in default_setlocale()2481 lc = lcmake(NiL); in single()2495 sys = setlocale(lc_categories[category].external, lcmake(NiL)->name); in single()2520 setlocale(lc_categories[category].external, lcmake(NiL)->name); in single()2633 p = lcmake(w); in composite()2642 p = lcmake(buf); in composite()2665 p = lcmake(w); in composite()2672 p = lcmake(buf); in composite()2771 p = *locale ? lcmake(locale) : (Lc_t*)0; in _ast_setlocale()[all …]
126 extern Lc_t* lcmake(const char*);
77 if (!(lc = locale ? lcmake(locale) : locales[category])) in mcfind()
419 lcmake(const char* name) in lcmake() function
725 lcmake;