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

  /src/sys/external/bsd/acpica/dist/include/
acclib.h 85 #define EACCES 13 /* Permission denied */
  /src/crypto/external/bsd/openssl.old/dist/
e_os.h 163 # if defined(_WIN32_WCE) && !defined(EACCES)
164 # define EACCES 13
  /src/crypto/external/apache2/openssl/dist/include/internal/
e_os.h 105 #if defined(_WIN32_WCE) && !defined(EACCES)
106 #define EACCES 13
  /src/crypto/external/bsd/openssl/dist/
e_os.h 125 # if defined(_WIN32_WCE) && !defined(EACCES)
126 # define EACCES 13
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 367 #ifndef EACCES
368 #define EACCES 9973
  /src/external/bsd/atf/dist/atf-c/detail/
fs_test.c 628 { 0000, atf_fs_access_r, EACCES, 0 },
629 { 0000, atf_fs_access_w, EACCES, 0 },
630 { 0000, atf_fs_access_x, EACCES, EACCES },
632 { 0001, atf_fs_access_r, EACCES, 0 },
633 { 0001, atf_fs_access_w, EACCES, 0 },
634 { 0001, atf_fs_access_x, EACCES, 0 },
635 { 0002, atf_fs_access_r, EACCES, 0 },
636 { 0002, atf_fs_access_w, EACCES, 0 },
637 { 0002, atf_fs_access_x, EACCES, EACCES }
    [all...]
  /src/sys/sys/
errno.h 55 #define EACCES 13 /* Permission denied */

Completed in 18 milliseconds