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

/external/ping/
H A Dping.c119 char *target, hnamebuf[MAXHOSTNAMELEN]; local
258 strncpy(hnamebuf, hp->h_name, sizeof(hnamebuf) - 1);
259 hnamebuf[sizeof(hnamebuf) - 1] = 0;
260 hostname = hnamebuf;

Completed in 36 milliseconds