NL_CAT_LOCALE
if (oflag == NL_CAT_LOCALE) {
catd = catopen("libc", NL_CAT_LOCALE);
catd = catopen_l("libc", NL_CAT_LOCALE, loc);
nl_catd catd = catopen("libc", NL_CAT_LOCALE);
nl_catd catd = catopen("libc", NL_CAT_LOCALE);
catalog = catopen("grep", NL_CAT_LOCALE);