Lines Matching full:lc_messages
1402 * LC_CTYPE and LC_MESSAGES. It doesn't support other locale categories.
1407 if (category == LC_MESSAGES || category == LC_CTYPE) {
1434 posixID = getenv(category == LC_MESSAGES ? "LC_MESSAGES" : "LC_CTYPE");
1452 * it. It gets the value from LC_MESSAGES and indirectly from LC_ALL and LANG.
1458 LC_MESSAGES);