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

/freebsd-13-stable/sbin/ping/
H A Dping.c255 char hnamebuf[MAXHOSTNAMELEN], snamebuf[MAXHOSTNAMELEN]; local
608 (void)strncpy(snamebuf, hp->h_name,
609 sizeof(snamebuf) - 1);
610 snamebuf[sizeof(snamebuf) - 1] = '\0';
611 shostname = snamebuf;

Completed in 43 milliseconds