Home
last modified time | relevance | path

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

/dragonfly/lib/libc/net/
HDgai_strerror.c102 strlcpy(buf, catgets(catd, 3, ecode, ai_errlist[ecode]), in gai_strerror()
105 strlcpy(buf, catgets(catd, 3, NL_MSGMAX - 1, "Success"), in gai_strerror()
108 strlcpy(buf, catgets(catd, 3, NL_MSGMAX, "Unknown error"), in gai_strerror()
/dragonfly/contrib/ee/
HDcreate.make152 catgets=""
154 catgets="-DNO_CATGETS"
260 echo "DEFINES = $termio $terminfo_exists $BSD_SELECT $catgets $select $curses " > make.local
HDmake.default15 # define. If the system supports setlocale(), catopen(), and catgets() and
HDee.c5063 temp1 = catgets(catalog, 1, number, string);
/dragonfly/lib/libc/string/
HDstrsignal.c107 catgets(catd, 2, num, sys_siglist[num]), in strsignal()
115 catgets(catd, 2, 0xffff, UPREFIX), in strsignal()
HDstrerror.c95 catgets(catd, 1, 0xffff, UPREFIX), in strerror_rl()
104 catgets(catd, 1, errnum, sys_errlist[errnum]), in strerror_rl()
/dragonfly/lib/libc/nls/
HDSymbol.map3 catgets;
HDMakefile.inc10 MAN+= catclose.3 catgets.3 catopen.3
HDmsgcat.c266 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() function
/dragonfly/include/
HDnl_types.h95 char *catgets(nl_catd, int, int, const char *) __format_arg(4);
/dragonfly/usr.bin/sort/
HDsort.h52 #define getstr(n) catgets(catalog, 1, n, nlsstr[n])
/dragonfly/contrib/cryptsetup/
HDABOUT-NLS41 of a `catgets' implementation. Future versions of GNU `gettext' will
85 The configuration process will not test for the `catgets' function
87 emulation of `gettext' on top of `catgets' could not provide all the
/dragonfly/contrib/nvi2/common/
HDmsg.c827 (p = catgets(gp->catd, 1, msgno, str)) != NULL) { in msg_cat()
/dragonfly/contrib/tcsh-6/
HDsh.func.c2564 while ((res = catgets(ctd, set_id, msg_id, s)) == s && errno == EINTR) {