Home
last modified time | relevance | path

Searched refs:isc_buffer_printf (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Dbuffer_test.c173 ISC_RUN_TEST_IMPL(isc_buffer_printf) { in ISC_RUN_TEST_IMPL()
191 result = isc_buffer_printf(b, "foo"); in ISC_RUN_TEST_IMPL()
196 result = isc_buffer_printf(b, "bar"); in ISC_RUN_TEST_IMPL() argument
217 isc_buffer_printf(b, "%d", 42); in ISC_RUN_TEST_IMPL()
221 isc_buffer_printf(b, "baz%1X", 42); in ISC_RUN_TEST_IMPL()
225 isc_buffer_printf(b, "%6.1f", 42.42f); in ISC_RUN_TEST_IMPL()
245 result = isc_buffer_printf(b, empty_fmt, ""); in ISC_RUN_TEST_IMPL()
256 result = isc_buffer_printf(&sb, "123456"); in ISC_RUN_TEST_IMPL()
261 result = isc_buffer_printf(&sb, "789"); in ISC_RUN_TEST_IMPL()
266 result = isc_buffer_printf( in ISC_RUN_TEST_IMPL()
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dkeymgr.c2354 isc_buffer_printf(buf, "%s", pre); in keytime_status()
2358 isc_buffer_printf(buf, "yes - since "); in keytime_status()
2360 isc_buffer_printf(buf, "no - scheduled "); in keytime_status()
2362 isc_buffer_printf(buf, "no\n"); in keytime_status()
2367 isc_buffer_printf(buf, "%s\n", timestr); in keytime_status()
2391 isc_buffer_printf(buf, "\n"); in rollover_status()
2410 isc_buffer_printf(buf, " Key is retired, will " in rollover_status()
2414 isc_buffer_printf(buf, "%s", timestr); in rollover_status()
2417 isc_buffer_printf( in rollover_status()
2428 isc_buffer_printf(buf, in rollover_status()
[all …]
H A Ddst_api.c2325 return (isc_buffer_printf(out, "+%03d+%05d%s", alg, id, suffix)); in buildfilename()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dkeymgr.c2413 isc_buffer_printf(buf, "%s", pre); in rollover_status()
2417 isc_buffer_printf(buf, "yes - since "); in rollover_status()
2419 isc_buffer_printf(buf, "no - scheduled "); in rollover_status()
2421 isc_buffer_printf(buf, "no\n"); in rollover_status()
2426 isc_buffer_printf(buf, "%s\n", timestr); in rollover_status()
2450 isc_buffer_printf(buf, "\n"); in rollover_status()
2469 isc_buffer_printf(buf, " Key is retired, will "
2473 isc_buffer_printf(buf, "%s", timestr); in keystate_status()
2476 isc_buffer_printf( in keystate_status()
2485 isc_buffer_printf(bu in keystate_status()
[all...]
H A Ddst_api.c2301 return isc_buffer_printf(out, "+%03d+%05d%s", alg, id, suffix);
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dhttpd.c1005 result = isc_buffer_printf(req->sendbuffer, "HTTP/1.%u %03u %s\r\n", in isc_httpdmgr_shutdown()
1017 result = isc_buffer_printf(req->sendbuffer, "%s: %s\r\n", name, in isc_httpdmgr_shutdown()
1020 result = isc_buffer_printf(req->sendbuffer, "%s\r\n", name); in isc_httpdmgr_shutdown()
1030 result = isc_buffer_printf(req->sendbuffer, "\r\n"); in httpd_response()
1039 result = isc_buffer_printf(req->sendbuffer, "%s: %d\r\n", name, val);
H A Dbuffer.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhttpd.c1156 return (isc_buffer_printf(&httpd->headerbuffer, "%s %03u %s\r\n", in isc_httpd_response()
1182 return (isc_buffer_printf(&httpd->headerbuffer, "%s: %s\r\n", in isc_httpd_addheader()
1185 return (isc_buffer_printf(&httpd->headerbuffer, "%s\r\n", in isc_httpd_addheader()
1203 return (isc_buffer_printf(&httpd->headerbuffer, "\r\n")); in isc_httpd_endheaders()
1227 return (isc_buffer_printf(&httpd->headerbuffer, "%s: %s\r\n", name, in isc_httpd_addheaderuint()
H A Dbuffer.c507 isc_buffer_printf(isc_buffer_t *b, const char *format, ...) { in isc_buffer_printf() function
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dbuffer.h465 isc_buffer_printf(isc_buffer_t *restrict b, const char *restrict format, ...)
1224 isc_buffer_printf(isc_buffer_t *restrict b, const char *restrict format, ...) {
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dbuffer.h741 isc_buffer_printf(isc_buffer_t *b, const char *format, ...)