Searched defs:EPERM (Results 1 - 1 of 1) 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);

Completed in 10 milliseconds