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

/haiku/src/bin/network/ftpd/
H A Dftpd.c1995 char hostbuf[NI_MAXHOST], portbuf[NI_MAXSERV]; local
1999 hostbuf, sizeof(hostbuf) - 1,
2002 *hostbuf = *portbuf = 0;
2003 hostbuf[sizeof(hostbuf) - 1] = 0;
2006 hostbuf, portbuf, strerror(errno));
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c1742 char hostbuf[8*1024]; local
1774 bp = hostbuf;
1775 ep = hostbuf + sizeof hostbuf;
2332 char hostbuf[8*1024]; local
2342 if (!(p = fgets(hostbuf, (int)sizeof hostbuf, *hostf)))
/haiku/src/bin/network/telnet/
H A Dcommands.c2366 static char hostbuf[BUFSIZ];
2369 strncpy(hostbuf, hostp, BUFSIZ - 1);
2370 hostbuf[BUFSIZ - 1] = '\0';
2372 hostp = hostbuf;
2358 static char hostbuf[BUFSIZ]; local

Completed in 67 milliseconds