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

/freebsd-10.0-release/sbin/ping/
H A Dping.c239 char hnamebuf[MAXHOSTNAMELEN], snamebuf[MAXHOSTNAMELEN]; local
571 (void)strncpy(hnamebuf, hp->h_name, sizeof(hnamebuf) - 1);
572 hnamebuf[sizeof(hnamebuf) - 1] = '\0';
573 hostname = hnamebuf;

Completed in 77 milliseconds