HomeSort by: relevance | last modified time | path
    Searched defs:ELOOP (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
net.h 249 #undef ELOOP
250 #define ELOOP WSAELOOP
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 229 #ifndef ELOOP
230 #define ELOOP 9939
  /src/external/gpl3/gdb/dist/gnulib/import/
errno.in.h 118 # define ELOOP 114
  /src/external/gpl3/gdb.old/dist/gnulib/import/
errno.in.h 118 # define ELOOP 114
  /src/sys/sys/
errno.h 114 #define ELOOP 62 /* Too many levels of symbolic links */
  /src/external/gpl2/rcs/dist/src/
rcsedit.c 76 * Some hosts have readlink but not ELOOP. Avoid `unsigned'.
1267 # ifndef ELOOP
1270 * but not ELOOP. Approximate ELOOP with EMLINK.
1272 # define ELOOP EMLINK
1274 errno = ELOOP;
  /src/lib/libc/time/
private.h 256 #ifndef ELOOP
257 # define ELOOP EINVAL

Completed in 104 milliseconds