/third_party/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 static int dummy54 = ENOSTR;
|
/third_party/boost/boost/ |
D | cerrno.hpp | 109 #ifndef ENOSTR 110 #define ENOSTR 9924 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 60 #define ENOSTR 60 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 60 #define ENOSTR 60 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 61 #define ENOSTR 60 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 109 #define ENOSTR 60 /* Device not a stream */ macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 55 #define ENOSTR 60 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 61 #define ENOSTR 60 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 55 #define ENOSTR 60 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 60 #define ENOSTR 60 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 61 #define ENOSTR 60 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 55 #define ENOSTR 60 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 60 #define ENOSTR 60 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 61 #define ENOSTR 60 macro
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 69 E(ENOSTR, "Device not a stream")
|
/third_party/musl/libc-test/src/api/ |
D | errno.c | 61 C(ENOSTR) in f()
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 69 E(ENOSTR, "Device not a stream")
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 69 E(ENOSTR, "Device not a stream")
|
/third_party/musl/src/errno/ |
D | __strerror.h | 69 E(ENOSTR, "Device not a stream")
|
/third_party/ltp/lib/ |
D | errnos.h | 93 PAIR(ENOSTR) in tst_strerrno()
|
/third_party/python/Modules/ |
D | errnomodule.c | 460 #ifdef ENOSTR in errno_exec() 461 add_errcode("ENOSTR", ENOSTR, "Device not a stream"); in errno_exec()
|
/third_party/node/src/ |
D | node_errors.cc | 683 #ifdef ENOSTR in errno_string() 684 ERRNO_CASE(ENOSTR); in errno_string()
|
D | node_constants.cc | 274 #ifdef ENOSTR in DefineErrnoConstants() 275 NODE_DEFINE_CONSTANT(target, ENOSTR); in DefineErrnoConstants()
|