Home
last modified time | relevance | path

Searched refs:error_num (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dgetipnodebyname.c48 getipnodebyname (const char *name, int af, int flags, int *error_num) in getipnodebyname() argument
56 *error_num = NO_ADDRESS; in getipnodebyname()
66 *error_num = h_errno; in getipnodebyname()
69 *error_num = NO_ADDRESS; in getipnodebyname()
72 *error_num = NO_RECOVERY; in getipnodebyname()
79 *error_num = TRY_AGAIN; in getipnodebyname()
H A Dgetipnodebyaddr.c44 getipnodebyaddr (const void *src, size_t len, int af, int *error_num) in getipnodebyaddr() argument
54 *error_num = h_errno; in getipnodebyaddr()
57 *error_num = NO_ADDRESS; in getipnodebyaddr()
60 *error_num = NO_RECOVERY; in getipnodebyaddr()
67 *error_num = TRY_AGAIN; in getipnodebyaddr()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc4980 const int error_num = in MakeConnection() local
4982 if (error_num != 0) { in MakeConnection()
4984 << gai_strerror(error_num); in MakeConnection()