HomeSort by: relevance | last modified time | path
    Searched refs:EAI_SYSTEM (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/include/
t_netdb.c 223 #ifdef EAI_SYSTEM
227 atf_tc_fail_nonfatal("EAI_SYSTEM not defined");
  /src/lib/libc/net/
getnameinfo.c 385 return EAI_SYSTEM;
430 return EAI_SYSTEM;
448 return EAI_SYSTEM;
470 return EAI_SYSTEM;
  /src/include/
netdb.h 251 #define EAI_SYSTEM 11 /*%< system error returned in errno */
  /src/usr.bin/ftp/
main.c 471 (error == EAI_SYSTEM) ? strerror(errno)
ftp.c 179 (error == EAI_SYSTEM) ? strerror(errno)
fetch.c 642 (error == EAI_SYSTEM) ? strerror(errno)
  /src/usr.bin/nc/
netcat.c 1698 if (herr == EAI_SYSTEM)

Completed in 20 milliseconds