Home
last modified time | relevance | path

Searched refs:ENOSTR (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c86 #ifdef ENOSTR
88 ENOSTR, "ENOSTR", ENOSTR},
D4-1.c81 #ifdef ENOSTR
83 ENOSTR, "ENOSTR"},
D3-1-buildonly.c69 #ifdef ENOSTR
70 static int dummy54 = ENOSTR;
/third_party/rust/crates/nix/src/
Derrno.rs365 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/
Dmod.rs194 pub const ENOSTR: ::c_int = 72; constant
239 pub const ENOSTR: ::c_int = 60; constant
/third_party/musl/arch/mips/bits/
Derrno.h55 #define ENOSTR 60 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h61 #define ENOSTR 60 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h61 #define ENOSTR 60 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h60 #define ENOSTR 60 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h61 #define ENOSTR 60 macro
/third_party/musl/arch/mips64/bits/
Derrno.h55 #define ENOSTR 60 macro
/third_party/musl/arch/generic/bits/
Derrno.h60 #define ENOSTR 60 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h61 #define ENOSTR 60 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h60 #define ENOSTR 60 macro
/third_party/lwip/src/include/lwip/
Derrno.h109 #define ENOSTR 60 /* Device not a stream */ macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h60 #define ENOSTR 60 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h55 #define ENOSTR 60 macro
/third_party/musl/porting/uniproton/kernel/src/errno/
D__strerror.h69 E(ENOSTR, "Device not a stream")
/third_party/musl/libc-test/src/api/
Derrno.c61 C(ENOSTR) in f()
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h69 E(ENOSTR, "Device not a stream")
/third_party/musl/src/errno/
D__strerror.h70 E(ENOSTR, "Device not a stream")
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h70 E(ENOSTR, "Device not a stream")
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt57 ENOSTR
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Derrno.rs62 pub const ENOSTR: u32 = 60; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Derrno.rs62 pub const ENOSTR: u32 = 60; constant

1234