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

/freebsd-12-stable/bin/csh/
H A Dconfig_p.h87 #define MCLoadBySet NL_CAT_LOCALE
/freebsd-12-stable/include/
H A Dnl_types.h81 #define NL_CAT_LOCALE 1 macro
/freebsd-12-stable/contrib/libstdc++/config/locale/ieee_1003.1-2001/
H A Dmessages_members.h59 { return reinterpret_cast<catalog>(catopen(__s.c_str(), NL_CAT_LOCALE)); }
/freebsd-12-stable/lib/libc/net/
H A Dgai_strerror.c103 catd = catopen("libc", NL_CAT_LOCALE);
/freebsd-12-stable/lib/libc/string/
H A Dstrerror.c91 catd = __catopen_l("libc", NL_CAT_LOCALE, locale);
H A Dstrsignal.c104 catd = catopen("libc", NL_CAT_LOCALE);
/freebsd-12-stable/lib/libcapsicum/
H A Dcapsicum_helpers.h126 (void)catopen("libc", NL_CAT_LOCALE);
/freebsd-12-stable/lib/libc/nls/
H A Dmsgcat.c145 if (type == NL_CAT_LOCALE)
/freebsd-12-stable/contrib/nvi/common/
H A Dmsg.c743 if ((catd = catopen(p, NL_CAT_LOCALE)) == (nl_catd)-1) {
/freebsd-12-stable/usr.bin/sort/
H A Dsort.c1173 catalog = catopen("sort", NL_CAT_LOCALE);
/freebsd-12-stable/contrib/ee/
H A Dee.c5084 catalog = catopen("ee", NL_CAT_LOCALE);

Completed in 303 milliseconds