/external/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 int dummy54 = ENOSTR;
|
/external/libcxx/include/ |
D | __errc | 73 not_a_stream, // ENOSTR 178 #ifdef ENOSTR 179 not_a_stream = ENOSTR,
|
D | errno.h | 174 #ifndef ENOSTR 175 #define ENOSTR 9924 macro
|
/external/llvm-project/libcxx/include/ |
D | __errc | 72 not_a_stream, // ENOSTR 177 #ifdef ENOSTR 178 not_a_stream = ENOSTR,
|
D | errno.h | 173 #ifndef ENOSTR 174 #define ENOSTR 9924 macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 228 #ifndef ENOSTR 229 #error ENOSTR not defined
|
/external/llvm-project/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 229 #ifndef ENOSTR 230 #error ENOSTR not defined
|
/external/rust/crates/nix/src/ |
D | errno.rs | 254 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/ |
D | errno.h | 43 #define ENOSTR 60 /* Device not a stream */ macro
|
/external/strace/tests-m32/ |
D | errno2name.c | 318 #ifdef ENOSTR in errno2name() 319 CASE(ENOSTR); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 318 #ifdef ENOSTR in errno2name() 319 CASE(ENOSTR); in errno2name()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 318 #ifdef ENOSTR in errno2name() 319 CASE(ENOSTR); in errno2name()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 181 pub const ENOSTR: ::c_int = 72; constant 226 pub const ENOSTR: ::c_int = 60; constant
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 63 ENOSTR = 60 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 68 ENOSTR = 60 variable
|
/external/tensorflow/tensorflow/core/platform/ |
D | error.cc | 41 case ENOSTR: // Not a STREAM in ErrnoToCode()
|
/external/ltp/lib/ |
D | errnos.h | 93 PAIR(ENOSTR) in tst_strerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 460 #ifdef ENOSTR in errno_exec() 461 add_errcode("ENOSTR", ENOSTR, "Device not a stream"); in errno_exec()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 94 ERROR_ENTRY(ENOSTR), // Device not a stream
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 74 static_assert(static_cast<int>(std::errc::not_a_stream) == ENOSTR, ""); in main()
|
/external/llvm-project/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 75 static_assert(static_cast<int>(std::errc::not_a_stream) == ENOSTR, ""); in main()
|
/external/llvm-project/libc/spec/ |
D | posix.td | 77 Macro<"ENOSTR">,
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 426 #ifdef ENOSTR in initerrno() 427 inscode(d, ds, de, "ENOSTR", ENOSTR, "Device not a stream"); in initerrno()
|