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

/freebsd-10.0-release/sbin/ping/
H A Dping.c239 char hnamebuf[MAXHOSTNAMELEN], snamebuf[MAXHOSTNAMELEN]; local
547 (void)strncpy(snamebuf, hp->h_name,
548 sizeof(snamebuf) - 1);
549 snamebuf[sizeof(snamebuf) - 1] = '\0';
550 shostname = snamebuf;

Completed in 60 milliseconds