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

/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dfile.h69 isc_file_mktemplate(const char *path, char *buf, size_t buflen);
123 *\li isc_file_mktemplate is a good, portable way to get a template.
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dfile.h69 isc_file_mktemplate(const char *path, char *buf, size_t buflen);
119 *\li isc_file_mktemplate is a good, portable way to get a template.
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dfile.c163 isc_file_mktemplate(const char *path, char *buf, size_t buflen) { function
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dfile.c256 isc_file_mktemplate(const char *path, char *buf, size_t buflen) { function
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dfile.c164 isc_file_mktemplate(const char *path, char *buf, size_t buflen) { function
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dfile.c258 isc_file_mktemplate(const char *path, char *buf, size_t buflen) { function
/macosx-10.10/bind9-45.101/bind9/bin/tests/dst/
H A Dt_dst.c201 ret = isc_file_mktemplate("/tmp/", tmp, sizeof(tmp));
203 t_info("isc_file_mktemplate failed %s\n",
291 ret = isc_file_mktemplate("/tmp/", tmp, sizeof(tmp));
293 t_info("isc_file_mktemplate failed %s\n",
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dmasterdump.c1559 result = isc_file_mktemplate(file, tempname, tempnamelen);
H A Dview.c296 result = isc_file_mktemplate(keyfile, template,
/macosx-10.10/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-signzone.c3892 result = isc_file_mktemplate(output, tempfile, tempfilelen);
3893 check_result(result, "isc_file_mktemplate");
/macosx-10.10/bind9-45.101/bind9/bin/dig/
H A Ddighost.c4186 result = isc_file_mktemplate(file, tempname, tempnamelen);

Completed in 257 milliseconds