Searched defs:msgcat (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/nls/
H A Dmsgcat.c18 /* $Id: msgcat.c,v 1.18 2007/06/19 23:47:18 tbox Exp $ */
20 /*! \file msgcat.c
31 #include <isc/msgcat.h>
58 isc_msgcat_t *msgcat; local
67 msgcat = malloc(sizeof(*msgcat));
68 if (msgcat == NULL) {
79 msgcat->catalog = catopen(name, 0);
81 msgcat->magic = MSGCAT_MAGIC;
83 *msgcatp = msgcat;
88 isc_msgcat_t *msgcat; local
111 isc_msgcat_get(isc_msgcat_t *msgcat, int set, int message, const char *default_text) argument
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dresult.c38 isc_msgcat_t * msgcat; member in struct:resulttable
117 isc_msgcat_t *msgcat, int set)
135 table->msgcat = msgcat;
193 text = isc_msgcat_get(table->msgcat, table->set,
209 const char **text, isc_msgcat_t *msgcat, int set)
213 return (register_table(base, nresults, text, msgcat, set));
116 register_table(unsigned int base, unsigned int nresults, const char **text, isc_msgcat_t *msgcat, int set) argument
208 isc_result_register(unsigned int base, unsigned int nresults, const char **text, isc_msgcat_t *msgcat, int set) argument
H A Dlog.c242 isc_msgcat_t *msgcat, int msgset, int msg,
888 isc_msgcat_t *msgcat, int msgset, int msg,
899 msgcat, msgset, msg, format, args);
906 isc_msgcat_t *msgcat, int msgset, int msg,
913 msgcat, msgset, msg, format, args);
919 isc_msgcat_t *msgcat, int msgset, int msg,
930 msgcat, msgset, msg, format, args);
937 isc_msgcat_t *msgcat, int msgset, int msg,
944 msgcat, msgset, msg, format, args);
1406 isc_msgcat_t *msgcat, in
886 isc_log_iwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
904 isc_log_ivwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
917 isc_log_iwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
935 isc_log_ivwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
1404 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_boolean_t write_once, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
[all...]
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c426 isc_msgcat_t *msgcat, int msgset, int message,
843 isc_msgcat_t *msgcat, int msgset, int message,
860 msgcat, msgset, message,
865 msgcat, msgset, message,
841 socket_log(int lineno, isc_socket_t *sock, isc_sockaddr_t *address, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int message, const char *fmt, ...) argument
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c560 isc_msgcat_t *msgcat, int msgset, int message,
565 isc_msgcat_t *msgcat, int msgset, int message,
581 msgcat, msgset, message,
586 msgcat, msgset, message,
563 socket_log(isc_socket_t *sock, isc_sockaddr_t *address, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int message, const char *fmt, ...) argument

Completed in 39 milliseconds