Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgethnamaddr.c172 static int h_errno_to_result(int* herrno_p) { in h_errno_to_result() argument
174 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()