/third_party/ltp/testcases/kernel/containers/mqns/ |
H A D | mqns_01.c | 38 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 D | rename01.c | 63 ENOENT, in run() local 67 ENOENT, in run() local
|
H A D | rename03.c | 54 ENOENT, in run() local 58 ENOENT, in run() local
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
H A D | bind03.c | 49 TST_EXP_FAIL(unlink(SNAME_B), ENOENT, "check exist of SNAME_B"); in run() local
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
H A D | mkdir09.c | 62 TST_EXP_FAIL_SILENT(rmdir(tmpdir), ENOENT); in test2() local
|
/third_party/python/Lib/ |
H A D | gettext.py | 515 from errno import ENOENT namespace
|
/third_party/node/deps/cares/src/lib/ |
H A D | config-win32.h | 367 # define ENOENT ERROR_FILE_NOT_FOUND macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 3 #define ENOENT 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 3 #define ENOENT 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 3 #define ENOENT 2 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 2 #define ENOENT 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 3 #define ENOENT 2 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 49 #define ENOENT 2 /* No such file or directory */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 2 #define ENOENT 2 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 2 #define ENOENT 2 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 2 #define ENOENT 2 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 2 #define ENOENT 2 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 2 #define ENOENT 2 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 2 #define ENOENT 2 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | errno.rs | 4 pub const ENOENT: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | errno.rs | 4 pub const ENOENT: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | errno.rs | 4 pub const ENOENT: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | errno.rs | 4 pub const ENOENT: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | errno.rs | 4 pub const ENOENT: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | errno.rs | 4 pub const ENOENT: u32 = 2; consts
|