Searched defs:printname (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rbt.c | 1396 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 D | rbtdb.c | 1780 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 5308 milliseconds