/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 86 #ifdef ENOSTR 88 ENOSTR, "ENOSTR", ENOSTR},
|
D | 4-1.c | 81 #ifdef ENOSTR 83 ENOSTR, "ENOSTR"},
|
D | 3-1-buildonly.c | 69 #ifdef ENOSTR 70 static int dummy54 = ENOSTR;
|
/third_party/rust/crates/nix/src/ |
D | errno.rs | 365 ENOSTR => "Device not a stream", in desc() 1074 ENOSTR => "Not a STREAM", in desc() 1182 ENOSTR = libc::ENOSTR, enumerator 1327 libc::ENOSTR => ENOSTR, in from_i32() 1513 ENOSTR = libc::ENOSTR, enumerator 1631 libc::ENOSTR => ENOSTR, in from_i32() 2386 ENOSTR = libc::ENOSTR, enumerator 2493 libc::ENOSTR => ENOSTR, in from_i32() 2591 ENOSTR = libc::ENOSTR, enumerator 2686 libc::ENOSTR => ENOSTR, in from_i32() [all …]
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 194 pub const ENOSTR: ::c_int = 72; constant 239 pub const ENOSTR: ::c_int = 60; constant
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 55 #define ENOSTR 60 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 61 #define ENOSTR 60 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 61 #define ENOSTR 60 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 60 #define ENOSTR 60 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 61 #define ENOSTR 60 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 55 #define ENOSTR 60 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 60 #define ENOSTR 60 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 61 #define ENOSTR 60 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 60 #define ENOSTR 60 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 109 #define ENOSTR 60 /* Device not a stream */ macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 60 #define ENOSTR 60 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 55 #define ENOSTR 60 macro
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 69 E(ENOSTR, "Device not a stream")
|
/third_party/musl/libc-test/src/api/ |
D | errno.c | 61 C(ENOSTR) in f()
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 69 E(ENOSTR, "Device not a stream")
|
/third_party/musl/src/errno/ |
D | __strerror.h | 70 E(ENOSTR, "Device not a stream")
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 70 E(ENOSTR, "Device not a stream")
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 57 ENOSTR
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | errno.rs | 62 pub const ENOSTR: u32 = 60; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | errno.rs | 62 pub const ENOSTR: u32 = 60; constant
|