/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | main.h | 26 ns_main_earlyfatal(const char *format, ...) 30 ns_main_earlywarning(const char *format, ...) ISC_FORMAT_PRINTF(1, 2);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | error.c | 61 isc_error_unexpected(const char *file, int line, const char *format, ...) { argument 64 va_start(args, format); 65 (unexpected_callback)(file, line, format, args); 70 isc_error_fatal(const char *file, int line, const char *format, ...) { argument 73 va_start(args, format); 74 (fatal_callback)(file, line, format, args); 87 default_unexpected_callback(const char *file, int line, const char *format, argument 91 vfprintf(stderr, format, args); 97 default_fatal_callback(const char *file, int line, const char *format, argument 103 vfprintf(stderr, format, arg [all...] |
H A D | print.c | 38 isc_print_sprintf(char *str, const char *format, ...) { argument 41 va_start(ap, format); 42 vsprintf(str, format, ap); 52 isc_print_snprintf(char *str, size_t size, const char *format, ...) { argument 56 va_start(ap, format); 57 ret = vsnprintf(str, size, format, ap); 68 isc_print_vsnprintf(char *str, size_t size, const char *format, va_list ap) { argument 100 INSIST(format != NULL); 102 while (*format != '\0') { 103 if (*format ! [all...] |
H A D | string.c | 174 isc_string_printf(char *target, size_t size, const char *format, ...) { argument 180 va_start(args, format); 181 n = vsnprintf(target, size, format, args); 195 isc_string_printf_truncate(char *target, size_t size, const char *format, ...) argument 201 va_start(args, format); 203 (void)vsnprintf(target, size, format, args);
|
H A D | log.c | 243 const char *format, va_list args) 831 isc_logmodule_t *module, int level, const char *format, ...) 839 va_start(args, format); 841 NULL, 0, 0, format, args); 848 const char *format, va_list args) 854 NULL, 0, 0, format, args); 859 isc_logmodule_t *module, int level, const char *format, ...) 867 va_start(args, format); 869 NULL, 0, 0, format, args); 876 const char *format, va_lis 830 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument 846 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument 858 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument 874 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument 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/lwres/ |
H A D | print.c | 36 lwres__print_sprintf(char *str, const char *format, ...) { argument 39 va_start(ap, format); 40 vsprintf(str, format, ap); 50 lwres__print_snprintf(char *str, size_t size, const char *format, ...) { argument 54 va_start(ap, format); 55 ret = vsnprintf(str, size, format, ap); 66 lwres__print_vsnprintf(char *str, size_t size, const char *format, va_list ap) { argument 97 INSIST(format != NULL); 99 while (*format != '\0') { 100 if (*format ! [all...] |
H A D | print_p.h | 68 lwres__print_vsnprintf(char *str, size_t size, const char *format, va_list ap) 76 lwres__print_snprintf(char *str, size_t size, const char *format, ...) 86 lwres__print_sprintf(char *str, const char *format, ...) LWRES_FORMAT_PRINTF(2, 3);
|
/bind-9.6-ESV-R11/bin/rndc/ |
H A D | util.c | 48 fatal(const char *format, ...) { argument 52 va_start(args, format); 53 vfprintf(stderr, format, args);
|
H A D | util.h | 48 fatal(const char *format, ...)
|
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | print.h | 69 isc_print_vsnprintf(char *str, size_t size, const char *format, va_list ap) 74 isc_print_snprintf(char *str, size_t size, const char *format, ...) 81 isc_print_sprintf(char *str, const char *format, ...) ISC_FORMAT_PRINTF(2, 3);
|
H A D | log.h | 543 *\li The format argument is a printf(3) string, with additional arguments 557 *\li format != NULL. 570 const char *format, ...) 582 *\li The format argument is a printf(3) string, with additional arguments 596 *\li format != NULL. 609 const char *format, va_list args) 620 isc_logmodule_t *module, int level, const char *format, ...) 631 isc_logmodule_t *module, int level, const char *format, 642 * format argument. The format argumen [all...] |
H A D | string.h | 141 isc_string_printf(char *target, size_t size, const char *format, ...) 144 * Print 'format' to 'target' which is a pointer to a string of at least 150 * 'format' == NULL or points to a NUL terminated string. 161 * ISC_R_SUCCESS -- 'format' was successfully printed to 'target'. 162 * ISC_R_NOSPACE -- 'format' could not be printed to 'target' since it 167 isc_string_printf_truncate(char *target, size_t size, const char *format, ...) 170 * Print 'format' to 'target' which is a pointer to a string of at least 176 * 'format' == NULL or points to a NUL terminated string.
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | nsec3hash.c | 41 fatal(const char *format, ...) ISC_PLATFORM_NORETURN_POST; 44 fatal(const char *format, ...) { argument 48 va_start(args, format); 49 vfprintf(stderr, format, args);
|
H A D | cfg_test.c | 36 check_result(isc_result_t result, const char *format, ...) { argument 42 va_start(args, format); 43 vfprintf(stderr, format, args);
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | master.h | 63 * Structures that implement the "raw" format for master dump. 72 isc_uint32_t format; /* must be member in struct:__anon93 115 dns_masterformat_t format); 126 dns_masterformat_t format); 176 dns_masterformat_t format); 189 dns_masterformat_t format);
|
H A D | masterdump.h | 119 * A master file style that dumps zones to a very generic format easily 133 * A master style format designed for cache files. It prints explicit TTL 222 dns_masterformat_t format, FILE *f); 224 * Dump the database 'db' to the steam 'f' in the specified format by 225 * 'format'. If the format is dns_masterformat_text (the RFC1035 format), 229 * which always specifies the dns_masterformat_text format. 257 isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp, dns_masterformat_t format); 268 dns_masterformat_t format); [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | error.c | 64 void (*format)(const atf_error_t, char *, size_t)) 73 err->m_format = (format == NULL) ? error_format : format; 95 void (*format)(const atf_error_t, char *, size_t)) 107 if (!error_init(err, type, data, datalen, format)) {
|
H A D | error_test.c | 137 ATF_TC(format); variable 138 ATF_TC_HEAD(format, tc) 143 ATF_TC_BODY(format, tc) 297 ATF_TP_ADD_TC(tp, format);
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | main.c | 92 ns_main_earlywarning(const char *format, ...) { argument 95 va_start(args, format); 99 format, args); 102 vfprintf(stderr, format, args); 110 ns_main_earlyfatal(const char *format, ...) { argument 113 va_start(args, format); 117 format, args); 123 vfprintf(stderr, format, args); 170 library_fatal_error(const char *file, int line, const char *format, 175 library_fatal_error(const char *file, int line, const char *format, argument 215 library_unexpected_error(const char *file, int line, const char *format, va_list args) argument [all...] |
/bind-9.6-ESV-R11/bin/tests/system/masterformat/ns1/ |
H A D | named.conf | 34 masterfile-format raw; 41 masterfile-format raw;
|
/bind-9.6-ESV-R11/lib/tests/include/tests/ |
H A D | t_api.h | 77 t_info(const char *format, ...) ISC_FORMAT_PRINTF(1, 2);
|
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | check-style.sh | 148 for format in $(guess_formats ${1}); do 149 awk -f ${topdir}/admin/check-style-${format}.awk ${1} || err=1
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | log.c | 388 char format[256]; local 393 format[0] ='\0'; 399 snprintf (format, sizeof (format), "%s: %s", lg_lvl2str(priority), fmt); 400 fmt = format; 423 if ( fmt != format ) /* level is not in fmt string */
|
/bind-9.6-ESV-R11/bin/dnssec/ |
H A D | dnssectool.h | 31 fatal(const char *format, ...)
|
/bind-9.6-ESV-R11/bin/tests/system/masterformat/ns2/ |
H A D | named.conf | 41 masterfile-format raw;
|