Lines Matching refs:BIO_printf
70 ? BIO_printf(out, "%s (%s)", objbuf, ln) in print_oid()
71 : BIO_printf(out, "%s", objbuf); in print_oid()
89 return BIO_printf(out, "%*sTRUE", indent, "") >= 4; in ossl_print_attribute_value()
91 return BIO_printf(out, "%*sFALSE", indent, "") >= 5; in ossl_print_attribute_value()
96 if (BIO_printf(out, "%*s", indent, "") < 0) in ossl_print_attribute_value()
99 return BIO_printf(out, "%lld", (long long int)int_val) > 0; in ossl_print_attribute_value()
105 if (BIO_printf(out, "%*s", indent, "") < 0) in ossl_print_attribute_value()
112 if (BIO_printf(out, "%*s", indent, "") < 0) in ossl_print_attribute_value()
118 return BIO_printf(out, "%*sNULL", indent, "") >= 4; in ossl_print_attribute_value()
121 if (BIO_printf(out, "%*s", indent, "") < 0) in ossl_print_attribute_value()
133 return BIO_printf(out, "%*s%.*s", indent, "", in ossl_print_attribute_value()
141 return BIO_printf(out, "%*s%.*s", indent, "", in ossl_print_attribute_value()
146 return BIO_printf(out, "%*sREAL", indent, "") >= 4; in ossl_print_attribute_value()
202 return BIO_printf(out, "%*s%.*s", indent, "", in ossl_print_attribute_value()
207 return BIO_printf(out, "%*s%.*s", indent, "", in ossl_print_attribute_value()
212 return BIO_printf(out, "%*s%.*s", indent, "", in ossl_print_attribute_value()
217 return BIO_printf(out, "%*s%.*s", indent, "", in ossl_print_attribute_value()
233 return BIO_printf(out, in ossl_print_attribute_value()