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

/opensolaris-onvv-gate/usr/src/stand/lib/wanboot/
H A Dhttp_aux.c106 #define HOSTDB "/etc/inet/hosts" macro
116 if ((h = fopen(HOSTDB, "r")) == NULL) {
/opensolaris-onvv-gate/usr/src/lib/libresolv/
H A Dres_gethost.c53 static char HOSTDB[] = "/etc/hosts"; variable
351 hostf = fopen(HOSTDB, "r");
376 if (hostf == NULL && (hostf = fopen(HOSTDB, "r")) == NULL)

Completed in 159 milliseconds