Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c50 extern uchar_t *ucbuf; /* cleartext buffer */
161 ucbuf[nout++] = c; in secure_putbyte()
164 ret = secure_putbuf(fd, ucbuf, smaxqueue); in secure_putbyte()
184 if (ret = secure_putbuf(fd, ucbuf, nout)) in secure_flush()
308 if ((kerror = looping_read(fd, (char *)ucbuf, length)) in secure_getbyte()
322 xmit_buf.value = ucbuf; in secure_getbyte()
336 memcpy(ucbuf, msg_buf.value, in secure_getbyte()
342 return ((nin == 0) ? EOF : ucbuf[bufp - nin--]); in secure_getbyte()
H A Dftp_var.h164 EXTERN uchar_t *ucbuf; /* clear text buffer */ variable
H A Dftp.c2369 unsigned char *ucbuf; variable
2377 if (ucbuf) in setpbsz()
2378 (void) free(ucbuf); in setpbsz()
2380 while ((ucbuf = (unsigned char *)malloc(actualbuf)) == NULL) { in setpbsz()