Searched refs:bgets (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio_lib.c288 if ((b == NULL) || (b->method == NULL) || (b->method->bgets == NULL)) {
303 i = b->method->bgets(b, in, inl);
H A Dbio.h318 int (*bgets) (BIO *, char *, int); member in struct:bio_method_st
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h133 extern char * bgets(char *, size_t, FILE *, char *);

Completed in 192 milliseconds