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

/freebsd-current/bin/csh/
H A Dconfig_p.h86 #define MCLoadBySet NL_CAT_LOCALE
/freebsd-current/include/
H A Dnl_types.h78 #define NL_CAT_LOCALE 1 macro
/freebsd-current/lib/libc/net/
H A Dgai_strerror.c102 catd = catopen("libc", NL_CAT_LOCALE);
/freebsd-current/lib/libc/string/
H A Dstrsignal.c98 catd = catopen("libc", NL_CAT_LOCALE);
H A Dstrerror.c85 catd = __catopen_l("libc", NL_CAT_LOCALE, locale);
/freebsd-current/lib/libcapsicum/
H A Dcapsicum_helpers.h153 (void)catopen("libc", NL_CAT_LOCALE);
/freebsd-current/lib/libc/nls/
H A Dmsgcat.c145 if (type == NL_CAT_LOCALE)
/freebsd-current/contrib/nvi/common/
H A Dmsg.c722 if ((catd = catopen(p, NL_CAT_LOCALE)) == (nl_catd)-1) {
/freebsd-current/contrib/bc/src/
H A Dvm.c1409 vm->catalog = catopen(BC_MAINEXEC, NL_CAT_LOCALE);
/freebsd-current/contrib/ee/
H A Dee.c5073 catalog = catopen("ee", NL_CAT_LOCALE);

Completed in 204 milliseconds