Home
last modified time | relevance | path

Searched refs:NL_CAT_LOCALE (Results 1 – 12 of 12) sorted by relevance

/freebsd/bin/csh/
H A Dconfig_p.h86 #define MCLoadBySet NL_CAT_LOCALE
/freebsd/include/
H A Dnl_types.h78 #define NL_CAT_LOCALE 1 macro
/freebsd/lib/libc/net/
H A Dgai_strerror.c102 catd = catopen("libc", NL_CAT_LOCALE); in gai_strerror()
/freebsd/lib/libc/string/
H A Dstrsignal.c98 catd = catopen("libc", NL_CAT_LOCALE); in strsignal()
H A Dstrerror.c87 catd = __catopen_l("libc", NL_CAT_LOCALE, locale); in __strerror_rl()
/freebsd/lib/libcapsicum/
H A Dcapsicum_helpers.h153 (void)catopen("libc", NL_CAT_LOCALE); in caph_enter()
/freebsd/lib/libc/nls/
H A Dmsgcat.c145 if (type == NL_CAT_LOCALE) in __catopen_l()
/freebsd/contrib/nvi/common/
H A Dmsg.c722 if ((catd = catopen(p, NL_CAT_LOCALE)) == (nl_catd)-1) { in msg_open()
/freebsd/contrib/tcsh/
H A Dsh.func.c2674 #ifdef NL_CAT_LOCALE /* POSIX-compliant. */
2679 catd = catopen(catalog, tgetenv(STRLC_MESSAGES) ? NL_CAT_LOCALE : 0);
/freebsd/contrib/bc/src/
H A Dvm.c1434 vm->catalog = catopen(BC_MAINEXEC, NL_CAT_LOCALE);
/freebsd/contrib/ee/
H A Dee.c5074 catalog = catopen("ee", NL_CAT_LOCALE); in strings_init()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale3078 return (catalog)catopen(__nm.c_str(), NL_CAT_LOCALE);