HomeSort by relevance Sort by last modified time
    Searched defs:h_errno (Results 1 - 11 of 11) sorted by null

  /bionic/libc/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /dalvik/vm/jdwp/
JdwpSocket.c 395 int h_errno; local
411 &pEntry, &h_errno);
419 h_errno = 0;
423 state->params.host, strerror(h_errno));
  /development/ndk/platforms/android-3/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /external/netcat/
netcat.c 125 extern int h_errno;
135 int h_errno; /* just so we *do* have it available */ variable
197 if (h_errno) { /* if host-lookup variety of error ... */
198 if (h_errno > 4) /* oh no you don't, either */
199 fprintf (stderr, "preposterous h_errno: %d", h_errno);
201 fprintf (stderr, "%s", h_errs[h_errno]); /* handle it here */
202 h_errno = 0; /* and reset for next call */
316 h_errno = 0;
365 h_errno = 0
    [all...]
  /external/quake/quake/src/WinQuake/
mpdosock.h 609 #define h_errno WSAGetLastError() macro

Completed in 294 milliseconds