Home
last modified time | relevance | path

Searched defs:ENOENT (Results 1 - 25 of 53) sorted by relevance

123

/third_party/ltp/testcases/kernel/containers/mqns/
H A Dmqns_01.c38 TST_EXP_FAIL(mq_open(MQNAME, O_RDONLY), ENOENT); in run() local
46 TST_EXP_FAIL(mq_open(MQNAME, O_RDONLY), ENOENT); in run() local
/third_party/ltp/testcases/kernel/syscalls/rename/
H A Drename01.c63 ENOENT, in run() local
67 ENOENT, in run() local
H A Drename03.c54 ENOENT, in run() local
58 ENOENT, in run() local
/third_party/ltp/testcases/kernel/syscalls/bind/
H A Dbind03.c49 TST_EXP_FAIL(unlink(SNAME_B), ENOENT, "check exist of SNAME_B"); in run() local
/third_party/ltp/testcases/kernel/syscalls/mkdir/
H A Dmkdir09.c62 TST_EXP_FAIL_SILENT(rmdir(tmpdir), ENOENT); in test2() local
/third_party/python/Lib/
H A Dgettext.py515 from errno import ENOENT namespace
/third_party/node/deps/cares/src/lib/
H A Dconfig-win32.h367 # define ENOENT ERROR_FILE_NOT_FOUND macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h3 #define ENOENT 2 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h3 #define ENOENT 2 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h3 #define ENOENT 2 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h2 #define ENOENT 2 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h3 #define ENOENT 2 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h49 #define ENOENT 2 /* No such file or directory */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h2 #define ENOENT 2 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h2 #define ENOENT 2 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h2 #define ENOENT 2 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h2 #define ENOENT 2 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h2 #define ENOENT 2 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h2 #define ENOENT 2 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs4 pub const ENOENT: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs4 pub const ENOENT: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs4 pub const ENOENT: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Derrno.rs4 pub const ENOENT: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Derrno.rs4 pub const ENOENT: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Derrno.rs4 pub const ENOENT: u32 = 2; consts

Completed in 13 milliseconds

123