Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/lib/isc/include/isc/
Dfile.h175 isc_file_exists(const char *pathname);
/freebsd-9-stable/contrib/bind9/lib/isc/include/isc/
Dfile.h186 isc_file_exists(const char *pathname);
/freebsd-9-stable/contrib/bind9/bin/rndc/
Drndc.c488 if (! isc_file_exists(conffile)) { in parse_config()
495 if (! isc_file_exists(conffile)) in parse_config()
499 } else if (! c_flag && isc_file_exists(admin_keyfile)) { in parse_config()
/freebsd-9-stable/contrib/bind9/lib/irs/
Ddnsconf.c210 if (!isc_file_exists(filename)) in irs_dnsconf_load()
/freebsd-9-stable/contrib/ntp/lib/isc/win32/
Dlibisc.def221 isc_file_exists
Dfile.c393 isc_file_exists(const char *pathname) { in isc_file_exists() function
/freebsd-9-stable/contrib/ntp/lib/isc/unix/
Dfile.c344 isc_file_exists(const char *pathname) { in isc_file_exists() function
/freebsd-9-stable/contrib/bind9/lib/isc/unix/
Dfile.c398 isc_file_exists(const char *pathname) { in isc_file_exists() function
/freebsd-9-stable/contrib/bind9/bin/dig/
Ddighost.c1078 if (! isc_file_exists(keyfile)) in read_confkey()
4337 result = isc_file_exists(trustedkey); in get_trusted_key()
4339 result = isc_file_exists("/etc/trusted-key.key"); in get_trusted_key()
4341 result = isc_file_exists("./trusted-key.key"); in get_trusted_key()
/freebsd-9-stable/contrib/bind9/bin/named/
Dcontrolconf.c823 if (! isc_file_exists(ns_g_keyfile)) in get_rndckey()
Dserver.c4780 if (isc_file_exists(filename)) in generate_session_key()
/freebsd-9-stable/contrib/bind9/bin/nsupdate/
Dnsupdate.c618 if (! isc_file_exists(keyfile)) in read_sessionkey()
/freebsd-9-stable/contrib/bind9/lib/dns/
Dzone.c1735 !isc_file_exists(zone->masterfile)) { in zone_load()
/freebsd-9-stable/contrib/bind9/
DCHANGES10076 893. [func] Removed isc_file_test() and added isc_file_exists()