Searched refs:creatorstr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dtsig.c197 char creatorstr[DNS_NAME_FORMATSIZE]; local
207 dns_name_format(key->creator, creatorstr, sizeof(creatorstr));
209 strcpy(creatorstr, "<null>");
218 namestr, creatorstr, message);
564 char creatorstr[1024]; local
576 creatorstr, &inception, &expire, algorithmstr, keystr);
595 isc_buffer_init(&b, creatorstr, strlen(creatorstr));
596 isc_buffer_add(&b, strlen(creatorstr));
633 char creatorstr[DNS_NAME_FORMATSIZE]; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c6982 char creatorstr[DNS_NAME_FORMATSIZE]; local
7022 dns_name_format(tkey->creator, creatorstr,
7023 sizeof(creatorstr));
7027 viewname, namestr, creatorstr);

Completed in 108 milliseconds