Searched refs:lcmake (Results 1 – 12 of 12) sorted by relevance
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()[all …]
156 extern __MANGLE__ Lc_t* lcmake __PROTO__((const char*));
77 if (!(lc = locale ? lcmake(locale) : locales[category])) in mcfind()
383 lcmake(const char* name) in lcmake() function
483 lcmake;