Home
last modified time | relevance | path

Searched refs:ENOSR (Results 1 – 25 of 52) sorted by relevance

123

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c82 #ifdef ENOSR
84 ENOSR, "ENOSR", ENOSR},
D4-1.c77 #ifdef ENOSR
79 ENOSR, "ENOSR"},
D3-1-buildonly.c66 #ifdef ENOSR
67 int dummy53 = ENOSR;
/external/libcxx/include/
D__errc66 no_stream_resources, // ENOSR
167 #ifdef ENOSR
168 no_stream_resources = ENOSR,
Derrno.h166 #ifndef ENOSR
167 #define ENOSR 9922 macro
/external/llvm-project/libcxx/include/
D__errc65 no_stream_resources, // ENOSR
166 #ifdef ENOSR
167 no_stream_resources = ENOSR,
Derrno.h165 #ifndef ENOSR
166 #define ENOSR 9922 macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp222 #ifndef ENOSR
223 #error ENOSR not defined
/external/llvm-project/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp223 #ifndef ENOSR
224 #error ENOSR not defined
/external/rust/crates/nix/src/
Derrno.rs266 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/
Derrno.h46 #define ENOSR 63 /* Out of streams resources */ macro
/external/strace/tests-m32/
Derrno2name.c315 #ifdef ENOSR in errno2name()
316 CASE(ENOSR); in errno2name()
/external/strace/tests/
Derrno2name.c315 #ifdef ENOSR in errno2name()
316 CASE(ENOSR); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c315 #ifdef ENOSR in errno2name()
316 CASE(ENOSR); in errno2name()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs184 pub const ENOSR: ::c_int = 74; constant
229 pub const ENOSR: ::c_int = 63; constant
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py66 ENOSR = 63 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py71 ENOSR = 63 variable
/external/tensorflow/tensorflow/core/platform/
Derror.cc97 case ENOSR: // No STREAM resources in ErrnoToCode()
/external/ltp/lib/
Derrnos.h96 PAIR(ENOSR) in tst_strerrno()
/external/python/cpython3/Modules/
Derrnomodule.c529 #ifdef ENOSR in errno_exec()
530 add_errcode("ENOSR", ENOSR, "Out of streams resources"); in errno_exec()
/external/libbrillo/brillo/errors/
Derror_codes.cc97 ERROR_ENTRY(ENOSR), // Out of streams resources
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp65 static_assert(static_cast<int>(std::errc::no_stream_resources) == ENOSR, ""); in main()
/external/llvm-project/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp66 static_assert(static_cast<int>(std::errc::no_stream_resources) == ENOSR, ""); in main()
/external/llvm-project/libc/spec/
Dposix.td76 Macro<"ENOSR">,
/external/python/cpython2/Modules/
Derrnomodule.c495 #ifdef ENOSR in initerrno()
496 inscode(d, ds, de, "ENOSR", ENOSR, "Out of streams resources"); in initerrno()

123