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

1 2 3 4 5

  /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);
  /libcore/luni/src/main/java/libcore/io/
GaiException.java 53 String description = Libcore.os.gai_strerror(error);
ForwardingOs.java 54 public String gai_strerror(int error) { return os.gai_strerror(error); } method in class:ForwardingOs
Os.java 45 public String gai_strerror(int error); method in interface:Os
  /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/tcpdump/missing/
addrinfo.h 84 extern char *gai_strerror (int);
  /external/ipsec-tools/src/racoon/
prsa_par.y 255 prsaerror("getaddrinfo(%s): %s\n", $1, gai_strerror(err));
284 prsaerror("getaddrinfo(%s): %s\n", $1, gai_strerror(err));
kmpstat.c 228 printf("%s: %s/%s\n", gai_strerror(error), name, port);
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 458 gai_strerror
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 493 gai_strerror
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 394 gai_strerror
  /external/qemu/
qemu-sockets.c 165 gai_strerror(rc));
268 gai_strerror(rc));
341 gai_strerror(rc));
365 gai_strerror(rc));
  /external/ipsec-tools/src/libipsec/
policy_parse.y 416 __ipsec_set_strerror(gai_strerror(error));
422 __ipsec_set_strerror(gai_strerror(error));
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /bionic/libc/include/
netdb.h 244 const char *gai_strerror(int);
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 525 gai_strerror
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 534 gai_strerror
  /external/mtpd/
mtpd.c 274 strerror(errno) : gai_strerror(error));
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 134 sprintf(buffer, "getaddrinfo error: %s", gai_strerror(error));

Completed in 582 milliseconds

1 2 3 4 5