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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c1067 char hname2[MAXDNAME+1]; variable
1074 strncpy(hname2, hp->h_name, MAXDNAME);
1075 hname2[MAXDNAME] = '\0';
1079 if (!(rhp = gethostbyname(hname2))) {

Completed in 58 milliseconds