Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/bio/
H A Dbss_fd.c51 static int fd_write(BIO *h, const char *buf, int num);
65 fd_write,
131 static int fd_write(BIO *b, const char *in, int inl) in fd_write() function
201 ret = fd_write(bp, str, n); in fd_puts()