Searched refs:ucbuf (Results 1 – 3 of 3) sorted by relevance
50 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()
164 EXTERN uchar_t *ucbuf; /* clear text buffer */ variable
2369 unsigned char *ucbuf; variable2377 if (ucbuf) in setpbsz()2378 (void) free(ucbuf); in setpbsz()2380 while ((ucbuf = (unsigned char *)malloc(actualbuf)) == NULL) { in setpbsz()