Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h367 # ifndef ENOSR
368 # define ENOSR 124 macro
555 #ifdef ENOSR
556 no_stream_resources = ENOSR,
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp222 #ifndef ENOSR
223 #error ENOSR not defined
/external/strace/tests-mx32/
Derrno2name.c315 #ifdef ENOSR in errno2name()
316 CASE(ENOSR); in errno2name()
/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/kernel-headers/original/uapi/asm-generic/
Derrno.h46 #define ENOSR 63 /* Out of streams resources */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h41 #define ENOSR 63 /* Out of streams resources */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py66 ENOSR = 63 variable
/external/u-boot/include/linux/
Derrno.h71 #define ENOSR 63 /* Out of streams resources */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc96 case ENOSR: // No STREAM resources in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py71 ENOSR = 63 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c389 #ifdef ENOSR
390 { "ENOSR", (unsigned long) ENOSR },
/external/u-boot/lib/
Derrno_str.c77 ERRNO_MSG(ENOSR, "Out of streams resources"),
/external/ltp/lib/
Derrnos.h96 PAIR(ENOSR) in tst_strerrno()
/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/python/cpython2/Modules/
Derrnomodule.c495 #ifdef ENOSR in initerrno()
496 inscode(d, ds, de, "ENOSR", ENOSR, "Out of streams resources"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c538 #ifdef ENOSR in PyInit_errno()
539 inscode(d, ds, de, "ENOSR", ENOSR, "Out of streams resources"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst338 .. data:: ENOSR
/external/python/cpython3/Doc/library/
Derrno.rst341 .. data:: ENOSR

12