HomeSort by: relevance | last modified time | path
    Searched refs:isc_file_template (Results 1 - 10 of 10) sorted by relevancy

  /src/external/mpl/bind/dist/tests/isc/
file_test.c 94 ISC_RUN_TEST_IMPL(isc_file_template) {
102 result = isc_file_template("/absolute/path", "file-XXXXXXXX", buf,
107 result = isc_file_template("relative/path", "file-XXXXXXXX", buf,
112 result = isc_file_template("/trailing/slash/", "file-XXXXXXXX", buf,
117 result = isc_file_template("relative/trailing/slash/", "file-XXXXXXXX",
122 result = isc_file_template("/", "file-XXXXXXXX", buf, sizeof(buf));
126 result = isc_file_template("noslash", "file-XXXXXXXX", buf,
131 result = isc_file_template(NULL, "file-XXXXXXXX", buf, sizeof(buf));
139 ISC_TEST_ENTRY(isc_file_template)
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
file.h 249 isc_file_template(const char *path, const char *templet, char *buf,
  /src/external/mpl/bind/dist/lib/isc/include/isc/
file.h 265 isc_file_template(const char *path, const char *templet, char *buf,
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
file.h 274 isc_file_template(const char *path, const char *templet, char *buf,
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
file.c 168 return (isc_file_template(path, TEMPLATE, buf, buflen));
172 isc_file_template(const char *path, const char *templet, char *buf, function
  /src/external/mpl/bind/dist/lib/isc/
file.c 224 return isc_file_template(path, TEMPLATE, buf, buflen);
228 isc_file_template(const char *path, const char *templet, char *buf, function
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
file.c 226 return (isc_file_template(path, TEMPLATE, buf, buflen));
230 isc_file_template(const char *path, const char *templet, char *buf, function
  /src/external/mpl/bind/dist/bin/named/
server.c 13206 result = isc_file_template(view->new_zone_file, "nzf-XXXXXXXX", tmp,
  /src/external/mpl/bind/dist/lib/dns/
zone.c 19697 result = isc_file_template(path, templat, buf, buflen);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 19471 result = isc_file_template(path, templat, buf, buflen);

Completed in 67 milliseconds