Searched refs:ELOOP (Results 1 - 25 of 68) sorted by relevance

123

/netbsd-current/lib/librumpuser/
H A Drumpuser_errtrans.c213 #ifdef ELOOP
214 case ELOOP : return 62;
/netbsd-current/sys/rump/include/rump/
H A Drumperrno2host.h264 #ifdef ELOOP
266 return ELOOP;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h229 #ifndef ELOOP
230 #define ELOOP 9939 macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-errno.c131 #ifdef ELOOP
132 { "ELOOP", ELOOP, 92 },
/netbsd-current/lib/libc/gen/
H A Dftw.c81 errno = ELOOP;
H A Dnftw.c97 errno = ELOOP;
/netbsd-current/sys/sys/
H A Derrno.h114 #define ELOOP 62 /* Too many levels of symbolic links */ macro
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Derrno2result.c44 case ELOOP:
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c86 case ELOOP:
171 /* WSAELOOP maps to ELOOP */
H A Derrno.in.h118 # define ELOOP 114 macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dw32sock.h131 errno = ELOOP;
H A Dstrerror-override.c88 case ELOOP:
173 /* WSAELOOP maps to ELOOP */
H A Derrno.in.h118 # define ELOOP 114 macro
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Derrno2result.c40 case ELOOP:
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Derrno2result.c39 case ELOOP:
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h249 #undef ELOOP macro
250 #define ELOOP WSAELOOP macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc171 #ifdef ELOOP
172 case ELOOP:
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/filesystem/
H A Ddir.c52 case ELOOP:
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h166 too_many_symbolic_link_levels = ELOOP,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h166 too_many_symbolic_link_levels = ELOOP,
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Derrno_test.c52 { ELOOP, ISC_R_INVALIDFILE },
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Derrno.d163 inline int ELOOP = 62;
164 #pragma D binding "1.0" ELOOP
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h153 too_many_symbolic_link_levels = ELOOP,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h166 too_many_symbolic_link_levels = ELOOP,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h166 too_many_symbolic_link_levels = ELOOP,

Completed in 286 milliseconds

123