/third_party/ltp/testcases/kernel/syscalls/munlock/ |
H A D | munlock02.c | 25 TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)", in run() local
|
/third_party/ltp/testcases/kernel/syscalls/mlock/ |
H A D | mlock02.c | 43 TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len); in test_enomem1() local 57 TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len); in test_enomem2() local
|
/third_party/curl/lib/ |
H A D | config-win32ce.h | 298 #define ENOMEM 2 macro
|
/third_party/node/deps/cares/src/lib/ |
H A D | config-win32.h | 369 # define ENOMEM ERROR_NOT_ENOUGH_MEMORY macro
|
/third_party/curl/tests/server/ |
H A D | sockfilt.c | 121 #undef ENOMEM macro 122 #define ENOMEM 12 /* errno.h value */ macro
|
H A D | socksd.c | 92 #undef ENOMEM macro 93 #define ENOMEM 12 /* errno.h value */ macro
|
H A D | mqttd.c | 74 #undef ENOMEM macro 75 #define ENOMEM 12 /* errno.h value */ macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 13 #define ENOMEM 12 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 13 #define ENOMEM 12 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 13 #define ENOMEM 12 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 12 #define ENOMEM 12 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 13 #define ENOMEM 12 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 59 #define ENOMEM 12 /* Out of memory */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 12 #define ENOMEM 12 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 12 #define ENOMEM 12 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 12 #define ENOMEM 12 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 12 #define ENOMEM 12 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 12 #define ENOMEM 12 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 12 #define ENOMEM 12 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | errno.rs | 14 pub const ENOMEM: u32 = 12; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | errno.rs | 14 pub const ENOMEM: u32 = 12; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | errno.rs | 14 pub const ENOMEM: u32 = 12; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | errno.rs | 14 pub const ENOMEM: u32 = 12; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | errno.rs | 14 pub const ENOMEM: u32 = 12; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | errno.rs | 14 pub const ENOMEM: u32 = 12; consts
|