Home
last modified time | relevance | path

Searched refs:hostnamebuf (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c180 static char hostnamebuf[80]; in hookup() local
225 hostnamebuf[0] = '\0'; in hookup()
227 (void) inet_ntop(AF_INET, &src4, hostnamebuf, in hookup()
228 sizeof (hostnamebuf)); in hookup()
236 strlen(hostnamebuf) <= strlen(host)) { in hookup()
237 (void) strlcpy(host, hostnamebuf, strlen(host) + 1); in hookup()
241 (void) strlcpy(hostnamebuf, in hookup()
243 sizeof (hostnamebuf)); in hookup()
246 hostname = hostnamebuf; in hookup()