Searched refs:isc_file_exists (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dfile.h174 isc_file_exists(const char *pathname);
/bind-9.6-ESV-R11/contrib/sdb/bdb/
H A Dbdb.c80 if (isc_file_exists(*argv) != ISC_TRUE) {
84 "isc_file_exists: %s", *argv);
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dfile.c334 isc_file_exists(const char *pathname) { function
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfile.c394 isc_file_exists(const char *pathname) { function
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.c458 if (! isc_file_exists(conffile)) {
465 if (! isc_file_exists(conffile))
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c4118 result = isc_file_exists(trustedkey);
4120 result = isc_file_exists("/etc/trusted-key.key");
4122 result = isc_file_exists("./trusted-key.key");
/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c1451 !isc_file_exists(zone->masterfile)) {

Completed in 54 milliseconds