Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c54 static int secure_putbuf(int, uchar_t *, uint_t);
162 ret = secure_putbuf(fd, ucbuf, smaxqueue); in secure_putbyte()
182 if (ret = secure_putbuf(fd, ucbuf, nout)) in secure_flush()
184 return (secure_putbuf(fd, (uchar_t *)"", nout = 0)); in secure_flush()
228 static int secure_putbuf(int fd, uchar_t *buf, uint_t nbyte) in secure_putbuf() function