HomeSort by relevance Sort by last modified time
    Searched full:gai_strerror (Results 1 - 25 of 246) sorted by null

1 2 3 4 5 6 7 8 910

  /system/extras/tests/bionic/libc/common/
test_getaddrinfo.c 25 printf("first getaddrinfo returned error: %s\n", gai_strerror(ret));
39 printf("second getaddrinfo returned error: %s\n", gai_strerror(ret));
  /external/chromium/net/tools/flip_server/
create_listener.cc 133 // gai_strerror -is- threadsafe, so we get to use it here.
135 << ") " << gai_strerror(err) << "\n";
256 // gai_strerror -is- threadsafe, so we get to use it here.
258 << gai_strerror(err);
  /external/chromium_org/net/tools/flip_server/
create_listener.cc 133 // gai_strerror -is- threadsafe, so we get to use it here.
135 << ") " << gai_strerror(err) << "\n";
256 // gai_strerror -is- threadsafe, so we get to use it here.
258 << gai_strerror(err);
  /libcore/luni/src/main/java/libcore/io/
GaiException.java 53 String description = Libcore.os.gai_strerror(error);
ForwardingOs.java 60 public String gai_strerror(int error) { return os.gai_strerror(error); } method in class:ForwardingOs
  /cts/tests/tests/net/jni/
NativeDnsJni.c 35 ALOGD("getaddrinfo(www.google.com) gave res=%d (%s)", res, gai_strerror(res));
119 gai_strerror(res));
132 res, gai_strerror(res));
  /external/android-clat/
dns64.c 53 logmsg(ANDROID_LOG_ERROR,"plat_prefix/dns(%s) status = %d/%s\n", ipv4_name, status, gai_strerror(status));
  /external/dropbear/
fake-rfc2553.h 146 #define gai_strerror(a) (ssh_gai_strerror(a)) macro
147 char *gai_strerror(int);
configure.in 321 # IRIX has a const char return value for gai_strerror()
322 AC_CHECK_FUNCS(gai_strerror,[
329 const char *gai_strerror(int);],[
332 str = gai_strerror(0);],[
334 [Define if gai_strerror() returns const char *])])])
dbutil.c 220 len = 20 + strlen(gai_strerror(err));
222 snprintf(*errstring, len, "Error resolving: %s", gai_strerror(err));
324 len = 20 + strlen(gai_strerror(err));
326 snprintf(*errstring, len, "Error resolving: %s", gai_strerror(err));
328 TRACE(("Error resolving: %s", gai_strerror(err)))
config.h 61 /* Define if gai_strerror() returns const char * */
88 /* Define to 1 if you have the `gai_strerror' function. */
config.h.in 60 /* Define if gai_strerror() returns const char * */
87 /* Define to 1 if you have the `gai_strerror' function. */
fake-rfc2553.c 88 gai_strerror(int err) function
  /external/openssh/openbsd-compat/
fake-rfc2553.h 159 #define gai_strerror(a) (_ssh_compat_gai_strerror(a)) macro
160 char *gai_strerror(int);
fake-rfc2553.c 91 gai_strerror(int err) function
  /external/tcpdump/missing/
addrinfo.h 84 extern char *gai_strerror (int);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 457 gai_strerror
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 492 gai_strerror
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 400 gai_strerror
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 394 gai_strerror
  /external/ipsec-tools/src/racoon/
kmpstat.c 222 printf("%s: %s/%s\n", gai_strerror(error), name, port);
  /external/qemu/
qemu-sockets.c 165 gai_strerror(rc));
268 gai_strerror(rc));
341 gai_strerror(rc));
365 gai_strerror(rc));

Completed in 3341 milliseconds

1 2 3 4 5 6 7 8 910