Searched refs:native_locale (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 92 native_locale(const char* locale, char* buf, size_t siz) in native_locale() function 152 if (!(usr = native_locale(locale, buf, sizeof(buf)))) in native_setlocale() 169 #define native_locale(a,b,c) ((char*)0) macro 1101 if (streq(s, local) && (u || (u = native_locale(locale, tmp, sizeof(tmp))))) in _ast_setlocale() 1109 if (streq(s, local) && (u || (u = native_locale(locale, tmp, sizeof(tmp))))) in _ast_setlocale() 1120 if (streq(s, local) && (u || (u = native_locale(locale, tmp, sizeof(tmp))))) in _ast_setlocale()
|