HomeSort by relevance Sort by last modified time
    Searched defs:EAI_FAIL (Results 51 - 52 of 52) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 592 # define EAI_FAIL -4 /* Non-recoverable failure in name res. */
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 94 public static final int EAI_FAIL = placeholder();
486 if (error == EAI_FAIL) {
487 return "EAI_FAIL";
    [all...]

Completed in 706 milliseconds

1 23