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

12

/netbsd-current/external/cddl/osnet/sys/sys/
H A Derrno.h33 #define EBADE ENOSR
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h103 #ifdef ENOSR
104 no_stream_resources = ENOSR,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h103 #ifdef ENOSR
104 no_stream_resources = ENOSR,
/netbsd-current/lib/librumpuser/
H A Drumpuser_errtrans.c297 #ifdef ENOSR
298 case ENOSR : return 90;
/netbsd-current/sys/rump/include/rump/
H A Drumperrno2host.h376 #ifdef ENOSR
378 return ENOSR;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h165 #ifndef ENOSR
166 #define ENOSR 9922 macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h102 #ifdef ENOSR
103 no_stream_resources = ENOSR,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h103 #ifdef ENOSR
104 no_stream_resources = ENOSR,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h103 #ifdef ENOSR
104 no_stream_resources = ENOSR,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h102 #ifdef ENOSR
103 no_stream_resources = ENOSR,
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-errno.c194 #ifdef ENOSR
195 { "ENOSR", ENOSR, 63 },
/netbsd-current/sys/sys/
H A Derrno.h163 #define ENOSR 90 /* No STREAM resources */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c98 case ENOSR:
H A Derrno.in.h127 # define ENOSR 124 /* not required by POSIX */ macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstrerror-override.c100 case ENOSR:
H A Derrno.in.h127 # define ENOSR 124 /* not required by POSIX */ macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc231 #ifdef ENOSR
232 case ENOSR:
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Derrno.d219 inline int ENOSR = 90;
220 #pragma D binding "1.0" ENOSR
/netbsd-current/bin/sh/
H A Derror.c332 #ifdef ENOSR
333 { ENOSR, ALL, "no streams resources" },
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dstrerror.c250 #if defined (ENOSR)
251 ENTRY(ENOSR, "ENOSR", "Out of streams resources"),
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dstrerror.c250 #if defined (ENOSR)
251 ENTRY(ENOSR, "ENOSR", "Out of streams resources"),
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dstrerror.c250 #if defined (ENOSR)
251 ENTRY(ENOSR, "ENOSR", "Out of streams resources"),
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dstrerror.c250 #if defined (ENOSR)
251 ENTRY(ENOSR, "ENOSR", "Out of streams resources"),
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dstrerror.c250 #if defined (ENOSR)
251 ENTRY(ENOSR, "ENOSR", "Out of streams resources"),
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dstrerror.c250 #if defined (ENOSR)
251 ENTRY(ENOSR, "ENOSR", "Out of streams resources"),

Completed in 367 milliseconds

12