Home
last modified time | relevance | path

Searched refs:catgets (Results 1 – 19 of 19) sorted by relevance

/freebsd/lib/libc/net/
H A Dgai_strerror.c104 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 Dcreate.make152 catgets=""
154 catgets="-DNO_CATGETS"
260 echo "DEFINES = $termio $terminfo_exists $BSD_SELECT $catgets $select $curses " > make.local
H A Dmake.default15 # define. If the system supports setlocale(), catopen(), and catgets() and
H A Dee.c5049 temp1 = catgets(catalog, 1, number, string); in catgetlocal()
/freebsd/lib/libc/string/
H A Dstrsignal.c106 catgets(catd, 2, num, sys_siglist[num]), in strsignal()
114 catgets(catd, 2, 0xffff, UPREFIX), in strsignal()
H A Dstrerror.c93 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 DSymbol.map3 catgets;
H A DMakefile.inc9 MAN+= catclose.3 catgets.3 catopen.3
H A Dmsgcat.c275 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() function
/freebsd/include/
H A Dnl_types.h92 char *catgets(nl_catd, int, int, const char *) __format_arg(4);
/freebsd/contrib/ntp/libntp/lib/isc/nls/
H A Dmsgcat.c127 return (catgets(msgcat->catalog, set, message, default_text)); in isc_msgcat_get()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp156 __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 Dglobal_symbols.txt81 catgets U
/freebsd/contrib/diff/
H A DABOUT-NLS40 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 Dvm.c1446 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 Dmsg.c827 (p = catgets(gp->catd, 1, msgno, str)) != NULL) { in msg_cat()
/freebsd/contrib/tcsh/
H A Dsh.func.c2614 while ((res = catgets(ctd, set_id, msg_id, s)) == s && errno == EINTR) {
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1438 fun:catgets=uninstrumented
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale3094 char* __n = catgets(__cat, __set, __msgid, __ndflt.c_str());