HomeSort by relevance Sort by last modified time
    Searched refs:ENOSR (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
4-1.c 77 #ifdef ENOSR
79 ENOSR, "ENOSR"},
3-2.c 82 #ifdef ENOSR
84 ENOSR, "ENOSR", ENOSR},
3-1-buildonly.c 66 #ifdef ENOSR
67 int dummy53 = ENOSR;
  /external/libcxx/include/
errno.h 166 #ifndef ENOSR
167 #define ENOSR 9922
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 50 #define ENOSR 63
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 45 #define ENOSR 63
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 46 #define ENOSR 63 /* Out of streams resources */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 41 #define ENOSR 63 /* Out of streams resources */
  /bionic/tests/headers/posix/
errno_h.c 87 MACRO(ENOSR);
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 66 ENOSR = 63
  /external/u-boot/include/linux/
errno.h 71 #define ENOSR 63 /* Out of streams resources */
  /bionic/libc/bionic/
strerror.cpp 108 [ENOSR] = "Out of streams resources",
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 158 #define ENOSR __ENOSR /* 90 No STREAM resources */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 71 ENOSR = 63
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 168 no_stream_resources, // ENOSR
367 # ifndef ENOSR
368 # define ENOSR 124
555 #ifdef ENOSR
556 no_stream_resources = ENOSR,
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 96 case ENOSR: // No STREAM resources
  /external/libcxx/test/std/diagnostics/errno/
cerrno.pass.cpp 222 #ifndef ENOSR
223 #error ENOSR not defined
  /external/strace/tests/
errno2name.c 315 #ifdef ENOSR
316 CASE(ENOSR);
  /external/strace/tests-m32/
errno2name.c 315 #ifdef ENOSR
316 CASE(ENOSR);
  /external/strace/tests-mx32/
errno2name.c 315 #ifdef ENOSR
316 CASE(ENOSR);
  /external/ltp/lib/
errnos.h 96 PAIR(ENOSR)
  /external/u-boot/lib/
errno_str.c 77 ERRNO_MSG(ENOSR, "Out of streams resources"),
  /external/minijail/linux-x86/
libconstants.gen.c 389 #ifdef ENOSR
390 { "ENOSR", (unsigned long) ENOSR },
391 #endif // ENOSR
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 97 ERROR_ENTRY(ENOSR), // Out of streams resources
  /external/libcxx/test/std/diagnostics/syserr/
errc.pass.cpp 65 static_assert(static_cast<int>(std::errc::no_stream_resources) == ENOSR, "");

Completed in 730 milliseconds

1 2 3