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

/bind-9.11.3/lib/isc/include/isc/
H A Dfile.h177 isc_file_exists(const char *pathname);
/bind-9.11.3/lib/isc/unix/
H A Dfile.c414 isc_file_exists(const char *pathname) { function
740 if (isc_file_exists(buf)) {
750 if (isc_file_exists(buf)) {
/bind-9.11.3/lib/isc/win32/
H A Dfile.c472 isc_file_exists(const char *pathname) { function
811 if (isc_file_exists(buf)) {
821 if (isc_file_exists(buf)) {
/bind-9.11.3/lib/dns/tests/
H A Ddnstap_test.c79 ATF_CHECK(isc_file_exists(TAPFILE));
93 ATF_CHECK(!isc_file_exists(TAPSOCK));
/bind-9.11.3/lib/irs/
H A Ddnsconf.c202 if (!isc_file_exists(filename))
/bind-9.11.3/contrib/sdb/bdb/
H A Dbdb.c80 if (isc_file_exists(*argv) != ISC_TRUE) {
84 "isc_file_exists: %s", *argv);
/bind-9.11.3/bin/rndc/
H A Drndc.c537 if (! isc_file_exists(conffile)) {
544 if (! isc_file_exists(conffile))
548 } else if (! c_flag && isc_file_exists(admin_keyfile)) {
/bind-9.11.3/lib/isc/
H A Dlog.c1241 if (!isc_file_exists(current))
/bind-9.11.3/bin/dig/
H A Ddighost.c1277 if (! isc_file_exists(keyfile))
5030 result = isc_file_exists(trustedkey);
5032 result = isc_file_exists("/etc/trusted-key.key");
5034 result = isc_file_exists("./trusted-key.key");
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c501 return (isc_file_exists(filename));
/bind-9.11.3/bin/named/
H A Dcontrolconf.c857 if (! isc_file_exists(ns_g_keyfile))
H A Dserver.c6594 if (!isc_file_exists(view->new_zone_file)) {
11691 if (!isc_file_exists(view->new_zone_file)) {
12453 if (file != NULL && isc_file_exists(file)) {
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c652 if (! isc_file_exists(keyfile))
/bind-9.11.3/lib/dns/
H A Dzone.c2088 !isc_file_exists(zone->masterfile)) {

Completed in 4078 milliseconds