Searched defs:gai_strerror (Results 1 – 3 of 3) sorted by relevance
51 public String gai_strerror(int error); in gai_strerror() method
60 public String gai_strerror(int error) { return os.gai_strerror(error); } in gai_strerror() method in ForwardingOs
54 public native String gai_strerror(int error); in gai_strerror() method in Posix