HomeSort by: relevance | last modified time | path
    Searched refs:EPERM (Results 1 - 25 of 513) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
kill1.c 11 || errno != EPERM)
20 || errno != EPERM)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
kill1.c 11 || errno != EPERM)
20 || errno != EPERM)
  /src/external/gpl3/gdb/dist/gnulib/import/
fchown-stub.c 32 errno = EPERM;
openat-priv.h 55 || (Errno) == EPERM || (Errno) == EACCES \
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fchown-stub.c 32 errno = EPERM;
openat-priv.h 55 || (Errno) == EPERM || (Errno) == EACCES \
  /src/external/bsd/am-utils/dist/amd/
ops_TEMPLATE.c 127 error = EPERM; /* XXX: fixme */
143 error = EPERM; /* XXX: fixme */
159 error = EPERM; /* XXX: fixme */
175 error = EPERM; /* XXX: fixme */
191 error = EPERM; /* XXX: fixme */
208 error = EPERM; /* XXX: fixme */
227 error = EPERM; /* XXX: fixme */
244 error = EPERM; /* XXX: fixme */
  /src/lib/libc/sys/
adjtime.c 64 * clockctl if that fails with EPERM
70 * try via clockctl if the call fails with EPERM
72 if (rv != -1 || errno != EPERM)
81 /* original error was EPERM - don't leak open errors */
82 errno = EPERM;
clock_settime.c 72 * return unless we failed with EPERM
74 if (rv != -1 || errno != EPERM)
83 /* original error was EPERM - don't leak open errors */
84 errno = EPERM;
ntp_adjtime.c 79 * if we fail with EPERM we try the clockctl device
81 if (rv != -1 || errno != EPERM)
91 /* original error was EPERM - don't leak open errors */
92 errno = EPERM;
settimeofday.c 66 * if that fails with EPERM
72 * switch to clockctl if we fail with EPERM, this
77 if (rv != -1 || errno != EPERM)
82 /* original error was EPERM - don't leak open errors */
83 errno = EPERM;
  /src/lib/libc/gen/
nice.c 66 errno = EPERM;
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
core.c 113 # ifdef EPERM
114 errno = EPERM;
146 # ifdef EPERM
147 errno = EPERM;
  /src/sys/lib/libsa/
strerror.c 47 { EPERM, "Operation not permitted" },
  /src/tests/kernel/
t_memfd_create.c 226 ATF_REQUIRE_ERRNO(EPERM, true);
245 ATF_REQUIRE_ERRNO(EPERM, true);
269 ATF_REQUIRE_MSG(errno != EPERM,
271 ATF_REQUIRE_MSG(errno == EPERM,
281 ATF_REQUIRE_MSG(errno != EPERM,
283 ATF_REQUIRE_MSG(errno == EPERM,
300 ATF_REQUIRE_MSG(errno != EPERM,
302 ATF_REQUIRE_MSG(errno == EPERM,
311 ATF_REQUIRE_MSG(errno != EPERM,
313 ATF_REQUIRE_MSG(errno == EPERM,
    [all...]
  /src/sys/arch/ia64/stand/common/
load_elf64.c 68 err = EPERM;
79 err = EPERM;
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 107 #ifdef EPERM
108 operation_not_permitted = EPERM,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 107 #ifdef EPERM
108 operation_not_permitted = EPERM,
  /src/tests/fs/vfs/
t_unpriv.c 58 if (rump_sys_chown(".", 1, -1) != -1 || errno != EPERM)
60 if (rump_sys_chmod(".", 0000) != -1 || errno != EPERM)
159 if (rump_sys_utimes(name, tmv) != -1 || errno != EPERM)
202 if (rump_sys_chflags(name, fflags) != -1 || errno != EPERM)
  /src/tests/lib/libc/sys/
t_ptrace.c 90 ATF_REQUIRE_ERRNO(EPERM, ptrace(PT_ATTACH, 0, NULL, 0) == -1);
104 ATF_REQUIRE_ERRNO(EPERM, ptrace(PT_ATTACH, 1, NULL, 0) == -1);
128 ATF_REQUIRE_ERRNO(EPERM, ptrace(PT_ATTACH, 1, NULL, 0) == -1);
185 } else if (errno != EPERM) {
186 err(EXIT_FAILURE, "%s failed but not with EPERM",
  /src/tests/lib/libc/termios/
t_tcsetpgrp.c 64 * fail with EPERM (and not EINVAL).
69 if (rv == 0 || errno != EPERM)
  /src/usr.bin/skeyinfo/
skeyinfo.c 67 errno = EPERM;
  /src/external/ibm-public/postfix/dist/src/util/
safe_open.c 47 /* cannot be reported via \fIerrno\fR, the generic value EPERM
124 errno = EPERM;
153 errno = EPERM;
169 errno = EPERM;
178 errno = EPERM;
  /src/external/apache2/llvm/dist/libcxx/src/
condition_variable.cpp 42 __throw_system_error(EPERM,
55 __throw_system_error(EPERM,
  /src/external/bsd/openpam/dist/lib/libpam/
openpam_check_owner_perms.c 85 errno = EPERM;
137 errno = EPERM;

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>