Searched refs:ENODATA (Results 1 - 25 of 60) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h95 #ifdef ENODATA
96 no_message_available = ENODATA,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h95 #ifdef ENODATA
96 no_message_available = ENODATA,
/netbsd-current/lib/librumpuser/
H A Drumpuser_errtrans.c294 #ifdef ENODATA
295 case ENODATA : return 89;
/netbsd-current/usr.sbin/sti/
H A Dsti.c119 errno = ENODATA;
141 if (c == -1 && errno != ENODATA)
/netbsd-current/sys/rump/include/rump/
H A Drumperrno2host.h372 #ifdef ENODATA
374 return ENODATA;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h153 #ifndef ENODATA
154 #define ENODATA 9919 macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h92 #ifdef ENODATA
93 no_message_available = ENODATA,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h95 #ifdef ENODATA
96 no_message_available = ENODATA,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h95 #ifdef ENODATA
96 no_message_available = ENODATA,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h92 #ifdef ENODATA
93 no_message_available = ENODATA,
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-errno.c164 #ifdef ENODATA
165 { "ENODATA", ENODATA, 61 },
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Derrno.h96 XEN_ERRNO(ENODATA, 61) /* No data available */
/netbsd-current/sys/sys/
H A Derrno.h162 #define ENODATA 89 /* No message available */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c96 case ENODATA:
H A Derrno.in.h126 # define ENODATA 120 /* not required by POSIX */ macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstrerror-override.c98 case ENODATA:
H A Derrno.in.h126 # define ENODATA 120 /* not required by POSIX */ macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc201 #ifdef ENODATA
202 case ENODATA:
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Derrno.d217 inline int ENODATA = 89;
218 #pragma D binding "1.0" ENODATA
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Drandom.cpp109 __throw_system_error(ENODATA, "random_device got EOF");
/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_xattr.c131 return ENODATA;
150 return ENODATA;
245 if (error == ENODATA) {
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dstrerror.c244 #if defined (ENODATA)
245 ENTRY(ENODATA, "ENODATA", "No data available"),
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dstrerror.c244 #if defined (ENODATA)
245 ENTRY(ENODATA, "ENODATA", "No data available"),
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dstrerror.c244 #if defined (ENODATA)
245 ENTRY(ENODATA, "ENODATA", "No data available"),
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dstrerror.c244 #if defined (ENODATA)
245 ENTRY(ENODATA, "ENODATA", "No data available"),

Completed in 160 milliseconds

123