Searched refs:secure_putbuf (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | secure.c | 56 static int secure_putbuf(int, uchar_t *, uint_t); 164 ret = secure_putbuf(fd, ucbuf, smaxqueue); in secure_putbyte() 184 if (ret = secure_putbuf(fd, ucbuf, nout)) in secure_flush() 186 return (secure_putbuf(fd, (uchar_t *)"", nout = 0)); in secure_flush() 230 static int secure_putbuf(int fd, uchar_t *buf, uint_t nbyte) in secure_putbuf() function
|