/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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 388 # ifndef ENOSTR 389 # define ENOSTR 125 macro 566 #ifdef ENOSTR 567 not_a_stream = ENOSTR,
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 228 #ifndef ENOSTR 229 #error ENOSTR not defined
|
/external/strace/tests-mx32/ |
D | errno2name.c | 318 #ifdef ENOSTR in errno2name() 319 CASE(ENOSTR); in errno2name()
|
/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/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 43 #define ENOSTR 60 /* Device not a stream */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 38 #define ENOSTR 60 /* Device not a stream */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 63 ENOSTR = 60 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 68 #define ENOSTR 60 /* Device not a stream */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 40 case ENOSTR: // Not a STREAM in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 68 ENOSTR = 60 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 392 #ifdef ENOSTR 393 { "ENOSTR", (unsigned long) ENOSTR },
|
/external/u-boot/lib/ |
D | errno_str.c | 74 ERRNO_MSG(ENOSTR, "Device not a stream"),
|
/external/ltp/lib/ |
D | errnos.h | 93 PAIR(ENOSTR) in tst_strerrno()
|
/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/python/cpython2/Modules/ |
D | errnomodule.c | 426 #ifdef ENOSTR in initerrno() 427 inscode(d, ds, de, "ENOSTR", ENOSTR, "Device not a stream"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 469 #ifdef ENOSTR in PyInit_errno() 470 inscode(d, ds, de, "ENOSTR", ENOSTR, "Device not a stream"); in PyInit_errno()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 323 .. data:: ENOSTR
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 326 .. data:: ENOSTR
|