Searched defs:printname (Results 1 - 2 of 2) sorted by relevance

/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 35 milliseconds