/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
herror.c | 16 fprintf(stderr, "%s\n", hstrerror(h_errno));
|
/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...] |
/bionic/libc/netbsd/ |
gethnamaddr.c | 163 h_errno = NO_RECOVERY; \ 171 h_errno = NO_RECOVERY; \ 221 h_errno = NO_RECOVERY; 226 h_errno = NO_RECOVERY; 237 h_errno = NO_RECOVERY; 284 h_errno = NO_RECOVERY; 314 h_errno = NO_RECOVERY; 353 h_errno = NO_RECOVERY; 382 h_errno = NETDB_SUCCESS; 432 h_errno = NO_RECOVERY [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
host_resolver.cc | 30 h_errno = NETDB_INTERNAL; 51 h_errno = NO_RECOVERY; 54 h_errno = HOST_NOT_FOUND; 57 h_errno = NETDB_INTERNAL;
|
library.dsc | 16 "h_errno.cc",
|
/bionic/libc/netbsd/net/ |
getaddrinfo.c | [all...] |
/bionic/libc/netbsd/resolv/ |
herror.c | 95 * print the error indicated by the h_errno value. 112 DE_CONST(hstrerror(h_errno), t);
|
res_query.c | 122 * Error number is left in H_ERRNO. 218 * is detected. Error code, if any, is left in H_ERRNO. 348 * if we did an initial full query, return that query's H_ERRNO 351 * else send back meaningless H_ERRNO, that being the one from
|
/bionic/libc/private/ |
resolv_private.h | 78 * aware programs, the last h_errno value set is stored in res->h_errno. 88 * # define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x)) 92 #define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
|
/external/tcpdump/ |
acconfig.h | 37 /* define ifyou have the h_errno variable. */
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 126 * (left in h_errno). 203 #define h_errno (*__get_h_errno()) macro
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
netdb.h | 126 * (left in h_errno). 203 #define h_errno (*__get_h_errno()) macro
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
netdb.h | 126 * (left in h_errno). 203 #define h_errno (*__get_h_errno()) macro
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
netdb.h | 126 * (left in h_errno). 203 #define h_errno (*__get_h_errno()) macro
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
netdb.h | 126 * (left in h_errno). 203 #define h_errno (*__get_h_errno()) macro
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
netdb.h | 126 * (left in h_errno). 203 #define h_errno (*__get_h_errno()) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
netdb.h | 57 We use a macro to access always the thread-specific `h_errno' variable. */ 58 #define h_errno (*__h_errno_location ()) macro 60 /* Function to get address of global `h_errno' variable. */ 64 /* Possible values left in `h_errno'. */ 86 /* Print error indicated by `h_errno' variable on standard error. STR
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
netdb.h | 57 We use a macro to access always the thread-specific `h_errno' variable. */ 58 #define h_errno (*__h_errno_location ()) macro 60 /* Function to get address of global `h_errno' variable. */ 64 /* Possible values left in `h_errno'. */ 86 /* Print error indicated by `h_errno' variable on standard error. STR
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
netdb.h | 57 We use a macro to access always the thread-specific `h_errno' variable. */ 58 #define h_errno (*__h_errno_location ()) macro 60 /* Function to get address of global `h_errno' variable. */ 64 /* Possible values left in `h_errno'. */ 86 /* Print error indicated by `h_errno' variable on standard error. STR
|
/bionic/libc/include/ |
netdb.h | 126 * (left in h_errno). 200 #define h_errno (*__get_h_errno()) macro
|
/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/third_party/newlib-extras/ |
netdb.h | 88 #define h_errno (*(__h_errno_location())) macro 148 * (left in extern int h_errno).
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 126 * (left in h_errno). 203 #define h_errno (*__get_h_errno()) macro
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 126 * (left in h_errno). 203 #define h_errno (*__get_h_errno()) macro
|