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

12 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
19-4.c 48 } else if (errno == EPERM) {
70 } else if (errno == EPERM) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
12-1.c 10 returns -1 and errno is set to [EPERM]
44 if (errno == EPERM) {
75 if (EPERM == errno) {
76 printf("EPERM error received\n");
3-1.c 10 function will fail with errno set to EPERM, unless the sending process
47 if (errno == EPERM) {
83 if (EPERM != errno) {
84 printf("Test FAILED: EPERM error not received\n");
  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 21 #define EPERM 1
  /external/autotest/client/site_tests/security_AltSyscall/src/
adjtimex.c 31 * EPERM.
35 if (ret != -1 || errno != EPERM)
clock_adjtime.c 31 * EPERM.
35 if (ret != -1 || errno != EPERM)
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 5 #define EPERM 1 /* Operation not permitted */
  /external/ltp/testcases/kernel/syscalls/nice/
nice04.c 41 if (TEST_ERRNO != EPERM) {
42 tst_res(TFAIL | TTERRNO, "nice(%i) should fail with EPERM",
47 tst_res(TPASS, "nice(%i) failed with EPERM", NICEINC);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
2-2.c 21 * 3) Send a signal to generate an EPERM error.
23 * 4) Verify EPERM error received and kill() returned -1.
54 * EPERM
61 if (EPERM == errno) {
62 printf("EPERM error received\n");
65 ("kill() failed on EPERM errno not set correctly\n");
69 printf("kill() did not fail on EPERM\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
5-1.c 39 } else if (errno == EPERM) {
8-1.c 44 } else if (errno == EPERM) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/
7-1.c 33 if (errno == EPERM) {
  /external/syslinux/dos/
errno.h 4 #define EPERM 1 /* Operation not permitted */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno-base.h 4 #define EPERM 1 /* Operation not permitted */
  /system/core/adb/sysdeps/win32/
errno_test.cpp 47 TestAdbStrError(EPERM, "Operation not permitted");
  /external/ltp/testcases/kernel/syscalls/stime/
stime02.c 28 * stime() should fail with return value -1 and set errno to EPERM.
111 if (TEST_ERRNO == EPERM) {
117 TEST_ERRNO, EPERM);
121 "errno:%d", TEST_RETURN, EPERM);
  /external/strace/tests/
caps.c 74 if (capset(head, tail_data) == 0 || errno != EPERM)
78 if (capset(head, tail_data) == 0 || errno != EPERM)
84 errno != EPERM)
  /external/strace/tests-m32/
caps.c 74 if (capset(head, tail_data) == 0 || errno != EPERM)
78 if (capset(head, tail_data) == 0 || errno != EPERM)
84 errno != EPERM)
  /external/strace/tests-mx32/
caps.c 74 if (capset(head, tail_data) == 0 || errno != EPERM)
78 if (capset(head, tail_data) == 0 || errno != EPERM)
84 errno != EPERM)
  /external/ltp/testcases/kernel/syscalls/setregid/
setregid02.c 60 &neg_one, &root.gr_gid, EPERM, &ltpgroup, &ltpgroup,
62 &neg_one, &bin.gr_gid, EPERM, &ltpgroup, &ltpgroup,
64 &root.gr_gid, &neg_one, EPERM, &ltpgroup, &ltpgroup,
66 &bin.gr_gid, &neg_one, EPERM, &ltpgroup, &ltpgroup,
68 &root.gr_gid, &bin.gr_gid, EPERM, &ltpgroup, &ltpgroup,
70 &bin.gr_gid, &root.gr_gid, EPERM, &ltpgroup, &ltpgroup,
  /external/linux-kselftest/tools/testing/selftests/nsfs/
owner.c 78 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM)
79 return pr_err("Don't get EPERM");
84 if (ioctl(ns, NS_GET_USERNS) >= 0 || errno != EPERM)
85 return pr_err("Don't get EPERM");
86 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM)
87 return pr_err("Don't get EPERM");
  /bionic/libc/upstream-netbsd/lib/libc/gen/
nice.c 66 errno = EPERM;
  /external/ltp/testcases/kernel/syscalls/setxattr/
setxattr02.c 28 * and set errno to EPERM.
36 * errno to EPERM
38 * return -1 and set errno to EPERM
40 * return -1 and set errno to EPERM
42 * return -1 and set errno to EPERM
114 .exp_err = EPERM,
122 .exp_err = EPERM,
130 .exp_err = EPERM,
138 .exp_err = EPERM,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/
1-1.c 59 } else if ((ret != 0) && ((ret == EPERM) || (ret == EAGAIN))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
4-1.c 46 } else if (rc == EPERM) {

Completed in 282 milliseconds

12 3 4 5 6 7 8 91011>>