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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c2374 unsigned int actualbuf; local
2379 actualbuf = size;
2380 while ((ucbuf = (unsigned char *)malloc(actualbuf)) == NULL) {
2381 if (actualbuf)
2382 actualbuf >>= 2;
2391 if (command("PBSZ %u", actualbuf) != COMPLETE)
2394 if ((maxbuf = (unsigned int) atol(reply_parse)) > actualbuf)
2395 maxbuf = actualbuf;
2397 maxbuf = actualbuf;

Completed in 47 milliseconds