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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
herror.c 16 fprintf(stderr, "%s\n", hstrerror(h_errno));
  /bionic/libc/dns/
gethnamaddr.c 168 h_errno = NO_RECOVERY; \
176 h_errno = NO_RECOVERY; \
226 h_errno = NO_RECOVERY;
231 h_errno = NO_RECOVERY;
242 h_errno = NO_RECOVERY;
289 h_errno = NO_RECOVERY;
319 h_errno = NO_RECOVERY;
358 h_errno = NO_RECOVERY;
387 h_errno = NETDB_SUCCESS;
437 h_errno = NO_RECOVERY
    [all...]
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 63 /* XXX should it use ci_errno to hold errno instead of h_errno ? */
64 extern int h_errno;
144 h_errno = NO_RECOVERY;
154 h_errno = NO_RECOVERY;
185 h_errno = NO_RECOVERY;
234 h_errno = NO_RECOVERY;
261 h_errno = NO_RECOVERY;
296 h_errno = NO_RECOVERY;
309 h_errno = NO_RECOVERY;
324 h_errno = NO_RECOVERY
    [all...]
dnssec.c 56 extern int h_errno;
  /external/libpcap/Win32/Include/net/
netdb.h 90 * (left in extern int h_errno).
92 #define h_errno (*__h_errno_location ()) macro
94 extern int h_errno;
  /bionic/libc/dns/resolv/
herror.c 95 * print the error indicated by the h_errno value.
112 DE_CONST(hstrerror(h_errno), t);
  /bionic/libc/dns/net/
getaddrinfo.c     [all...]
  /development/ndk/platforms/android-3/include/
netdb.h 126 * (left in h_errno).
200 #define h_errno (*__get_h_errno()) macro
  /development/ndk/sources/android/libportable/common/include/
netdb_portable.h 141 * (left in h_errno).
215 #define h_errno (*__get_h_errno())
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.cc 105 h_errno = NETDB_INTERNAL;
116 h_errno = NO_RECOVERY;
119 h_errno = HOST_NOT_FOUND;
122 h_errno = NETDB_INTERNAL;
  /bionic/libc/include/
netdb.h 126 * (left in h_errno).
202 #define h_errno (*__get_h_errno()) macro
  /development/ndk/platforms/android-L/include/
netdb.h 126 * (left in h_errno).
202 #define h_errno (*__get_h_errno()) macro
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 88 #define h_errno (*(__h_errno_location())) macro
148 * (left in extern int h_errno).
  /art/runtime/jdwp/
jdwp_socket.cc 285 h_errno = 0;
  /bionic/libc/dns/include/
resolv_private.h 81 * aware programs, the last h_errno value set is stored in res->h_errno.
91 * # define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
95 #define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
host_resolver_test.cc 367 ASSERT_EQ(HOST_NOT_FOUND, h_errno);
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
handlers.c 950 hstrerror(h_errno));
  /external/libpcap/Win32/Src/
getaddrinfo.c 572 h_error = h_errno;
  /external/blktrace/
blktrace.c 954 if (h_errno == TRY_AGAIN) {
957 } else if (h_errno == NO_RECOVERY) {
    [all...]
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 1130 switch (h_errno) {
    [all...]
  /external/libxml2/
nanohttp.c 1135 switch (h_errno) {
    [all...]

Completed in 722 milliseconds