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

/bind-9.11.3/lib/isc/include/isc/
H A Dresult.h58 #define ISC_R_FILENOTFOUND 38 /*%< file not found */ macro
/bind-9.11.3/lib/isc/unix/
H A Derrno2result.c41 return (ISC_R_FILENOTFOUND);
H A Dfile.c598 } else if (result == ISC_R_FILENOTFOUND) {
/bind-9.11.3/lib/isc/win32/
H A Derrno2result.c42 return (ISC_R_FILENOTFOUND);
H A Dfile.c675 } else if (result == ISC_R_FILENOTFOUND) {
/bind-9.11.3/lib/isc/tests/
H A Derrno_test.c26 { ENOENT, ISC_R_FILENOTFOUND },
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddir.c61 result = ISC_R_FILENOTFOUND;
/bind-9.11.3/contrib/dlz/modules/include/
H A Ddlz_minimal.h67 #define ISC_R_FILENOTFOUND 38 macro
/bind-9.11.3/lib/isc/
H A Dlog.c1196 result != ISC_R_FILENOTFOUND)
1273 result != ISC_R_FILENOTFOUND)
1287 result != ISC_R_FILENOTFOUND)
1294 result != ISC_R_FILENOTFOUND)
/bind-9.11.3/bin/named/
H A Dlogconf.c249 if (result == ISC_R_SUCCESS || result == ISC_R_FILENOTFOUND) {
H A Dcontrolconf.c858 return (ISC_R_FILENOTFOUND);
H A Dserver.c7364 (!ns_g_conffileset && result == ISC_R_FILENOTFOUND)))
13742 (result != ISC_R_FILENOTFOUND) &&
/bind-9.11.3/lib/samples/
H A Dresolve.c407 if (result != ISC_R_SUCCESS && result != ISC_R_FILENOTFOUND) {
/bind-9.11.3/lib/irs/
H A Dresconf.c587 ret = ISC_R_FILENOTFOUND;
/bind-9.11.3/lib/dns/
H A Ddnssec.c776 if (result == ISC_R_FILENOTFOUND) {
831 if (result == ISC_R_FILENOTFOUND || result == ISC_R_NOPERM) {
1706 if (result == ISC_R_FILENOTFOUND) {
1761 if (result == ISC_R_FILENOTFOUND || result == ISC_R_NOPERM) {
H A Djournal.c581 if (result == ISC_R_FILENOTFOUND) {
2283 result != ISC_R_FILENOTFOUND)
H A Dmaster.c305 if (result == ISC_R_INVALIDFILE || result == ISC_R_FILENOTFOUND || \
2237 if (result != ISC_R_SUCCESS && result != ISC_R_FILENOTFOUND) {
2276 if (result != ISC_R_SUCCESS && result != ISC_R_FILENOTFOUND) {
H A Dzone.c4452 if (result == ISC_R_FILENOTFOUND)
4462 inline_secure(zone) && result == ISC_R_FILENOTFOUND)
4470 result == ISC_R_FILENOTFOUND)
4919 if (!(inline_secure(zone) && result == ISC_R_FILENOTFOUND))
11684 if (result == ISC_R_FILENOTFOUND) {
15164 result == ISC_R_FILENOTFOUND)
15168 result == ISC_R_FILENOTFOUND) &&
/bind-9.11.3/bin/delv/
H A Ddelv.c877 if (result != ISC_R_SUCCESS && result != ISC_R_FILENOTFOUND) {
/bind-9.11.3/lib/bind9/
H A Dcheck.c2363 case ISC_R_FILENOTFOUND:
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c653 return (ISC_R_FILENOTFOUND);
/bind-9.11.3/bin/dig/
H A Ddighost.c1278 return (ISC_R_FILENOTFOUND);

Completed in 132 milliseconds