Searched refs:herrno_p (Results 1 – 1 of 1) sorted by relevance
172 static int h_errno_to_result(int* herrno_p) { in h_errno_to_result() argument174 if (*herrno_p == NETDB_INTERNAL && errno == ENOSPC) { in h_errno_to_result()179 return (*herrno_p != HOST_NOT_FOUND) ? *herrno_p : 0; in h_errno_to_result()