Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/bio/
H A Dbss_null.c70 static int null_gets(BIO *h, char *str, int size);
81 .bgets = null_gets,
149 null_gets(BIO *bp, char *buf, int size) in null_gets() function