Home
last modified time | relevance | path

Searched refs:ENOSTR (Results 1 – 25 of 47) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c86 #ifdef ENOSTR
88 ENOSTR, "ENOSTR", ENOSTR},
D4-1.c81 #ifdef ENOSTR
83 ENOSTR, "ENOSTR"},
D3-1-buildonly.c69 #ifdef ENOSTR
70 int dummy54 = ENOSTR;
/external/libcxx/include/
D__errc73 not_a_stream, // ENOSTR
178 #ifdef ENOSTR
179 not_a_stream = ENOSTR,
Derrno.h174 #ifndef ENOSTR
175 #define ENOSTR 9924 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h388 # ifndef ENOSTR
389 # define ENOSTR 125 macro
566 #ifdef ENOSTR
567 not_a_stream = ENOSTR,
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp228 #ifndef ENOSTR
229 #error ENOSTR not defined
/external/strace/tests-mx32/
Derrno2name.c318 #ifdef ENOSTR in errno2name()
319 CASE(ENOSTR); in errno2name()
/external/strace/tests-m32/
Derrno2name.c318 #ifdef ENOSTR in errno2name()
319 CASE(ENOSTR); in errno2name()
/external/strace/tests/
Derrno2name.c318 #ifdef ENOSTR in errno2name()
319 CASE(ENOSTR); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h43 #define ENOSTR 60 /* Device not a stream */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h38 #define ENOSTR 60 /* Device not a stream */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py63 ENOSTR = 60 variable
/external/u-boot/include/linux/
Derrno.h68 #define ENOSTR 60 /* Device not a stream */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc40 case ENOSTR: // Not a STREAM in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py68 ENOSTR = 60 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c392 #ifdef ENOSTR
393 { "ENOSTR", (unsigned long) ENOSTR },
/external/u-boot/lib/
Derrno_str.c74 ERRNO_MSG(ENOSTR, "Device not a stream"),
/external/ltp/lib/
Derrnos.h93 PAIR(ENOSTR) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc94 ERROR_ENTRY(ENOSTR), // Device not a stream
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp74 static_assert(static_cast<int>(std::errc::not_a_stream) == ENOSTR, ""); in main()
/external/python/cpython2/Modules/
Derrnomodule.c426 #ifdef ENOSTR in initerrno()
427 inscode(d, ds, de, "ENOSTR", ENOSTR, "Device not a stream"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c469 #ifdef ENOSTR in PyInit_errno()
470 inscode(d, ds, de, "ENOSTR", ENOSTR, "Device not a stream"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst323 .. data:: ENOSTR
/external/python/cpython3/Doc/library/
Derrno.rst326 .. data:: ENOSTR

12