Searched refs:native_locale (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c92 native_locale(const char* locale, char* buf, size_t siz) function
152 if (!(usr = native_locale(locale, buf, sizeof(buf))))
169 #define native_locale(a,b,c) ((char*)0) macro
1101 if (streq(s, local) && (u || (u = native_locale(locale, tmp, sizeof(tmp)))))
1109 if (streq(s, local) && (u || (u = native_locale(locale, tmp, sizeof(tmp)))))
1120 if (streq(s, local) && (u || (u = native_locale(locale, tmp, sizeof(tmp)))))

Completed in 46 milliseconds