/freebsd/lib/libc/net/ |
H A D | gai_strerror.c | 104 strlcpy(buf, catgets(catd, 3, ecode, ai_errlist[ecode]), in gai_strerror() 107 strlcpy(buf, catgets(catd, 3, NL_MSGMAX - 1, "Success"), in gai_strerror() 110 strlcpy(buf, catgets(catd, 3, NL_MSGMAX, "Unknown error"), in gai_strerror()
|
/freebsd/contrib/ee/ |
H A D | create.make | 152 catgets="" 154 catgets="-DNO_CATGETS" 260 echo "DEFINES = $termio $terminfo_exists $BSD_SELECT $catgets $select $curses " > make.local
|
H A D | make.default | 15 # define. If the system supports setlocale(), catopen(), and catgets() and
|
H A D | ee.c | 5049 temp1 = catgets(catalog, 1, number, string); in catgetlocal()
|
/freebsd/lib/libc/string/ |
H A D | strsignal.c | 106 catgets(catd, 2, num, sys_siglist[num]), in strsignal() 114 catgets(catd, 2, 0xffff, UPREFIX), in strsignal()
|
H A D | strerror.c | 93 catgets(catd, 1, 0xffff, __uprefix), in __strerror_rl() 102 catgets(catd, 1, errnum, __hidden_sys_errlist[errnum]), in __strerror_rl()
|
/freebsd/lib/libc/nls/ |
H A D | Symbol.map | 3 catgets;
|
H A D | Makefile.inc | 9 MAN+= catclose.3 catgets.3 catopen.3
|
H A D | msgcat.c | 275 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() function
|
/freebsd/include/ |
H A D | nl_types.h | 92 char *catgets(nl_catd, int, int, const char *) __format_arg(4);
|
/freebsd/contrib/ntp/libntp/lib/isc/nls/ |
H A D | msgcat.c | 127 return (catgets(msgcat->catalog, set, message, default_text)); in isc_msgcat_get()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_i18n.cpp | 156 __kmp_str_buf_print(&version, "%s", catgets(cat, section, number, NULL)); in __kmp_i18n_do_catopen() 199 message = catgets(cat, section, number, in __kmp_i18n_catgets()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
H A D | global_symbols.txt | 81 catgets U
|
/freebsd/contrib/diff/ |
H A D | ABOUT-NLS | 40 of a `catgets' implementation. Future versions of GNU `gettext' will 84 The configuration process will not test for the `catgets' function 86 emulation of `gettext' on top of `catgets' could not provide all the
|
/freebsd/contrib/bc/src/ |
H A D | vm.c | 1446 vm->err_ids[msg - 1] = catgets(vm->catalog, set, msg, bc_errs[msg - 1]); 1463 vm->err_msgs[i] = catgets(vm->catalog, set, msg, bc_err_msgs[i]);
|
/freebsd/contrib/nvi/common/ |
H A D | msg.c | 827 (p = catgets(gp->catd, 1, msgno, str)) != NULL) { in msg_cat()
|
/freebsd/contrib/tcsh/ |
H A D | sh.func.c | 2614 while ((res = catgets(ctd, set_id, msg_id, s)) == s && errno == EINTR) {
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1438 fun:catgets=uninstrumented
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | locale | 3094 char* __n = catgets(__cat, __set, __msgid, __ndflt.c_str());
|