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

1 2 3 4 5

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
herror.c 80 int h_errno; variable
89 * print the error indicated by the h_errno value.
107 v->iov_base = (char *)hstrerror(h_errno);
  /external/syslinux/core/lwip/src/api/
netdb.c 57 /** h_errno is exported in netdb.h for access by applications. */
59 int h_errno; variable
100 h_errno = HOST_NOT_FOUND;
157 * the global h_errno)
159 * is stored in *h_errnop instead of h_errno to be thread-safe
  /bionic/libc/include/
netdb.h 123 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /development/ndk/platforms/android-21/include/
netdb.h 126 * (left in h_errno).
202 #define h_errno (*__get_h_errno()) macro
  /development/ndk/platforms/android-9/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro

Completed in 1337 milliseconds

1 2 3 4 5