Home
last modified time | relevance | path

Searched refs:ELOOP (Results 1 – 15 of 15) sorted by relevance

/external/bluetooth/glib/gio/
Dgioerror.c105 #ifdef ELOOP in g_io_error_from_errno()
106 case ELOOP: in g_io_error_from_errno()
Dglocalfileoutputstream.c691 if (fd == -1 && errno == ELOOP) in handle_overwrite_open()
/external/chromium/third_party/libjingle/source/talk/base/
Dsocket.h107 #undef ELOOP
108 #define ELOOP WSAELOOP macro
/external/qemu/
Dsockets.h107 # ifndef ELOOP
108 # define ELOOP 10062 macro
Dsockets.c105 EE(WSAELOOP,ELOOP,"cannot translate name") \
/external/kernel-headers/original/asm-generic/
Derrno.h11 #define ELOOP 40 /* Too many symbolic links encountered */ macro
/external/llvm/include/llvm/Support/
Dsystem_error.h460 # ifndef ELOOP
461 # define ELOOP 114 macro
614 too_many_symbolic_link_levels = ELOOP,
/external/bluetooth/bluez/lib/
Dbluetooth.c244 return ELOOP; in bt_error()
/external/ipsec-tools/src/racoon/
Dplainrsa-gen.c277 if (errno == ELOOP) in main()
/external/bluetooth/glib/glib/
Dgfileutils.c411 #ifdef ELOOP in g_file_error_from_errno()
412 case ELOOP: in g_file_error_from_errno()
Dgstrfuncs.c1135 #ifdef ELOOP in g_strerror()
1136 case ELOOP: return "too many levels of symbolic links"; in g_strerror()
/external/quake/quake/src/WinQuake/
Dmpdosock.h664 #define ELOOP WSAELOOP
/external/valgrind/main/include/vki/
Dvki-darwin.h584 #define VKI_ELOOP ELOOP
/external/iptables/libiptc/
Dlibiptc.c2721 { TC_INSERT_ENTRY, ELOOP, "Loop found in table" }, in TC_STRERROR()
/external/mksh/src/
Dfuncs.c274 errno = ELOOP; in do_realpath()