HomeSort by: relevance | last modified time | path
    Searched defs:EPERM (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/
error_test.c 182 err = atf_libc_error(EPERM, "%s message %d", "Test", 2);
184 ATF_REQUIRE_EQ(atf_libc_error_code(err), EPERM);
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);
  /src/sys/external/bsd/acpica/dist/include/
acclib.h 78 #define EPERM 1 /* Operation not permitted */
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 363 #ifndef EPERM
364 #define EPERM 9972
  /src/sys/sys/
errno.h 42 #define EPERM 1 /* Operation not permitted */

Completed in 15 milliseconds