Searched refs:NL_CAT_LOCALE (Results 1 – 12 of 12) sorted by relevance
/freebsd/bin/csh/ |
H A D | config_p.h | 86 #define MCLoadBySet NL_CAT_LOCALE
|
/freebsd/include/ |
H A D | nl_types.h | 78 #define NL_CAT_LOCALE 1 macro
|
/freebsd/lib/libc/net/ |
H A D | gai_strerror.c | 102 catd = catopen("libc", NL_CAT_LOCALE); in gai_strerror()
|
/freebsd/lib/libc/string/ |
H A D | strsignal.c | 98 catd = catopen("libc", NL_CAT_LOCALE); in strsignal()
|
H A D | strerror.c | 87 catd = __catopen_l("libc", NL_CAT_LOCALE, locale); in __strerror_rl()
|
/freebsd/lib/libcapsicum/ |
H A D | capsicum_helpers.h | 153 (void)catopen("libc", NL_CAT_LOCALE); in caph_enter()
|
/freebsd/lib/libc/nls/ |
H A D | msgcat.c | 145 if (type == NL_CAT_LOCALE) in __catopen_l()
|
/freebsd/contrib/nvi/common/ |
H A D | msg.c | 722 if ((catd = catopen(p, NL_CAT_LOCALE)) == (nl_catd)-1) { in msg_open()
|
/freebsd/contrib/tcsh/ |
H A D | sh.func.c | 2674 #ifdef NL_CAT_LOCALE /* POSIX-compliant. */ 2679 catd = catopen(catalog, tgetenv(STRLC_MESSAGES) ? NL_CAT_LOCALE : 0);
|
/freebsd/contrib/bc/src/ |
H A D | vm.c | 1434 vm->catalog = catopen(BC_MAINEXEC, NL_CAT_LOCALE);
|
/freebsd/contrib/ee/ |
H A D | ee.c | 5074 catalog = catopen("ee", NL_CAT_LOCALE); in strings_init()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | locale | 3078 return (catalog)catopen(__nm.c_str(), NL_CAT_LOCALE);
|