Searched defs:ENOMEM (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Derror_test.c176 err = atf_libc_error(ENOMEM, "Test message 1");
178 ATF_REQUIRE_EQ(atf_libc_error_code(err), ENOMEM); local
199 err = atf_libc_error(ENOMEM, "Test message 1");
201 ATF_REQUIRE(strstr(buf, strerror(ENOMEM)) != NULL);

Completed in 424 milliseconds