Searched refs:EACCES (Results 201 - 225 of 229) sorted by relevance

12345678910

/external/libpcap/
H A Dpcap-linux.c3352 if (errno == EPERM || errno == EACCES) {
3461 if (errno == EPERM || errno == EACCES) {
6332 if (errno == EPERM || errno == EACCES) {
/external/e2fsprogs/e2fsck/
H A Dunix.c1520 else if ((retval == EPERM) || (retval == EACCES))
/external/e2fsprogs/lib/blkid/
H A Dprobe.c1645 if ((errno == EPERM) || (errno == EACCES) || (errno == ENOENT)) {
/external/openssh/
H A Dsftp-server.c198 case EACCES:
/external/python/cpython2/Lib/test/
H A Dtest_subprocess.py644 if c.exception.errno not in (errno.ENOENT, errno.EACCES):
/external/selinux/libsepol/src/
H A Dservices.c1344 return -EACCES;
/external/valgrind/helgrind/
H A Dhg_intercepts.c231 case EACCES: return "EACCES: Permission denied";
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c692 if (EACCES == errno)
3126 if (EACCES == errno)
4245 else if (EACCES == errno)
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c176 EXPECT_EQ(EACCES, errno);
/external/pcre/dist2/src/
H A Dpcre2grep.c752 errno = (err == ERROR_ACCESS_DENIED) ? EACCES : ENOENT;
/external/python/cpython2/Objects/
H A Dfileobject.c888 errno = EACCES;
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c176 EXPECT_EQ(EACCES, errno);
/external/curl/lib/
H A Dftp.c1206 else if(error != EADDRINUSE && error != EACCES) {
/external/python/cpython2/Modules/
H A D_bsddb.c176 static PyObject* DBAccessError; /* EACCES */
680 case EACCES: errObj = DBAccessError; break;
10166 ADD_INT(d, EACCES);
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c5517 if (res == -EACCES || res == -ENODEV)
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c5517 if (res == -EACCES || res == -ENODEV)
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c5517 if (res == -EACCES || res == -ENODEV)
/external/bison/
H A Dconfigure18227 if (strerror_r (EACCES, buf, 0) < 0)
18230 if (strerror_r (EACCES, buf, sizeof buf) != 0)
/external/iproute2/doc/
H A Dip-cref.tex1201 prohibited\/} is generated. The local senders get an \verb|EACCES| error.
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js989 var ERRNO_CODES={EPERM:1,ENOENT:2,ESRCH:3,EINTR:4,EIO:5,ENXIO:6,E2BIG:7,ENOEXEC:8,EBADF:9,ECHILD:10,EAGAIN:11,EWOULDBLOCK:11,ENOMEM:12,EACCES:13,EFAULT:14,ENOTBLK:15,EBUSY:16,EEXIST:17,EXDEV:18,ENODEV:19,ENOTDIR:20,EISDIR:21,EINVAL:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE:32,EDOM:33,ERANGE:34,ENOMSG:35,EIDRM:36,ECHRNG:37,EL2NSYNC:38,EL3HLT:39,EL3RST:40,ELNRNG:41,EUNATCH:42,ENOCSI:43,EL2HLT:44,EDEADLK:45,ENOLCK:46,EBADE:50,EBADR:51,EXFULL:52,ENOANO:53,EBADRQC:54,EBADSLT:55,EDEADLOCK:56,EBFONT:57,ENOSTR:60,ENODATA:61,ETIME:62,ENOSR:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:74,ELBIN:75,EDOTDOT:76,EBADMSG:77,EFTYPE:79,ENOTUNIQ:80,EBADFD:81,EREMCHG:82,ELIBACC:83,ELIBBAD:84,ELIBSCN:85,ELIBMAX:86,ELIBEXEC:87,ENOSYS:88,ENMFILE:89,ENOTEMPTY:90,ENAMETOOLONG:91,ELOOP:92,EOPNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:106,EPROTOTYPE:107,ENOTSOCK:108,ENOPROTOOPT:109,ESHUTDOWN:110,ECONNREFUSED:111,EADDRINUSE:112,ECONNABORTED:113,ENETUNREACH:114,ENETDOWN:115,ETIMEDOUT:116,EHOSTDOWN:117,EHOSTUNREACH:118,EINPROGRESS:119,EALREADY:120,EDESTADDRREQ:121,EMSGSIZE:122,EPROTONOSUPPORT:123,ESOCKTNOSUPPORT:124,EADDRNOTAVAIL:125,ENETRESET:126,EISCONN:127,ENOTCONN:128,ETOOMANYREFS:129,EPROCLIM:130,EUSERS:131,EDQUOT:132,ESTALE:133,ENOTSUP:134,ENOMEDIUM:135,ENOSHARE:136,ECASECLASH:137,EILSEQ:138,EOVERFLOW:139,ECANCELED:140,ENOTRECOVERABLE:141,EOWNERDEAD:142,ESTRPIPE:143};
1088 ret.error = ERRNO_CODES.EACCES;
1127 ___setErrNo(ERRNO_CODES.EACCES);
1135 ___setErrNo(ERRNO_CODES.EACCES);
1493 ___setErrNo(ERRNO_CODES.EACCES);
1520 ___setErrNo(ERRNO_CODES.EACCES);
2084 ___setErrNo(ERRNO_CODES.EACCES);
2126 ___setErrNo(ERRNO_CODES.EACCES);
2525 ___setErrNo(ERRNO_CODES.EACCES);
2543 ___setErrNo(ERRNO_CODES.EACCES);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1700 milliseconds

12345678910