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

  /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/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/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

Completed in 17 milliseconds