Searched refs:isc_file_mktemplate (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dfile.h69 isc_file_mktemplate(const char *path, char *buf, size_t buflen);
122 *\li isc_file_mktemplate is a good, portable way to get a template.
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dfile.c159 isc_file_mktemplate(const char *path, char *buf, size_t buflen) { function
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfile.c259 isc_file_mktemplate(const char *path, char *buf, size_t buflen) { function
/bind-9.6-ESV-R11/bin/tests/dst/
H A Dt_dst.c207 ret = isc_file_mktemplate("/tmp/", tmp, sizeof(tmp));
209 t_info("isc_file_mktemplate failed %s\n",
300 ret = isc_file_mktemplate("/tmp/", tmp, sizeof(tmp));
302 t_info("isc_file_mktemplate failed %s\n",
/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c1557 result = isc_file_mktemplate(file, tempname, tempnamelen);
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c3561 result = isc_file_mktemplate(output, tempfile, tempfilelen);
3562 check_result(result, "isc_file_mktemplate");

Completed in 34 milliseconds