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

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_Xrequests.c217 struct hostent *phost; local
306 phost = gethostbyname(h->h_name);
307 phostlen = strlen(phost->h_name);
309 if (strncmp(hostname, phost->h_name, MIN(phostlen, hostlen)))

Completed in 11 milliseconds