NL_CAT_LOCALE
#define MCLoadBySet NL_CAT_LOCALE
catd = catopen("libc", NL_CAT_LOCALE);
if (type == NL_CAT_LOCALE)
catd = __catopen_l("libc", NL_CAT_LOCALE, locale);
catd = catopen("libc", NL_CAT_LOCALE);
(void)catopen("libc", NL_CAT_LOCALE);