HomeSort by relevance Sort by last modified time
    Searched refs:EACCES (Results 26 - 50 of 338) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/request_key/
request_key04.c 77 if (TST_ERR == EACCES) {
78 tst_res(TPASS, "request_key() failed with EACCES as expected");
  /external/ltp/testcases/kernel/syscalls/setuid/
setuid04.c 60 if (TST_ERR == EACCES)
61 tst_res(TPASS, "open() returned errno EACCES");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
20-3.c 57 } else if (errno == EACCES) {
32-1.c 10 * Test that the shm_open() function sets errno = EACCES if the shared memory
80 if (fd == -1 && errno == EACCES) {
34-1.c 10 * Test that the shm_open() function sets errno = EACCES if O_TRUNC is
80 if (fd == -1 && errno == EACCES) {
  /frameworks/av/media/codec2/vndk/include/
C2ErrnoUtils.h 27 template<> constexpr c2_status_t _c2_errno2status_impl<EACCES>() { return C2_REFUSED; }
  /external/curl/src/
tool_dirhie.c 54 #ifdef EACCES
55 case EACCES:
  /external/ltp/testcases/kernel/syscalls/setpgid/
setpgid03.c 112 if (rval == -1 && errno == EACCES) {
113 tst_resm(TPASS, "setpgid failed with EACCES");
117 rval, errno, EACCES);
  /external/ltp/testcases/kernel/syscalls/setpriority/
setpriority02.c 26 * 3) setpriority(2) fails with -1 and sets errno to EACCES if an
61 {PRIO_PROCESS, 0, NEW_PRIO, EACCES, 1},
62 {PRIO_PGRP, 0, NEW_PRIO, EACCES, 1},
  /external/libcxx/include/
errno.h 368 #ifndef EACCES
369 #define EACCES 9973
  /external/libdrm/tests/amdgpu/
vm_tests.c 64 if ((r == -EACCES) && (errno == EACCES))
  /external/ltp/testcases/kernel/fs/doio/
file_lock.c 105 case EACCES: /* Permission denied */
177 case EACCES: /* Permission denied */
  /external/ltp/testcases/kernel/syscalls/mknod/
mknod07.c 27 * 2) mknod(2) returns -1 and sets errno to EACCES if parent directory
73 { "testdir_1/tnode_1", SOCKET_MODE, EACCES },
74 { "testdir_1/tnode_2", FIFO_MODE, EACCES },
  /external/ltp/testcases/kernel/syscalls/setfsuid/
setfsuid04.c 99 if (TEST_ERRNO == EACCES) {
125 if (TEST_ERRNO == EACCES) {
  /external/ltp/testcases/kernel/syscalls/setresuid/
setresuid04.c 121 if (TEST_ERRNO == EACCES) {
122 printf("open failed with EACCES as expected\n");
147 if (TEST_ERRNO == EACCES) {
148 printf("open failed with EACCES as expected\n");
  /external/ltp/testcases/kernel/syscalls/setreuid/
setreuid07.c 102 if (TEST_ERRNO == EACCES) {
103 printf("open failed with EACCES as expected\n");
128 if (TEST_ERRNO == EACCES) {
129 printf("open failed with EACCES as expected\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 27 EACCES, "EACCES", EACCES}, {
  /external/u-boot/fs/yaffs2/
yportenv.h 157 #ifndef EACCES
158 #define EACCES 13
  /bionic/libc/bionic/
lockf.cpp 63 errno = EACCES;
  /cts/tests/tests/permission/src/android/permission/cts/
NoReadLogsPermissionTest.java 100 if (e.errno != OsConstants.ENOENT && e.errno != OsConstants.EACCES) {
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 62 #define EACCES 13 /* Permission denied */
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
xs_wire.h 76 XSD_ERROR(EACCES),
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Xform.c 173 retval = EACCES;
  /external/libcxx/test/std/diagnostics/errno/
cerrno.pass.cpp 19 #ifndef EACCES
20 #error EACCES not defined
23 #ifndef EACCES
24 #error EACCES not defined
  /external/libnl/lib/
error.c 100 case EACCES: return NLE_NOACCESS;

Completed in 285 milliseconds

12 3 4 5 6 7 8 91011>>