Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bio/
Dbss_null.c18 static int null_gets(BIO *h, char *str, int size);
28 null_gets,
75 static int null_gets(BIO *bp, char *buf, int size) in null_gets() function