/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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 367 # ifndef ENOSR 368 # define ENOSR 124 macro 555 #ifdef ENOSR 556 no_stream_resources = ENOSR,
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 222 #ifndef ENOSR 223 #error ENOSR not defined
|
/external/strace/tests-mx32/ |
D | errno2name.c | 315 #ifdef ENOSR in errno2name() 316 CASE(ENOSR); in errno2name()
|
/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/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 46 #define ENOSR 63 /* Out of streams resources */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 41 #define ENOSR 63 /* Out of streams resources */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 66 ENOSR = 63 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 71 #define ENOSR 63 /* Out of streams resources */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 96 case ENOSR: // No STREAM resources in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 71 ENOSR = 63 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 389 #ifdef ENOSR 390 { "ENOSR", (unsigned long) ENOSR },
|
/external/u-boot/lib/ |
D | errno_str.c | 77 ERRNO_MSG(ENOSR, "Out of streams resources"),
|
/external/ltp/lib/ |
D | errnos.h | 96 PAIR(ENOSR) in tst_strerrno()
|
/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/python/cpython2/Modules/ |
D | errnomodule.c | 495 #ifdef ENOSR in initerrno() 496 inscode(d, ds, de, "ENOSR", ENOSR, "Out of streams resources"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 538 #ifdef ENOSR in PyInit_errno() 539 inscode(d, ds, de, "ENOSR", ENOSR, "Out of streams resources"); in PyInit_errno()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 338 .. data:: ENOSR
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 341 .. data:: ENOSR
|