Lines Matching refs:BIO_puts
159 if (BIO_puts(out, "<ABSENT>\n") <= 0)
188 if ((i == 2) && (BIO_puts(out, "\n") <= 0))
217 if (BIO_puts(out, " {\n") <= 0)
220 if (BIO_puts(out, "\n") <= 0)
309 if ((i > 0) && (BIO_puts(out, "\n") <= 0))
352 if (BIO_puts(out, fname) <= 0)
360 if (BIO_puts(out, sname) <= 0)
387 if (BIO_puts(out, str) <= 0)
400 if (BIO_puts(out, s) <= 0)
424 } else if (BIO_puts(out, "\n") <= 0)
475 if (BIO_puts(out, "NULL\n") <= 0)
481 if (BIO_puts(out, pname) <= 0)
483 if (BIO_puts(out, ":") <= 0)
523 if (BIO_puts(out, "\n") <= 0)
536 if (needlf && BIO_puts(out, "\n") <= 0)