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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drbt.h607 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname,
613 * \li 'size' is the length of the printname buffer. This should be
617 * \li node and printname are not NULL.
620 * \li The 'printname' pointer.
/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c1396 dns_rbt_formatnodename(dns_rbtnode_t *node, char *printname, unsigned int size) argument
1403 REQUIRE(printname != NULL);
1409 dns_name_format(name, printname, size);
1411 snprintf(printname, size, "<error building name: %s>",
1414 return (printname);
H A Drbtdb.c1780 char printname[DNS_NAME_FORMATSIZE]; local
1790 printname,
1791 sizeof(printname)));
4977 char printname[DNS_NAME_FORMATSIZE]; local
5008 printname,
5009 sizeof(printname)));
5032 printname);
5042 printname);
5046 "overmem cache: saved %s", printname);

Completed in 37 milliseconds