Searched refs:ENOSR (Results 1 - 25 of 31) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D4-1.c77 #ifdef ENOSR
79 ENOSR, "ENOSR"},
H A D3-2.c82 #ifdef ENOSR
84 ENOSR, "ENOSR", ENOSR},
H A D3-1-buildonly.c66 #ifdef ENOSR
67 int dummy53 = ENOSR;
/external/libcxx/include/
H A Derrno.h166 #ifndef ENOSR
167 #define ENOSR 9922 macro
/external/bison/lib/
H A Dstrerror-override.c98 case ENOSR:
H A Derrno.in.h127 # define ENOSR 124 /* not required by POSIX */ macro
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h45 #define ENOSR 63 /* Out of streams resources */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h40 #define ENOSR 63 /* Out of streams resources */ macro
/external/syslinux/com32/include/
H A Derrno.h70 #define ENOSR 63 /* Out of streams resources */ macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Dsystem_error.h168 no_stream_resources, // ENOSR
367 # ifndef ENOSR
368 # define ENOSR 124 macro
555 #ifdef ENOSR
556 no_stream_resources = ENOSR,
/external/syslinux/core/lwip/src/include/lwip/
H A Darch.h143 #define ENOSR 63 /* Out of streams resources */ macro
/external/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp222 #ifndef ENOSR
223 #error ENOSR not defined
/external/strace/tests/
H A Derrno2name.c314 #ifdef ENOSR
315 CASE(ENOSR);
/external/strace/tests-m32/
H A Derrno2name.c314 #ifdef ENOSR
315 CASE(ENOSR);
/external/strace/tests-mx32/
H A Derrno2name.c314 #ifdef ENOSR
315 CASE(ENOSR);
/external/ltp/lib/
H A Derrnos.h96 PAIR(ENOSR)
/external/minijail/linux-x86/
H A Dlibconstants.gen.c389 #ifdef ENOSR
390 { "ENOSR", (unsigned long) ENOSR },
391 #endif // ENOSR
/external/libbrillo/brillo/errors/
H A Derror_codes.cc97 ERROR_ENTRY(ENOSR), // Out of streams resources
/external/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp65 static_assert(static_cast<int>(std::errc::no_stream_resources) == ENOSR, "");
/external/syslinux/gpxe/src/include/
H A Derrno.h379 #define ENOSR ( ERRFILE | PXENV_STATUS_OUT_OF_RESOURCES | 0x35000000 ) macro
/external/libusb/libusb/os/
H A Dlinux_usbfs.c2325 case -ENOSR:
2430 case -ENOSR:
2539 case -ENOSR:
/external/valgrind/include/vki/
H A Dvki-darwin.h639 #define VKI_ENOSR ENOSR
/external/ppp/pppd/
H A Dsys-solaris.c1632 return (errno == ENOSR)? 0: -1;
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 525 milliseconds

12