Lines Matching full:bio_puts
218 if (BIO_puts(out, "<ABSENT>\n") <= 0)
250 if ((i == 2) && (BIO_puts(out, "\n") <= 0))
288 if (BIO_puts(out, " {\n") <= 0)
293 if (BIO_puts(out, "\n") <= 0)
379 if ((i > 0) && (BIO_puts(out, "\n") <= 0))
428 if (BIO_puts(out, fname) <= 0)
440 if (BIO_puts(out, sname) <= 0)
469 if (BIO_puts(out, str) <= 0)
481 if (BIO_puts(out, s) <= 0)
510 else if (BIO_puts(out, "\n") <= 0)
560 if (BIO_puts(out, "NULL\n") <= 0)
567 if (BIO_puts(out, pname) <= 0)
569 if (BIO_puts(out, ":") <= 0)
610 if (BIO_puts(out, "\n") <= 0)
624 if (needlf && BIO_puts(out, "\n") <= 0)