Home
last modified time | relevance | path

Searched refs:isc_file_exists (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dfile.c417 isc_file_exists(const char *pathname) { in isc_file_remove()
741 if (isc_file_exists(buf)) { in isc_file_sanitize()
751 if (isc_file_exists(buf)) { in isc_file_sanitize()
435 isc_file_exists(const char *pathname) { isc_file_exists() function
H A Dlog.c1239 !isc_file_exists(current)) in remove_old_tsversions()
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dfile.h175 isc_file_exists(const char *pathname);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dfile.c436 isc_file_exists(const char *pathname) { in isc_file_exists() function
807 if (isc_file_exists(buf)) { in isc_file_sanitize()
817 if (isc_file_exists(buf)) { in isc_file_sanitize()
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Ddnstap_test.c101 assert_true(isc_file_exists(TAPFILE)); in ISC_RUN_TEST_IMPL()
118 assert_false(isc_file_exists(TAPSOCK)); in ISC_RUN_TEST_IMPL()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dfile.h184 isc_file_exists(const char *pathname);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/
H A Ddnsconf.c231 if (!isc_file_exists(filename)) { in irs_dnsconf_load()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dview.c2141 } else if (directory == NULL || isc_file_exists(buffer)) { in nz_legacy()
2152 if (result != ISC_R_SUCCESS || isc_file_exists(buffer)) { in nz_legacy()
H A Dzone.c2301 !isc_file_exists(zone->masterfile)) in zone_load()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dview.c1791 } else if (directory == NULL || isc_file_exists(buffer)) { in dns_view_adddelegationonly()
1802 if (result != ISC_R_SUCCESS || isc_file_exists(buffer)) {
H A Dzone.c2340 !isc_file_exists(zone->masterfile))) in zone_load()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlog.c1273 !isc_file_exists(current)) in roll_increment()