Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/bio/
H A Dbf_buff.c71 static int buffer_gets(BIO *h, char *str, int size);
84 .bgets = buffer_gets,
470 buffer_gets(BIO *b, char *buf, int size) in buffer_gets() function