Home
last modified time | relevance | path

Searched refs:nl_catd (Results 1 – 16 of 16) sorted by relevance

/freebsd/include/
H A Dnl_types.h83 } *nl_catd; typedef
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/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) in catgets()
358 catclose(nl_catd catd) in catclose()
385 static nl_catd
389 nl_catd catd; in load_msgcat()
/freebsd/contrib/ntp/libntp/lib/isc/nls/
H A Dmsgcat.c49 nl_catd catalog;
100 if (msgcat->catalog != (nl_catd)(-1)) in isc_msgcat_close()
/freebsd/lib/libc/net/
H A Dgai_strerror.c83 nl_catd catd; in gai_strerror()
/freebsd/contrib/nvi/common/
H A Dmsg.c704 nl_catd catd; in msg_open()
722 if ((catd = catopen(p, NL_CAT_LOCALE)) == (nl_catd)-1) { in msg_open()
763 if (gp->catd != (nl_catd)-1) in msg_close()
826 if (gp != NULL && gp->catd != (nl_catd)-1 && in msg_cat()
H A Dgs.h73 nl_catd catd; /* Message catalog descriptor. */
H A Dmain.c61 gp->catd = (nl_catd)-1; in editor()
/freebsd/lib/libc/string/
H A Dstrsignal.c97 nl_catd catd; in strsignal()
H A Dstrerror.c85 nl_catd catd; in __strerror_rl()
/freebsd/contrib/bc/include/
H A Dvm.h496 #define BC_VM_INVALID_CATALOG ((nl_catd) - 1)
749 nl_catd catalog;
/freebsd/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.func.c2609 xcatgets(nl_catd ctd, int set_id, int msg_id, const char *s)
2624 iconv_catgets(nl_catd ctd, int set_id, int msg_id, const char *s)
2714 if (catd != (nl_catd)-1) {
2721 nl_catd oldcatd = catd;
2722 catd = (nl_catd)-1;
H A Dsh.h1243 EXTERN nl_catd catd;
/freebsd/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/contrib/llvm-project/libcxx/include/
H A Dlocale3092 nl_catd __cat = (nl_catd)__c;
3093 static_assert(sizeof(catalog) >= sizeof(nl_catd), "Unexpected nl_catd type");
3109 catclose((nl_catd)__c);
/freebsd/contrib/ee/
H A Dee.c101 nl_catd catalog;