Searched refs:ecode (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/
H A Dgai_strerror.c37 * The message invalid error code is returned if ecode is out of range.
71 lwres_gai_strerror(int ecode) { argument
77 if ((ecode < 0) ||
78 (ecode >= (int)(sizeof(gai_messages)/sizeof(*gai_messages))))
81 ptr.const_ptr = gai_messages[ecode];
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dexceptions.cpp98 const int ecode = atf_libc_error_code(err); local
101 throw atf::system_error("XXX", msg, ecode);
/bind-9.6-ESV-R11/contrib/queryperf/missing/
H A Dgetaddrinfo.c162 gai_strerror(ecode)
163 int ecode;
165 if (ecode < 0 || ecode > EAI_MAX)
166 ecode = EAI_MAX;
167 return ai_errlist[ecode];

Completed in 260 milliseconds