Searched refs:catgets (Results 1 – 14 of 14) sorted by relevance
| /dragonfly/lib/libc/net/ |
| HD | gai_strerror.c | 102 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/ |
| HD | create.make | 152 catgets="" 154 catgets="-DNO_CATGETS" 260 echo "DEFINES = $termio $terminfo_exists $BSD_SELECT $catgets $select $curses " > make.local
|
| HD | make.default | 15 # define. If the system supports setlocale(), catopen(), and catgets() and
|
| HD | ee.c | 5063 temp1 = catgets(catalog, 1, number, string);
|
| /dragonfly/lib/libc/string/ |
| HD | strsignal.c | 107 catgets(catd, 2, num, sys_siglist[num]), in strsignal() 115 catgets(catd, 2, 0xffff, UPREFIX), in strsignal()
|
| HD | strerror.c | 95 catgets(catd, 1, 0xffff, UPREFIX), in strerror_rl() 104 catgets(catd, 1, errnum, sys_errlist[errnum]), in strerror_rl()
|
| /dragonfly/lib/libc/nls/ |
| HD | Symbol.map | 3 catgets;
|
| HD | Makefile.inc | 10 MAN+= catclose.3 catgets.3 catopen.3
|
| HD | msgcat.c | 266 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() function
|
| /dragonfly/include/ |
| HD | nl_types.h | 95 char *catgets(nl_catd, int, int, const char *) __format_arg(4);
|
| /dragonfly/usr.bin/sort/ |
| HD | sort.h | 52 #define getstr(n) catgets(catalog, 1, n, nlsstr[n])
|
| /dragonfly/contrib/cryptsetup/ |
| HD | ABOUT-NLS | 41 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/ |
| HD | msg.c | 827 (p = catgets(gp->catd, 1, msgno, str)) != NULL) { in msg_cat()
|
| /dragonfly/contrib/tcsh-6/ |
| HD | sh.func.c | 2564 while ((res = catgets(ctd, set_id, msg_id, s)) == s && errno == EINTR) {
|