Searched refs:nl_catd (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/include/
H A Dnl_types.h83 } *nl_catd; typedef in typeref:struct:__nl_cat_d
91 nl_catd catopen(const char *, int);
92 char *catgets(nl_catd, int, int, const char *) __format_arg(4);
93 int catclose(nl_catd);
/freebsd-current/contrib/ntp/libntp/lib/isc/nls/
H A Dmsgcat.c35 #include <nl_types.h> /* Required for nl_catd. */
49 nl_catd catalog;
100 if (msgcat->catalog != (nl_catd)(-1))
/freebsd-current/lib/libc/nls/
H A Dmsgcat.c79 #define NLERR ((nl_catd) -1)
103 static nl_catd load_msgcat(const char *, const char *, const char *);
112 nl_catd catd;
120 nl_catd
126 nl_catd
275 catgets(nl_catd catd, int set_id, int msg_id, const char *s)
358 catclose(nl_catd catd)
385 static nl_catd
389 nl_catd catd;
/freebsd-current/lib/libc/net/
H A Dgai_strerror.c83 nl_catd catd;
/freebsd-current/lib/libc/string/
H A Dstrsignal.c97 nl_catd catd;
H A Dstrerror.c83 nl_catd catd;
/freebsd-current/contrib/nvi/common/
H A Dmsg.c704 nl_catd catd;
722 if ((catd = catopen(p, NL_CAT_LOCALE)) == (nl_catd)-1) {
763 if (gp->catd != (nl_catd)-1)
826 if (gp != NULL && gp->catd != (nl_catd)-1 &&
H A Dgs.h73 nl_catd catd; /* Message catalog descriptor. */
H A Dmain.c61 gp->catd = (nl_catd)-1;
/freebsd-current/contrib/tcsh/
H A Dsh.decls.h205 extern char *xcatgets (nl_catd, int, int, const char *);
207 extern char *iconv_catgets (nl_catd, int, int, const char *);
H A Dsh.h1243 EXTERN nl_catd catd;
/freebsd-current/contrib/bc/include/
H A Dvm.h496 #define BC_VM_INVALID_CATALOG ((nl_catd) -1)
749 nl_catd catalog;
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp78 #define KMP_I18N_NULLCAT ((nl_catd)(-1))
79 static nl_catd cat = KMP_I18N_NULLCAT; // !!! Shall it be volatile?
/freebsd-current/contrib/ee/
H A Dee.c101 nl_catd catalog;

Completed in 217 milliseconds