Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv/
H A Dres_gethost.c56 static char HOSTDB[] = "/etc/hosts"; variable
353 hostf = fopen(HOSTDB, "r"); in _sethtent()
378 if (hostf == NULL && (hostf = fopen(HOSTDB, "r")) == NULL) in _gethtent()