Searched refs:nl_catd (Results 1 – 16 of 16) sorted by relevance
/freebsd/include/ |
H A D | nl_types.h | 83 } *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 D | msgcat.c | 79 #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 D | msgcat.c | 49 nl_catd catalog; 100 if (msgcat->catalog != (nl_catd)(-1)) in isc_msgcat_close()
|
/freebsd/lib/libc/net/ |
H A D | gai_strerror.c | 83 nl_catd catd; in gai_strerror()
|
/freebsd/contrib/nvi/common/ |
H A D | msg.c | 704 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 D | gs.h | 73 nl_catd catd; /* Message catalog descriptor. */
|
H A D | main.c | 61 gp->catd = (nl_catd)-1; in editor()
|
/freebsd/lib/libc/string/ |
H A D | strsignal.c | 97 nl_catd catd; in strsignal()
|
H A D | strerror.c | 85 nl_catd catd; in __strerror_rl()
|
/freebsd/contrib/bc/include/ |
H A D | vm.h | 496 #define BC_VM_INVALID_CATALOG ((nl_catd) - 1) 749 nl_catd catalog;
|
/freebsd/contrib/tcsh/ |
H A D | sh.decls.h | 205 extern char *xcatgets (nl_catd, int, int, const char *); 207 extern char *iconv_catgets (nl_catd, int, int, const char *);
|
H A D | sh.func.c | 2609 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 D | sh.h | 1243 EXTERN nl_catd catd;
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_i18n.cpp | 78 #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 D | locale | 3092 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 D | ee.c | 101 nl_catd catalog;
|