HomeSort by: relevance | last modified time | path
    Searched refs:buffer_printf (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/nsd/dist/
rdata.c 162 buffer_printf(output, "%s", wiredname2str(name));
188 buffer_printf(output, "%s", dname_to_string(dname, NULL));
241 buffer_printf(output, "\"");
246 buffer_printf(output, "\\");
248 buffer_printf(output, "%c", ch);
250 buffer_printf(output, "\\%03u",
254 buffer_printf(output, "\"");
264 buffer_printf(output, "\"");
269 buffer_printf(output, "\\");
271 buffer_printf(output, "%c", ch)
    [all...]
buffer.c 107 buffer_printf(buffer_type *buffer, const char *format, ...) function
util.c 927 buffer_printf(output, "$ORIGIN %s\n",
932 buffer_printf(output, "%s",
938 buffer_printf(output, "%s", dname_to_string(owner, NULL));
941 buffer_printf(output, "\t%lu\t%s\t%s",
947 buffer_printf(output, "\t");
961 buffer_printf(output, "\n");
buffer.h 513 int buffer_printf(buffer_type *buffer, const char *format, ...)
xfrd.c 2553 buffer_printf(packet, "received update to serial %u at %s from %s",
2557 buffer_printf(packet, " TSIG verified with key %s",
2562 buffer_printf(packet, " TLS authenticated with domain %s",
2596 buffer_printf(packet, " cert-serial:%s", cert_serial);
2599 buffer_printf(packet, " key-id:%s", key_id);
2602 buffer_printf(packet, " cert-algo:%s", cert_algorithm);
2605 buffer_printf(packet, " tls-version:%s", tls_version);
ixfr.c 1996 buffer_printf(rr_buffer, "%s", dname_to_string(dname, NULL));
1997 buffer_printf(rr_buffer, "\t%lu\t%s\t%s", (unsigned long)rr->ttl,

Completed in 24 milliseconds