Searched refs:EPERM (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Derror_test.c182 err = atf_libc_error(EPERM, "%s message %d", "Test", 2);
184 ATF_REQUIRE_EQ(atf_libc_error_code(err), EPERM); local
205 err = atf_libc_error(EPERM, "Test message 2");
207 ATF_REQUIRE(strstr(buf, strerror(EPERM)) != NULL);
211 err = atf_libc_error(EPERM, "%s message %d", "Test", 3);
213 ATF_REQUIRE(strstr(buf, strerror(EPERM)) != NULL);
/bind-9.6-ESV-R11/lib/isc/unix/
H A Derrno2result.c50 case EPERM:
H A Dsocket.c1714 ALWAYS_HARD(EPERM, ISC_R_HOSTUNREACH);
5031 ERROR_MATCH(EPERM, ISC_R_HOSTUNREACH);
5191 ERROR_MATCH(EPERM, ISC_R_HOSTUNREACH);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Derrno2result.c52 case EPERM:
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp504 EPERM);

Completed in 21 milliseconds