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

/bind-9.11.3/lib/dns/
H A Dzone.c810 const char *templat);
16641 zone_saveunique(dns_zone_t *zone, const char *path, const char *templat) { argument
16646 buflen = strlen(path) + strlen(templat) + 2;
16652 result = isc_file_template(path, templat, buf, buflen);

Completed in 56 milliseconds