Searched refs:ISC_R_FILENOTFOUND (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dresult.h67 #define ISC_R_FILENOTFOUND 38 /*%< file not found */ macro
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Derrno2result.c48 return (ISC_R_FILENOTFOUND);
H A Dfile.c561 } else if (result == ISC_R_FILENOTFOUND) {
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dresult.h67 #define ISC_R_FILENOTFOUND 38 /*%< file not found */ macro
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Derrno2result.c48 return (ISC_R_FILENOTFOUND);
H A Dfile.c490 } else if (result == ISC_R_FILENOTFOUND) {
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Derrno2result.c49 return (ISC_R_FILENOTFOUND);
H A Dfile.c561 } else if (result == ISC_R_FILENOTFOUND) {
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlogconf.c236 if (result == ISC_R_SUCCESS || result == ISC_R_FILENOTFOUND) {
H A Dserver.c4960 (!ns_g_conffileset && result == ISC_R_FILENOTFOUND)))
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dlog.c1269 result != ISC_R_FILENOTFOUND)
1289 result != ISC_R_FILENOTFOUND)
1303 result != ISC_R_FILENOTFOUND)
1310 result != ISC_R_FILENOTFOUND)
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dlog.c1269 result != ISC_R_FILENOTFOUND)
1289 result != ISC_R_FILENOTFOUND)
1303 result != ISC_R_FILENOTFOUND)
1310 result != ISC_R_FILENOTFOUND)
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddnssec.c717 if (result == ISC_R_FILENOTFOUND) {
754 if (result == ISC_R_FILENOTFOUND || result == ISC_R_NOPERM) {
1570 if (result == ISC_R_FILENOTFOUND) {
1607 if (result == ISC_R_FILENOTFOUND || result == ISC_R_NOPERM) {
H A Djournal.c584 if (result == ISC_R_FILENOTFOUND) {
2290 result != ISC_R_FILENOTFOUND)
H A Dmaster.c296 if (result == ISC_R_INVALIDFILE || result == ISC_R_FILENOTFOUND || \
778 if (result != ISC_R_SUCCESS && result != ISC_R_FILENOTFOUND) {
H A Dzone.c3884 if (result == ISC_R_FILENOTFOUND)
3894 inline_secure(zone) && result == ISC_R_FILENOTFOUND)
3902 result == ISC_R_FILENOTFOUND)
4313 if (!(inline_secure(zone) && result == ISC_R_FILENOTFOUND))
10757 if (result == ISC_R_FILENOTFOUND) {
13807 result == ISC_R_FILENOTFOUND)
13811 result == ISC_R_FILENOTFOUND) &&
/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Dresconf.c584 ret = ISC_R_FILENOTFOUND;
/freebsd-9.3-release/contrib/bind9/bin/nsupdate/
H A Dnsupdate.c603 return (ISC_R_FILENOTFOUND);
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c1790 case ISC_R_FILENOTFOUND:
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddighost.c1067 return (ISC_R_FILENOTFOUND);

Completed in 425 milliseconds