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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c50 extern uchar_t *ucbuf; /* cleartext buffer */
51 static uint_t nout; /* number of chars in ucbuf */
161 ucbuf[nout++] = c;
164 ret = secure_putbuf(fd, ucbuf, smaxqueue);
184 if (ret = secure_putbuf(fd, ucbuf, nout))
289 /* number of chars in ucbuf, pointer into ucbuf */
308 if ((kerror = looping_read(fd, (char *)ucbuf, length))
322 xmit_buf.value = ucbuf;
336 memcpy(ucbuf, msg_bu
[all...]
H A Dftp_var.h164 EXTERN uchar_t *ucbuf; /* clear text buffer */ variable
H A Dftp.c2369 unsigned char *ucbuf; variable
2377 if (ucbuf)
2378 (void) free(ucbuf);
2380 while ((ucbuf = (unsigned char *)malloc(actualbuf)) == NULL) {

Completed in 109 milliseconds