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

/haiku/src/bin/network/ping/
H A Dping.c235 char hnamebuf[MAXHOSTNAMELEN], snamebuf[MAXHOSTNAMELEN]; local
596 (void)strncpy(snamebuf, hp->h_name,
597 sizeof(snamebuf) - 1);
598 snamebuf[sizeof(snamebuf) - 1] = '\0';
599 shostname = snamebuf;

Completed in 62 milliseconds