Searched defs:ecode (Results 1 - 2 of 2) 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);

Completed in 10 milliseconds