Lines Matching defs:indent
92 static int util_flags(BIO *out, unsigned int flags, const char *indent)
96 BIO_printf(out, "%s%s(input flags): ", indent, indent);
150 static int util_verbose(ENGINE *e, int verbose, BIO *out, const char *indent)
197 /* Do an indent */
198 xpos = BIO_puts(out, indent);
206 if ((xpos > (int)strlen(indent)) &&
209 xpos = BIO_puts(out, indent);
217 if ((verbose >= 3) && !util_flags(out, flags, indent))
240 BIO *out, const char *indent)
306 const char *indent = " ";
391 util_do_cmds(e, pre_cmds, out, indent);
462 BIO_printf(out, "%s", indent);
465 util_do_cmds(e, post_cmds, out, indent);
474 if ((verbose > 0) && !util_verbose(e, verbose, out, indent))