HomeSort by relevance Sort by last modified time
    Searched refs:ENOENT (Results 1 - 25 of 1056) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Mac/scripts/
mkestrres-errno.h 6 #define ENOENT 39 /* No such file or directory */
  /external/strace/tests/
qual_inject-error-signal.test 6 run_strace -a12 -echdir,exit_group -einject=chdir:error=ENOENT:signal=USR1 \
  /external/strace/tests-m32/
qual_inject-error-signal.test 6 run_strace -a12 -echdir,exit_group -einject=chdir:error=ENOENT:signal=USR1 \
  /external/strace/tests-mx32/
qual_inject-error-signal.test 6 run_strace -a12 -echdir,exit_group -einject=chdir:error=ENOENT:signal=USR1 \
  /external/selinux/libsepol/include/sepol/
errcodes.h 27 #define SEPOL_ENOENT -ENOENT
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
41-1.c 10 * Test that the shm_open() function sets errno = ENOENT if O_CREAT is not set
28 if (result != 0 && errno != ENOENT) {
37 if (fd == -1 && errno == ENOENT) {
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
fvp_err.c 22 case -ENOENT:
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
7-1.c 11 * mq_unlink() fails with ENOENT, if the named message queue does not
33 if (ENOENT == errno) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/speculative/
7-2.c 11 * mq_unlink() fails with ENOENT, if the named message queue does not
36 if (ENOENT == errno) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
4-1.c 11 * ENOENT.
33 if (errno == ENOENT) {
4-2.c 19 * sem_unlink will return -1 and set errno to ENOENT when the named semaphore
24 * -> Unlink again and check that ENOENT is returned
26 * The test fails if the error is not ENOENT, or there is no error.
99 if (errno != ENOENT) {
101 FAILED("The error was not ENOENT");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
11-1.c 10 * Test that the shm_unlink() function sets errno = ENOENT if the named shared
30 if (result == -1 && errno == ENOENT) {
  /external/ltp/testcases/kernel/syscalls/link/
link04.c 69 {"nonexistfile", "non-existent file", "nefile", "nefile", ENOENT},
70 {"", "path is empty string", "nefile", "nefile", ENOENT},
72 "nefile", ENOENT},
81 {"regfile", "regfile", "", "empty string", ENOENT},
83 "path contains a non-existent file", ENOENT},
85 "path contains a regular file", ENOENT},
  /external/selinux/libselinux/src/
policyvers.c 21 errno = ENOENT;
28 if (errno == ENOENT)
  /bionic/libc/bionic/
getauxval.cpp 44 errno = ENOENT;
  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 22 #define ENOENT 2
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
getpwnam_r_invalid_user.cc 17 assert(res == 0 || res == ENOENT);
  /external/jemalloc/test/integration/
allocated.c 22 if (err == ENOENT)
29 if (err == ENOENT)
40 if (err == ENOENT)
48 if (err == ENOENT)
94 "ENOENT should only be returned if stats are disabled");
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 6 #define ENOENT 2 /* No such file or directory */
  /external/libnetfilter_conntrack/src/expect/
snprintf.c 29 errno = ENOENT;
  /external/libnl/src/
nl-link-name2ifindex.c 35 nl_cli_fatal(ENOENT, "Interface \"%s\" does not exist",
  /external/linux-kselftest/tools/testing/selftests/memfd/
fuse_mnt.c 39 return -ENOENT;
52 return -ENOENT;
64 return -ENOENT;
84 return -ENOENT;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
6-1.c 33 if ((mysemp == SEM_FAILED) && (errno == ENOENT)) {
  /external/syslinux/dos/
errno.h 5 #define ENOENT 2 /* No such file or directory */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno-base.h 5 #define ENOENT 2 /* No such file or directory */

Completed in 214 milliseconds

1 2 3 4 5 6 7 8 91011>>