Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c48 extern uchar_t *ucbuf; /* cleartext buffer */
159 ucbuf[nout++] = c; in secure_putbyte()
162 ret = secure_putbuf(fd, ucbuf, smaxqueue); in secure_putbyte()
182 if (ret = secure_putbuf(fd, ucbuf, nout)) in secure_flush()
306 if ((kerror = looping_read(fd, (char *)ucbuf, length)) in secure_getbyte()
320 xmit_buf.value = ucbuf; in secure_getbyte()
334 memcpy(ucbuf, msg_buf.value, in secure_getbyte()
340 return ((nin == 0) ? EOF : ucbuf[bufp - nin--]); in secure_getbyte()
H A Dftp_var.h159 extern uchar_t *ucbuf; /* clear text buffer */
H A Dftp.c2374 unsigned char *ucbuf; variable
2382 if (ucbuf) in setpbsz()
2383 (void) free(ucbuf); in setpbsz()
2385 while ((ucbuf = (unsigned char *)malloc(actualbuf)) == NULL) { in setpbsz()