Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/crypto/bio/
HDbss_null.c17 static int null_puts(BIO *h, const char *str);
27 null_puts,
80 static int null_puts(BIO *bp, const char *str) in null_puts() function