Searched refs:native_locale (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 100 native_locale(const char* locale, char* buf, size_t siz) function 160 if (!(usr = native_locale(locale, buf, sizeof(buf)))) 177 #define native_locale(a,b,c) ((char*)0) macro 2766 if (streq(s, local) && (u || (u = native_locale(locale, tmp, sizeof(tmp))))) 2774 if (streq(s, local) && (u || (u = native_locale(locale, tmp, sizeof(tmp))))) 2785 if (streq(s, local) && (u || (u = native_locale(locale, tmp, sizeof(tmp)))))
|
Completed in 1268 milliseconds