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

/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c2836 char mykeystr[DNS_NAME_FORMATSIZE]; local
2882 result = isc_string_printf(mykeystr, sizeof(mykeystr), "%u.sig-%s",
2885 fatal("isc_string_printf(mykeystr) failed: %s",
2887 isc_buffer_init(&buf, mykeystr, strlen(mykeystr));
2888 isc_buffer_add(&buf, strlen(mykeystr));

Completed in 21 milliseconds