Home
last modified time | relevance | path

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

12

/external/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 int dummy54 = ENOSTR;
/external/libcxx/include/
D__errc73 not_a_stream, // ENOSTR
178 #ifdef ENOSTR
179 not_a_stream = ENOSTR,
Derrno.h174 #ifndef ENOSTR
175 #define ENOSTR 9924 macro
/external/llvm-project/libcxx/include/
D__errc72 not_a_stream, // ENOSTR
177 #ifdef ENOSTR
178 not_a_stream = ENOSTR,
Derrno.h173 #ifndef ENOSTR
174 #define ENOSTR 9924 macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp228 #ifndef ENOSTR
229 #error ENOSTR not defined
/external/llvm-project/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp229 #ifndef ENOSTR
230 #error ENOSTR not defined
/external/rust/crates/nix/src/
Derrno.rs254 ENOSTR => "Device not a stream", in desc()
607 ENOSTR => "Not a STREAM", in desc()
697 ENOSTR = libc::ENOSTR, enumerator
840 libc::ENOSTR => ENOSTR, in from_i32()
1025 ENOSTR = libc::ENOSTR, enumerator
1143 libc::ENOSTR => ENOSTR, in from_i32()
1893 ENOSTR = libc::ENOSTR, enumerator
2000 libc::ENOSTR => ENOSTR, in from_i32()
2097 ENOSTR = libc::ENOSTR, enumerator
2193 libc::ENOSTR => ENOSTR, in from_i32()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h43 #define ENOSTR 60 /* Device not a stream */ macro
/external/strace/tests-m32/
Derrno2name.c318 #ifdef ENOSTR in errno2name()
319 CASE(ENOSTR); in errno2name()
/external/strace/tests/
Derrno2name.c318 #ifdef ENOSTR in errno2name()
319 CASE(ENOSTR); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c318 #ifdef ENOSTR in errno2name()
319 CASE(ENOSTR); in errno2name()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs181 pub const ENOSTR: ::c_int = 72; constant
226 pub const ENOSTR: ::c_int = 60; constant
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py63 ENOSTR = 60 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py68 ENOSTR = 60 variable
/external/tensorflow/tensorflow/core/platform/
Derror.cc41 case ENOSTR: // Not a STREAM in ErrnoToCode()
/external/ltp/lib/
Derrnos.h93 PAIR(ENOSTR) in tst_strerrno()
/external/python/cpython3/Modules/
Derrnomodule.c460 #ifdef ENOSTR in errno_exec()
461 add_errcode("ENOSTR", ENOSTR, "Device not a stream"); in errno_exec()
/external/libbrillo/brillo/errors/
Derror_codes.cc94 ERROR_ENTRY(ENOSTR), // Device not a stream
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp74 static_assert(static_cast<int>(std::errc::not_a_stream) == ENOSTR, ""); in main()
/external/llvm-project/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp75 static_assert(static_cast<int>(std::errc::not_a_stream) == ENOSTR, ""); in main()
/external/llvm-project/libc/spec/
Dposix.td77 Macro<"ENOSTR">,
/external/python/cpython2/Modules/
Derrnomodule.c426 #ifdef ENOSTR in initerrno()
427 inscode(d, ds, de, "ENOSTR", ENOSTR, "Device not a stream"); in initerrno()

12