/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 82 #ifdef ENOSR 84 ENOSR, "ENOSR", ENOSR},
|
D | 4-1.c | 77 #ifdef ENOSR 79 ENOSR, "ENOSR"},
|
D | 3-1-buildonly.c | 66 #ifdef ENOSR 67 int dummy53 = ENOSR;
|
/external/libcxx/include/ |
D | __errc | 66 no_stream_resources, // ENOSR 167 #ifdef ENOSR 168 no_stream_resources = ENOSR,
|
D | errno.h | 166 #ifndef ENOSR 167 #define ENOSR 9922 macro
|
/external/llvm-project/libcxx/include/ |
D | __errc | 65 no_stream_resources, // ENOSR 166 #ifdef ENOSR 167 no_stream_resources = ENOSR,
|
D | errno.h | 165 #ifndef ENOSR 166 #define ENOSR 9922 macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 222 #ifndef ENOSR 223 #error ENOSR not defined
|
/external/llvm-project/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 223 #ifndef ENOSR 224 #error ENOSR not defined
|
/external/rust/crates/nix/src/ |
D | errno.rs | 266 ENOSR => "Out of streams resources", in desc() 603 ENOSR => "No STREAM resources", in desc() 700 ENOSR = libc::ENOSR, enumerator 843 libc::ENOSR => ENOSR, in from_i32() 1024 ENOSR = libc::ENOSR, enumerator 1142 libc::ENOSR => ENOSR, in from_i32() 1892 ENOSR = libc::ENOSR, enumerator 1999 libc::ENOSR => ENOSR, in from_i32() 2096 ENOSR = libc::ENOSR, enumerator 2192 libc::ENOSR => ENOSR, in from_i32()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 46 #define ENOSR 63 /* Out of streams resources */ macro
|
/external/strace/tests-m32/ |
D | errno2name.c | 315 #ifdef ENOSR in errno2name() 316 CASE(ENOSR); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 315 #ifdef ENOSR in errno2name() 316 CASE(ENOSR); in errno2name()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 315 #ifdef ENOSR in errno2name() 316 CASE(ENOSR); in errno2name()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 184 pub const ENOSR: ::c_int = 74; constant 229 pub const ENOSR: ::c_int = 63; constant
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 66 ENOSR = 63 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 71 ENOSR = 63 variable
|
/external/tensorflow/tensorflow/core/platform/ |
D | error.cc | 97 case ENOSR: // No STREAM resources in ErrnoToCode()
|
/external/ltp/lib/ |
D | errnos.h | 96 PAIR(ENOSR) in tst_strerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 529 #ifdef ENOSR in errno_exec() 530 add_errcode("ENOSR", ENOSR, "Out of streams resources"); in errno_exec()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 97 ERROR_ENTRY(ENOSR), // Out of streams resources
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 65 static_assert(static_cast<int>(std::errc::no_stream_resources) == ENOSR, ""); in main()
|
/external/llvm-project/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 66 static_assert(static_cast<int>(std::errc::no_stream_resources) == ENOSR, ""); in main()
|
/external/llvm-project/libc/spec/ |
D | posix.td | 76 Macro<"ENOSR">,
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 495 #ifdef ENOSR in initerrno() 496 inscode(d, ds, de, "ENOSR", ENOSR, "Out of streams resources"); in initerrno()
|