Home | History | Annotate | Download | only in apps

Lines Matching refs:indent

132 static int util_flags(BIO *bio_out, unsigned int flags, const char *indent)
135 /* Indent before displaying input flags */
136 BIO_printf(bio_out, "%s%s(input flags): ", indent, indent);
194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent)
209 BIO_printf(bio_out, "%s<no control commands>\n", indent);
249 /* Do an indent */
250 xpos = BIO_puts(bio_out, indent);
257 if((xpos > (int)strlen(indent)) &&
261 xpos = BIO_puts(bio_out, indent);
272 indent))
294 BIO *bio_out, const char *indent)
352 const char *indent = " ";
440 util_do_cmds(e, pre_cmds, bio_out, indent);
509 BIO_printf(bio_out, "%s", indent);
513 util_do_cmds(e, post_cmds, bio_out, indent);
524 if((verbose > 0) && !util_verbose(e, verbose, bio_out, indent))