Searched refs:printname (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Drbt.h660 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname,
666 * \li 'size' is the length of the printname buffer. This should be
670 * \li node and printname are not NULL.
673 * \li The 'printname' pointer.
/bind-9.11.3/lib/dns/
H A Drbt.c2210 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname, unsigned int size) argument
2217 REQUIRE(printname != NULL);
2223 dns_name_format(name, printname, size);
2225 snprintf(printname, size, "<error building name: %s>",
2228 return (printname);
H A Drbtdb.c1977 char printname[DNS_NAME_FORMATSIZE]; local
1985 printname, sizeof(printname)),
5583 char printname[DNS_NAME_FORMATSIZE]; local
5614 printname,
5615 sizeof(printname)));
5637 printname);
5646 printname);
5650 "overmem cache: saved %s", printname);

Completed in 1212 milliseconds