Symbol: indent
bin/ps/print.c
103
int indent;
bin/ps/print.c
140
indent = k->ki_indent;
bin/ps/print.c
141
if (indent < 0)
bin/ps/print.c
142
indent = 0;
bin/ps/print.c
149
while (indent) {
bin/ps/print.c
151
--indent;
bin/ps/print.c
158
while (indent && left > 1) {
bin/ps/print.c
160
--indent;
bin/sh/mknodes.c
103
static void indent(int, FILE *);
bin/sh/mknodes.c
327
indent(12, cfile);
bin/sh/mknodes.c
331
indent(12, cfile);
bin/sh/mknodes.c
338
indent(12, cfile);
bin/sh/mknodes.c
342
indent(12, cfile);
bin/sh/mknodes.c
349
indent(12, cfile);
bin/sh/mknodes.c
353
indent(12, cfile);
bin/sh/mknodes.c
361
indent(12, cfile);
bin/sh/mknodes.c
368
indent(12, cfile);
bin/sh/show.c
60
static void indent(int, char *, FILE *);
bin/sh/show.c
81
indent(ind, pfx, fp);
crypto/libressl/apps/openssl/apps.c
1049
int indent = 0;
crypto/libressl/apps/openssl/apps.c
1055
indent = 4;
crypto/libressl/apps/openssl/apps.c
1065
X509_NAME_print_ex(out, nm, indent, lflags);
crypto/libressl/apps/openssl/asn1pars.c
162
.opt.flag = &asn1pars_config.indent,
crypto/libressl/apps/openssl/asn1pars.c
405
asn1pars_config.length, asn1pars_config.indent,
crypto/libressl/apps/openssl/asn1pars.c
81
int indent;
crypto/libressl/crypto/asn1/a_bitstr.c
188
BIT_STRING_BITNAME *tbl, int indent)
crypto/libressl/crypto/asn1/a_bitstr.c
193
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/asn1/a_strex.c
411
do_indent(char_io *io_ch, void *arg, int indent)
crypto/libressl/crypto/asn1/a_strex.c
414
for (i = 0; i < indent; i++)
crypto/libressl/crypto/asn1/a_strex.c
424
do_name_ex(char_io *io_ch, void *arg, const X509_NAME *n, int indent,
crypto/libressl/crypto/asn1/a_strex.c
438
if (indent < 0)
crypto/libressl/crypto/asn1/a_strex.c
439
indent = 0;
crypto/libressl/crypto/asn1/a_strex.c
440
outlen = indent;
crypto/libressl/crypto/asn1/a_strex.c
441
if (!do_indent(io_ch, arg, indent))
crypto/libressl/crypto/asn1/a_strex.c
457
indent = 0;
crypto/libressl/crypto/asn1/a_strex.c
465
indent = 0;
crypto/libressl/crypto/asn1/a_strex.c
473
indent = 0;
crypto/libressl/crypto/asn1/a_strex.c
505
if (!do_indent(io_ch, arg, indent))
crypto/libressl/crypto/asn1/a_strex.c
507
outlen += indent;
crypto/libressl/crypto/asn1/a_strex.c
566
X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
crypto/libressl/crypto/asn1/a_strex.c
570
return X509_NAME_print(out, nm, indent);
crypto/libressl/crypto/asn1/a_strex.c
571
return do_name_ex(send_bio_chars, out, nm, indent, flags);
crypto/libressl/crypto/asn1/a_strex.c
575
X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent,
crypto/libressl/crypto/asn1/a_strex.c
584
ret = X509_NAME_print(btmp, nm, indent);
crypto/libressl/crypto/asn1/a_strex.c
588
return do_name_ex(send_fp_chars, fp, nm, indent, flags);
crypto/libressl/crypto/asn1/ameth_lib.c
376
int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/asn1/ameth_lib.c
393
int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/asn1/ameth_lib.c
408
int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/asn1/asn1_locl.h
105
int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/asn1/asn1_locl.h
110
int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/asn1/asn1_locl.h
123
int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/asn1/asn1_locl.h
126
const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx);
crypto/libressl/crypto/asn1/asn1_par.c
106
ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent)
crypto/libressl/crypto/asn1/asn1_par.c
108
return (asn1_parse2(bp, &pp, len, 0, 0, indent, 0));
crypto/libressl/crypto/asn1/asn1_par.c
112
ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump)
crypto/libressl/crypto/asn1/asn1_par.c
114
return (asn1_parse2(bp, &pp, len, 0, 0, indent, dump));
crypto/libressl/crypto/asn1/asn1_par.c
119
int depth, int indent, int dump)
crypto/libressl/crypto/asn1/asn1_par.c
166
if (!asn1_print_info(bp, tag, xclass, j, (indent) ? depth : 0))
crypto/libressl/crypto/asn1/asn1_par.c
182
indent, dump);
crypto/libressl/crypto/asn1/asn1_par.c
196
indent, dump);
crypto/libressl/crypto/asn1/asn1_par.c
66
int indent);
crypto/libressl/crypto/asn1/asn1_par.c
68
int offset, int depth, int indent, int dump);
crypto/libressl/crypto/asn1/asn1_par.c
72
int indent)
crypto/libressl/crypto/asn1/asn1_par.c
83
if (!BIO_indent(bp, indent, 128))
crypto/libressl/crypto/asn1/t_x509.c
306
X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent)
crypto/libressl/crypto/asn1/t_x509.c
317
if (BIO_indent(bp, indent, indent) <= 0)
crypto/libressl/crypto/asn1/t_x509a.c
107
BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
crypto/libressl/crypto/asn1/t_x509a.c
109
BIO_printf(out, "%*sAlias: %.*s\n", indent, "",
crypto/libressl/crypto/asn1/t_x509a.c
112
BIO_printf(out, "%*sKey Id: ", indent, "");
crypto/libressl/crypto/asn1/t_x509a.c
70
X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent)
crypto/libressl/crypto/asn1/t_x509a.c
79
indent, "", indent + 2, "");
crypto/libressl/crypto/asn1/t_x509a.c
91
BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
crypto/libressl/crypto/asn1/t_x509a.c
95
indent, "", indent + 2, "");
crypto/libressl/crypto/asn1/tasn_prn.c
165
static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
crypto/libressl/crypto/asn1/tasn_prn.c
169
int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
crypto/libressl/crypto/asn1/tasn_prn.c
173
const ASN1_ITEM *it, int indent, const char *fname, const char *sname,
crypto/libressl/crypto/asn1/tasn_prn.c
176
static int asn1_print_fsname(BIO *out, int indent, const char *fname,
crypto/libressl/crypto/asn1/tasn_prn.c
180
ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_prn.c
191
return asn1_item_print_ctx(out, &ifld, indent, it, NULL, sname,
crypto/libressl/crypto/asn1/tasn_prn.c
196
asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_prn.c
209
parg.indent = indent;
crypto/libressl/crypto/asn1/tasn_prn.c
219
!asn1_print_fsname(out, indent, fname, sname, pctx))
crypto/libressl/crypto/asn1/tasn_prn.c
230
if (!asn1_template_print_ctx(out, fld, indent,
crypto/libressl/crypto/asn1/tasn_prn.c
237
indent, fname, sname, pctx))
crypto/libressl/crypto/asn1/tasn_prn.c
243
!asn1_print_fsname(out, indent, fname, sname, pctx))
crypto/libressl/crypto/asn1/tasn_prn.c
248
i = ef->asn1_ex_print(out, fld, indent, "", pctx);
crypto/libressl/crypto/asn1/tasn_prn.c
271
if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
crypto/libressl/crypto/asn1/tasn_prn.c
278
!asn1_print_fsname(out, indent, fname, sname, pctx))
crypto/libressl/crypto/asn1/tasn_prn.c
306
if (!asn1_template_print_ctx(out, tmpfld, indent + 2,
crypto/libressl/crypto/asn1/tasn_prn.c
311
if (BIO_printf(out, "%*s}\n", indent, "") < 0)
crypto/libressl/crypto/asn1/tasn_prn.c
331
asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
crypto/libressl/crypto/asn1/tasn_prn.c
359
indent, "", tname, tt->field_name) <= 0)
crypto/libressl/crypto/asn1/tasn_prn.c
361
} else if (BIO_printf(out, "%*s%s:\n", indent, "",
crypto/libressl/crypto/asn1/tasn_prn.c
370
if (!asn1_item_print_ctx(out, &skitem, indent + 2,
crypto/libressl/crypto/asn1/tasn_prn.c
374
if (!i && BIO_printf(out, "%*s<EMPTY>\n", indent + 2, "") <= 0)
crypto/libressl/crypto/asn1/tasn_prn.c
377
if (BIO_printf(out, "%*s}\n", indent, "") <= 0)
crypto/libressl/crypto/asn1/tasn_prn.c
382
return asn1_item_print_ctx(out, fld, indent, tt->item,
crypto/libressl/crypto/asn1/tasn_prn.c
387
asn1_print_fsname(BIO *out, int indent, const char *fname, const char *sname,
crypto/libressl/crypto/asn1/tasn_prn.c
393
while (indent > nspaces) {
crypto/libressl/crypto/asn1/tasn_prn.c
396
indent -= nspaces;
crypto/libressl/crypto/asn1/tasn_prn.c
398
if (BIO_write(out, spaces, indent) != indent)
crypto/libressl/crypto/asn1/tasn_prn.c
477
asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent,
crypto/libressl/crypto/asn1/tasn_prn.c
488
indent + 2) <= 0)
crypto/libressl/crypto/asn1/tasn_prn.c
495
int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx)
crypto/libressl/crypto/asn1/tasn_prn.c
502
if (!asn1_print_fsname(out, indent, fname, sname, pctx))
crypto/libressl/crypto/asn1/tasn_prn.c
511
return pf->prim_print(out, fld, it, indent, pctx);
crypto/libressl/crypto/asn1/tasn_prn.c
581
ret = asn1_print_obstring_ctx(out, str, indent, pctx);
crypto/libressl/crypto/asn1/tasn_prn.c
591
indent, 0) <= 0)
crypto/libressl/crypto/asn1/x_bignum.c
194
bn_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent,
crypto/libressl/crypto/asn1/x_bignum.c
80
int indent, const ASN1_PCTX *pctx);
crypto/libressl/crypto/asn1/x_long.c
228
long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent,
crypto/libressl/crypto/asn1/x_long.c
82
int indent, const ASN1_PCTX *pctx);
crypto/libressl/crypto/asn1/x_name.c
433
x509_name_ex_print(BIO *out, ASN1_VALUE **pval, int indent, const char *fname,
crypto/libressl/crypto/asn1/x_name.c
436
if (X509_NAME_print_ex(out, (X509_NAME *)*pval, indent,
crypto/libressl/crypto/asn1/x_name.c
88
static int x509_name_ex_print(BIO *out, ASN1_VALUE **pval, int indent,
crypto/libressl/crypto/bio/b_dump.c
100
indent = 128;
crypto/libressl/crypto/bio/b_dump.c
101
memset(str, ' ', indent);
crypto/libressl/crypto/bio/b_dump.c
103
str[indent] = '\0';
crypto/libressl/crypto/bio/b_dump.c
105
dump_width = DUMP_WIDTH_LESS_INDENT(indent);
crypto/libressl/crypto/bio/b_dump.c
166
BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent)
crypto/libressl/crypto/bio/b_dump.c
168
return BIO_dump_indent_cb(write_fp, fp, s, len, indent);
crypto/libressl/crypto/bio/b_dump.c
184
BIO_dump_indent(BIO *bp, const char *s, int len, int indent)
crypto/libressl/crypto/bio/b_dump.c
186
return BIO_dump_indent_cb(write_bio, bp, s, len, indent);
crypto/libressl/crypto/bio/b_dump.c
81
void *u, const char *s, int len, int indent)
crypto/libressl/crypto/bio/b_dump.c
96
if (indent < 0)
crypto/libressl/crypto/bio/b_dump.c
97
indent = 0;
crypto/libressl/crypto/bio/b_dump.c
98
if (indent) {
crypto/libressl/crypto/bio/b_dump.c
99
if (indent > 128)
crypto/libressl/crypto/bio/bio_lib.c
507
BIO_indent(BIO *b, int indent, int max)
crypto/libressl/crypto/bio/bio_lib.c
509
if (indent > max)
crypto/libressl/crypto/bio/bio_lib.c
510
indent = max;
crypto/libressl/crypto/bio/bio_lib.c
511
if (indent < 0)
crypto/libressl/crypto/bio/bio_lib.c
512
indent = 0;
crypto/libressl/crypto/bio/bio_lib.c
513
while (indent--)
crypto/libressl/crypto/cms/cms_lib.c
92
CMS_ContentInfo_print_ctx(BIO *out, CMS_ContentInfo *x, int indent, const ASN1_PCTX *pctx)
crypto/libressl/crypto/cms/cms_lib.c
94
return ASN1_item_print(out, (ASN1_VALUE *)x, indent,
crypto/libressl/crypto/ct/ct_prn.c
151
SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *log_store)
crypto/libressl/crypto/ct/ct_prn.c
160
BIO_printf(out, "%*sSigned Certificate Timestamp:", indent, "");
crypto/libressl/crypto/ct/ct_prn.c
161
BIO_printf(out, "\n%*sVersion : ", indent + 4, "");
crypto/libressl/crypto/ct/ct_prn.c
164
BIO_printf(out, "unknown\n%*s", indent + 16, "");
crypto/libressl/crypto/ct/ct_prn.c
165
BIO_hex_string(out, indent + 16, 16, sct->sct, sct->sct_len);
crypto/libressl/crypto/ct/ct_prn.c
172
BIO_printf(out, "\n%*sLog : %s", indent + 4, "",
crypto/libressl/crypto/ct/ct_prn.c
176
BIO_printf(out, "\n%*sLog ID : ", indent + 4, "");
crypto/libressl/crypto/ct/ct_prn.c
177
BIO_hex_string(out, indent + 16, 16, sct->log_id, sct->log_id_len);
crypto/libressl/crypto/ct/ct_prn.c
179
BIO_printf(out, "\n%*sTimestamp : ", indent + 4, "");
crypto/libressl/crypto/ct/ct_prn.c
182
BIO_printf(out, "\n%*sExtensions: ", indent + 4, "");
crypto/libressl/crypto/ct/ct_prn.c
186
BIO_hex_string(out, indent + 16, 16, sct->ext, sct->ext_len);
crypto/libressl/crypto/ct/ct_prn.c
188
BIO_printf(out, "\n%*sSignature : ", indent + 4, "");
crypto/libressl/crypto/ct/ct_prn.c
190
BIO_printf(out, "\n%*s ", indent + 4, "");
crypto/libressl/crypto/ct/ct_prn.c
191
BIO_hex_string(out, indent + 16, 16, sct->sig, sct->sig_len);
crypto/libressl/crypto/ct/ct_prn.c
195
SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent,
crypto/libressl/crypto/ct/ct_prn.c
204
SCT_print(sct, out, indent, log_store);
crypto/libressl/crypto/ct/ct_prn.c
74
BIO_hex_string(BIO *out, int indent, int width, unsigned char *data,
crypto/libressl/crypto/ct/ct_prn.c
84
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/ct/ct_prn.c
94
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/ct/ct_x509v3.c
82
int indent)
crypto/libressl/crypto/ct/ct_x509v3.c
84
SCT_LIST_print(sct_list, out, indent, "\n", NULL);
crypto/libressl/crypto/dh/dh_ameth.c
314
do_dh_print(BIO *bp, const DH *x, int indent, ASN1_PCTX *ctx, int ptype)
crypto/libressl/crypto/dh/dh_ameth.c
356
if (!BIO_indent(bp, indent, 128))
crypto/libressl/crypto/dh/dh_ameth.c
360
indent += 4;
crypto/libressl/crypto/dh/dh_ameth.c
362
if (!ASN1_bn_print(bp, "private-key:", priv_key, m, indent))
crypto/libressl/crypto/dh/dh_ameth.c
364
if (!ASN1_bn_print(bp, "public-key:", pub_key, m, indent))
crypto/libressl/crypto/dh/dh_ameth.c
367
if (!ASN1_bn_print(bp, "prime:", x->p, m, indent))
crypto/libressl/crypto/dh/dh_ameth.c
369
if (!ASN1_bn_print(bp, "generator:", x->g, m, indent))
crypto/libressl/crypto/dh/dh_ameth.c
372
if (!BIO_indent(bp, indent, 128))
crypto/libressl/crypto/dh/dh_ameth.c
454
dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/dh/dh_ameth.c
456
return do_dh_print(bp, pkey->pkey.dh, indent, ctx, 0);
crypto/libressl/crypto/dh/dh_ameth.c
460
dh_public_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/dh/dh_ameth.c
462
return do_dh_print(bp, pkey->pkey.dh, indent, ctx, 1);
crypto/libressl/crypto/dh/dh_ameth.c
466
dh_private_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/dh/dh_ameth.c
468
return do_dh_print(bp, pkey->pkey.dh, indent, ctx, 2);
crypto/libressl/crypto/dsa/dsa_ameth.c
466
dsa_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/dsa/dsa_ameth.c
468
return do_dsa_print(bp, pkey->pkey.dsa, indent, 0);
crypto/libressl/crypto/dsa/dsa_ameth.c
472
dsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/dsa/dsa_ameth.c
474
return do_dsa_print(bp, pkey->pkey.dsa, indent, 1);
crypto/libressl/crypto/dsa/dsa_ameth.c
478
dsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/dsa/dsa_ameth.c
480
return do_dsa_print(bp, pkey->pkey.dsa, indent, 2);
crypto/libressl/crypto/dsa/dsa_ameth.c
583
int indent, ASN1_PCTX *pctx)
crypto/libressl/crypto/dsa/dsa_ameth.c
612
if (!ASN1_bn_print(bp, "r: ", dsa_sig->r, m, indent))
crypto/libressl/crypto/dsa/dsa_ameth.c
614
if (!ASN1_bn_print(bp, "s: ", dsa_sig->s, m, indent))
crypto/libressl/crypto/dsa/dsa_ameth.c
622
return X509_signature_dump(bp, sig, indent);
crypto/libressl/crypto/ec/ec_ameth.c
542
eckey_param_print(BIO * bp, const EVP_PKEY * pkey, int indent,
crypto/libressl/crypto/ec/ec_ameth.c
545
return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 0);
crypto/libressl/crypto/ec/ec_ameth.c
549
eckey_pub_print(BIO * bp, const EVP_PKEY * pkey, int indent,
crypto/libressl/crypto/ec/ec_ameth.c
552
return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 1);
crypto/libressl/crypto/ec/ec_ameth.c
557
eckey_priv_print(BIO * bp, const EVP_PKEY * pkey, int indent,
crypto/libressl/crypto/ec/ec_ameth.c
560
return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 2);
crypto/libressl/crypto/evp/p_lib.c
538
unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent, const char *kstr)
crypto/libressl/crypto/evp/p_lib.c
540
if (!BIO_indent(out, indent, 128))
crypto/libressl/crypto/evp/p_lib.c
548
EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/evp/p_lib.c
552
return pkey->ameth->pub_print(out, pkey, indent, pctx);
crypto/libressl/crypto/evp/p_lib.c
554
return unsup_alg(out, pkey, indent, "Public Key");
crypto/libressl/crypto/evp/p_lib.c
558
EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/evp/p_lib.c
562
return pkey->ameth->priv_print(out, pkey, indent, pctx);
crypto/libressl/crypto/evp/p_lib.c
564
return unsup_alg(out, pkey, indent, "Private Key");
crypto/libressl/crypto/evp/p_lib.c
568
EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/evp/p_lib.c
572
return pkey->ameth->param_print(out, pkey, indent, pctx);
crypto/libressl/crypto/evp/p_lib.c
573
return unsup_alg(out, pkey, indent, "Parameters");
crypto/libressl/crypto/gost/gostr341001_ameth.c
322
param_print_gost01(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)
crypto/libressl/crypto/gost/gostr341001_ameth.c
327
if (BIO_indent(out, indent, 128) == 0)
crypto/libressl/crypto/gost/gostr341001_ameth.c
330
if (BIO_indent(out, indent, 128) == 0)
crypto/libressl/crypto/gost/gostr341001_ameth.c
338
pub_print_gost01(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)
crypto/libressl/crypto/gost/gostr341001_ameth.c
360
if (BIO_indent(out, indent, 128) == 0)
crypto/libressl/crypto/gost/gostr341001_ameth.c
363
if (BIO_indent(out, indent + 3, 128) == 0)
crypto/libressl/crypto/gost/gostr341001_ameth.c
368
if (BIO_indent(out, indent + 3, 128) == 0)
crypto/libressl/crypto/gost/gostr341001_ameth.c
377
return param_print_gost01(out, pkey, indent, pctx);
crypto/libressl/crypto/gost/gostr341001_ameth.c
386
priv_print_gost01(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)
crypto/libressl/crypto/gost/gostr341001_ameth.c
390
if (BIO_indent(out, indent, 128) == 0)
crypto/libressl/crypto/gost/gostr341001_ameth.c
400
return pub_print_gost01(out, pkey, indent, pctx);
crypto/libressl/crypto/ocsp/ocsp_prn.c
72
ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent)
crypto/libressl/crypto/ocsp/ocsp_prn.c
74
BIO_printf(bp, "%*sCertificate ID:\n", indent, "");
crypto/libressl/crypto/ocsp/ocsp_prn.c
75
indent += 2;
crypto/libressl/crypto/ocsp/ocsp_prn.c
76
BIO_printf(bp, "%*sHash Algorithm: ", indent, "");
crypto/libressl/crypto/ocsp/ocsp_prn.c
78
BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, "");
crypto/libressl/crypto/ocsp/ocsp_prn.c
80
BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, "");
crypto/libressl/crypto/ocsp/ocsp_prn.c
82
BIO_printf(bp, "\n%*sSerial Number: ", indent, "");
crypto/libressl/crypto/pkcs7/pk7_asn1.c
963
PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx)
crypto/libressl/crypto/pkcs7/pk7_asn1.c
965
return ASN1_item_print(out, (ASN1_VALUE *)x, indent,
crypto/libressl/crypto/rsa/rsa_ameth.c
316
rsa_pss_param_print(BIO *bp, int pss_key, RSA_PSS_PARAMS *pss, int indent)
crypto/libressl/crypto/rsa/rsa_ameth.c
321
if (!BIO_indent(bp, indent, 128))
crypto/libressl/crypto/rsa/rsa_ameth.c
340
indent += 2;
crypto/libressl/crypto/rsa/rsa_ameth.c
341
if (!BIO_indent(bp, indent, 128))
crypto/libressl/crypto/rsa/rsa_ameth.c
356
if (!BIO_indent(bp, indent, 128))
crypto/libressl/crypto/rsa/rsa_ameth.c
378
if (!BIO_indent(bp, indent, 128))
crypto/libressl/crypto/rsa/rsa_ameth.c
390
if (!BIO_indent(bp, indent, 128))
crypto/libressl/crypto/rsa/rsa_ameth.c
496
rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/rsa/rsa_ameth.c
498
return pkey_rsa_print(bp, pkey, indent, 0);
crypto/libressl/crypto/rsa/rsa_ameth.c
502
rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/rsa/rsa_ameth.c
504
return pkey_rsa_print(bp, pkey, indent, 1);
crypto/libressl/crypto/rsa/rsa_ameth.c
509
int indent, ASN1_PCTX *pctx)
crypto/libressl/crypto/rsa/rsa_ameth.c
515
rv = rsa_pss_param_print(bp, 0, pss, indent);
crypto/libressl/crypto/rsa/rsa_ameth.c
523
return X509_signature_dump(bp, sig, indent);
crypto/libressl/crypto/x509/pcy_tree.c
75
int indent)
crypto/libressl/crypto/x509/x509_addr.c
609
i2r_IPAddressOrRanges(BIO *out, const int indent,
crypto/libressl/crypto/x509/x509_addr.c
620
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/x509/x509_addr.c
651
int indent)
crypto/libressl/crypto/x509/x509_addr.c
667
BIO_printf(out, "%*sIPv4", indent, "");
crypto/libressl/crypto/x509/x509_addr.c
670
BIO_printf(out, "%*sIPv6", indent, "");
crypto/libressl/crypto/x509/x509_addr.c
673
BIO_printf(out, "%*sUnknown AFI %u", indent, "", afi);
crypto/libressl/crypto/x509/x509_addr.c
715
if (!i2r_IPAddressOrRanges(out, indent + 2,
crypto/libressl/crypto/x509/x509_asid.c
293
i2r_ASIdentifierChoice(BIO *out, ASIdentifierChoice *choice, int indent,
crypto/libressl/crypto/x509/x509_asid.c
300
BIO_printf(out, "%*s%s:\n", indent, "", msg);
crypto/libressl/crypto/x509/x509_asid.c
303
BIO_printf(out, "%*sinherit\n", indent + 2, "");
crypto/libressl/crypto/x509/x509_asid.c
315
BIO_printf(out, "%*s%s\n", indent + 2, "", s);
crypto/libressl/crypto/x509/x509_asid.c
322
BIO_printf(out, "%*s%s-", indent + 2, "", s);
crypto/libressl/crypto/x509/x509_asid.c
346
int indent)
crypto/libressl/crypto/x509/x509_asid.c
349
return (i2r_ASIdentifierChoice(out, asid->asnum, indent,
crypto/libressl/crypto/x509/x509_asid.c
351
i2r_ASIdentifierChoice(out, asid->rdi, indent,
crypto/libressl/crypto/x509/x509_cpols.c
672
int indent)
crypto/libressl/crypto/x509/x509_cpols.c
680
BIO_printf(out, "%*sPolicy: ", indent, "");
crypto/libressl/crypto/x509/x509_cpols.c
684
print_qualifiers(out, pinfo->qualifiers, indent + 2);
crypto/libressl/crypto/x509/x509_cpols.c
690
print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals, int indent)
crypto/libressl/crypto/x509/x509_cpols.c
699
BIO_printf(out, "%*sCPS: %.*s\n", indent, "",
crypto/libressl/crypto/x509/x509_cpols.c
705
BIO_printf(out, "%*sUser Notice:\n", indent, "");
crypto/libressl/crypto/x509/x509_cpols.c
706
print_notice(out, qualinfo->d.usernotice, indent + 2);
crypto/libressl/crypto/x509/x509_cpols.c
711
indent + 2, "");
crypto/libressl/crypto/x509/x509_cpols.c
721
print_notice(BIO *out, USERNOTICE *notice, int indent)
crypto/libressl/crypto/x509/x509_cpols.c
728
BIO_printf(out, "%*sOrganization: %.*s\n", indent, "",
crypto/libressl/crypto/x509/x509_cpols.c
730
BIO_printf(out, "%*sNumber%s: ", indent, "",
crypto/libressl/crypto/x509/x509_cpols.c
74
BIO *out, int indent);
crypto/libressl/crypto/x509/x509_cpols.c
745
BIO_printf(out, "%*sExplicit Text: %.*s\n", indent, "",
crypto/libressl/crypto/x509/x509_cpols.c
750
X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent)
crypto/libressl/crypto/x509/x509_cpols.c
754
BIO_printf(out, "%*sPolicy: ", indent, "");
crypto/libressl/crypto/x509/x509_cpols.c
758
BIO_printf(out, "%*s%s\n", indent + 2, "",
crypto/libressl/crypto/x509/x509_cpols.c
761
print_qualifiers(out, dat->qualifier_set, indent + 2);
crypto/libressl/crypto/x509/x509_cpols.c
763
BIO_printf(out, "%*sNo Qualifiers\n", indent + 2, "");
crypto/libressl/crypto/x509/x509_cpols.c
78
int indent);
crypto/libressl/crypto/x509/x509_cpols.c
79
static void print_notice(BIO *out, USERNOTICE *notice, int indent);
crypto/libressl/crypto/x509/x509_crld.c
248
print_reasons(BIO *out, const char *rname, ASN1_BIT_STRING *rflags, int indent)
crypto/libressl/crypto/x509/x509_crld.c
253
BIO_printf(out, "%*s%s:\n%*s", indent, "", rname, indent + 2, "");
crypto/libressl/crypto/x509/x509_crld.c
634
int indent);
crypto/libressl/crypto/x509/x509_crld.c
705
print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent)
crypto/libressl/crypto/x509/x509_crld.c
710
BIO_printf(out, "%*s", indent + 2, "");
crypto/libressl/crypto/x509/x509_crld.c
718
print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent)
crypto/libressl/crypto/x509/x509_crld.c
721
BIO_printf(out, "%*sFull Name:\n", indent, "");
crypto/libressl/crypto/x509/x509_crld.c
722
print_gens(out, dpn->name.fullname, indent);
crypto/libressl/crypto/x509/x509_crld.c
727
indent, "", indent + 2, "");
crypto/libressl/crypto/x509/x509_crld.c
73
int indent);
crypto/libressl/crypto/x509/x509_crld.c
735
i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, int indent)
crypto/libressl/crypto/x509/x509_crld.c
740
print_distpoint(out, idp->distpoint, indent);
crypto/libressl/crypto/x509/x509_crld.c
742
BIO_printf(out, "%*sOnly User Certificates\n", indent, "");
crypto/libressl/crypto/x509/x509_crld.c
744
BIO_printf(out, "%*sOnly CA Certificates\n", indent, "");
crypto/libressl/crypto/x509/x509_crld.c
746
BIO_printf(out, "%*sIndirect CRL\n", indent, "");
crypto/libressl/crypto/x509/x509_crld.c
749
idp->onlysomereasons, indent);
crypto/libressl/crypto/x509/x509_crld.c
751
BIO_printf(out, "%*sOnly Attribute Certificates\n", indent, "");
crypto/libressl/crypto/x509/x509_crld.c
755
BIO_printf(out, "%*s<EMPTY>\n", indent, "");
crypto/libressl/crypto/x509/x509_crld.c
761
i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out, int indent)
crypto/libressl/crypto/x509/x509_crld.c
771
print_distpoint(out, point->distpoint, indent);
crypto/libressl/crypto/x509/x509_crld.c
774
indent);
crypto/libressl/crypto/x509/x509_crld.c
776
BIO_printf(out, "%*sCRL Issuer:\n", indent, "");
crypto/libressl/crypto/x509/x509_crld.c
777
print_gens(out, point->CRLissuer, indent);
crypto/libressl/crypto/x509/x509_ocsp.c
330
int indent)
crypto/libressl/crypto/x509/x509_ocsp.c
332
if (BIO_printf(out, "%*s", indent, "") <= 0)
crypto/libressl/crypto/x509/x509_ocsp.c
343
int indent)
crypto/libressl/crypto/x509/x509_ocsp.c
78
BIO *out, int indent);
crypto/libressl/crypto/x509/x509_ocsp.c
80
BIO *out, int indent);
crypto/libressl/crypto/x509/x509_ocsp.c
82
int indent);
crypto/libressl/crypto/x509/x509_ocsp.c
89
BIO *out, int indent);
crypto/libressl/crypto/x509/x509_ocsp.c
92
void *nocheck, BIO *out, int indent);
crypto/libressl/crypto/x509/x509_pci.c
45
BIO *out, int indent);
crypto/libressl/crypto/x509/x509_pci.c
68
int indent)
crypto/libressl/crypto/x509/x509_pci.c
70
BIO_printf(out, "%*sPath Length Constraint: ", indent, "");
crypto/libressl/crypto/x509/x509_pci.c
76
BIO_printf(out, "%*sPolicy Language: ", indent, "");
crypto/libressl/crypto/x509/x509_pci.c
80
BIO_printf(out, "%*sPolicy Text: %.*s\n", indent, "",
crypto/libressl/crypto/x509/x509_pku.c
140
BIO *out, int indent)
crypto/libressl/crypto/x509/x509_pku.c
142
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/x509/x509_pku.c
66
PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
crypto/libressl/crypto/x509/x509_prn.c
106
X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent)
crypto/libressl/crypto/x509/x509_prn.c
116
return unknown_ext_print(out, ext, flag, indent, 0);
crypto/libressl/crypto/x509/x509_prn.c
125
return unknown_ext_print(out, ext, flag, indent, 1);
crypto/libressl/crypto/x509/x509_prn.c
132
BIO_printf(out, "%*s%s", indent, "", value);
crypto/libressl/crypto/x509/x509_prn.c
138
X509V3_EXT_val_prn(out, nval, indent,
crypto/libressl/crypto/x509/x509_prn.c
141
if (!method->i2r(method, ext_str, out, indent))
crypto/libressl/crypto/x509/x509_prn.c
158
const STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent)
crypto/libressl/crypto/x509/x509_prn.c
166
BIO_printf(bp, "%*s%s:\n",indent, "", title);
crypto/libressl/crypto/x509/x509_prn.c
167
indent += 4;
crypto/libressl/crypto/x509/x509_prn.c
174
if (indent && BIO_printf(bp, "%*s",indent, "") <= 0)
crypto/libressl/crypto/x509/x509_prn.c
181
if (!X509V3_EXT_print(bp, ex, flag, indent + 4)) {
crypto/libressl/crypto/x509/x509_prn.c
182
BIO_printf(bp, "%*s", indent + 4, "");
crypto/libressl/crypto/x509/x509_prn.c
193
int indent, int supported)
crypto/libressl/crypto/x509/x509_prn.c
200
BIO_printf(out, "%*s<Parse Error>", indent, "");
crypto/libressl/crypto/x509/x509_prn.c
202
BIO_printf(out, "%*s<Not Supported>", indent, "");
crypto/libressl/crypto/x509/x509_prn.c
206
ext->value->data, ext->value->length, indent, -1);
crypto/libressl/crypto/x509/x509_prn.c
209
ext->value->length, indent);
crypto/libressl/crypto/x509/x509_prn.c
217
X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent)
crypto/libressl/crypto/x509/x509_prn.c
224
ret = X509V3_EXT_print(bio_tmp, ext, flag, indent);
crypto/libressl/crypto/x509/x509_prn.c
70
int indent, int supported);
crypto/libressl/crypto/x509/x509_prn.c
75
X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml)
crypto/libressl/crypto/x509/x509_prn.c
83
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/x509/x509_prn.c
89
BIO_printf(out, "%*s", indent, "");
crypto/libressl/crypto/x509/x509_sxnet.c
207
sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, int indent)
crypto/libressl/crypto/x509/x509_sxnet.c
215
BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", v + 1, v);
crypto/libressl/crypto/x509/x509_sxnet.c
219
BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
crypto/libressl/crypto/x509/x509_sxnet.c
73
int indent);
crypto/libressl/include/openssl/asn1.h
285
int fname##_print_ctx(BIO *out, stname *x, int indent, \
crypto/libressl/include/openssl/asn1.h
586
BIT_STRING_BITNAME *tbl, int indent);
crypto/libressl/include/openssl/asn1.h
841
int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent);
crypto/libressl/include/openssl/asn1.h
842
int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump);
crypto/libressl/include/openssl/asn1.h
912
int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent,
crypto/libressl/include/openssl/asn1t.h
662
int indent, const char *fname,
crypto/libressl/include/openssl/asn1t.h
667
typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
crypto/libressl/include/openssl/asn1t.h
722
int indent;
crypto/libressl/include/openssl/asn1t.h
863
int fname##_print_ctx(BIO *out, stname *x, int indent, \
crypto/libressl/include/openssl/asn1t.h
866
return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
crypto/libressl/include/openssl/bio.h
574
int BIO_indent(BIO *b, int indent, int max);
crypto/libressl/include/openssl/bio.h
627
void *u, const char *s, int len, int indent);
crypto/libressl/include/openssl/bio.h
629
int BIO_dump_indent(BIO *b, const char *bytes, int len, int indent);
crypto/libressl/include/openssl/bio.h
631
int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent);
crypto/libressl/include/openssl/cms.h
91
int CMS_ContentInfo_print_ctx(BIO *out, CMS_ContentInfo *x, int indent, const ASN1_PCTX *pctx);
crypto/libressl/include/openssl/ct.h
321
void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
crypto/libressl/include/openssl/ct.h
330
void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent,
crypto/libressl/include/openssl/evp.h
848
int EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/include/openssl/evp.h
850
int EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/include/openssl/evp.h
852
int EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/include/openssl/evp.h
932
int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/include/openssl/evp.h
939
int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/include/openssl/evp.h
947
int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/include/openssl/pkcs7.h
337
int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx);
crypto/libressl/include/openssl/x509.h
451
int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent);
crypto/libressl/include/openssl/x509.h
887
int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent,
crypto/libressl/include/openssl/x509.h
892
int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
crypto/libressl/include/openssl/x509.h
897
int X509_CERT_AUX_print(BIO *bp,X509_CERT_AUX *x, int indent);
crypto/libressl/include/openssl/x509v3.h
776
void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
crypto/libressl/include/openssl/x509v3.h
778
int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent);
crypto/libressl/include/openssl/x509v3.h
779
int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent);
crypto/libressl/include/openssl/x509v3.h
782
const STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent);
crypto/libressl/include/openssl/x509v3.h
846
void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent);
crypto/libressl/include/openssl/x509v3.h
91
BIO *out, int indent);
sbin/growfs/debug.c
108
fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)mem, comment);
sbin/growfs/debug.c
109
indent++;
sbin/growfs/debug.c
119
indent--;
sbin/growfs/debug.c
141
fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)sb, comment);
sbin/growfs/debug.c
142
indent++;
sbin/growfs/debug.c
308
indent--;
sbin/growfs/debug.c
328
fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cgr, comment);
sbin/growfs/debug.c
329
indent++;
sbin/growfs/debug.c
359
indent--;
sbin/growfs/debug.c
378
fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cs, comment);
sbin/growfs/debug.c
379
indent++;
sbin/growfs/debug.c
386
indent--;
sbin/growfs/debug.c
407
fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cgr, comment);
sbin/growfs/debug.c
408
indent++;
sbin/growfs/debug.c
430
indent--;
sbin/growfs/debug.c
452
fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cgr, comment);
sbin/growfs/debug.c
453
indent++;
sbin/growfs/debug.c
475
indent--;
sbin/growfs/debug.c
496
fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cgr, comment);
sbin/growfs/debug.c
497
indent++;
sbin/growfs/debug.c
519
indent--;
sbin/growfs/debug.c
540
fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cgr, comment);
sbin/growfs/debug.c
541
indent++;
sbin/growfs/debug.c
548
indent--;
sbin/growfs/debug.c
55
static unsigned int indent;
sbin/growfs/debug.c
570
fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cgr, comment);
sbin/growfs/debug.c
571
indent++;
sbin/growfs/debug.c
585
indent--;
sbin/growfs/debug.c
606
fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)ino, comment);
sbin/growfs/debug.c
607
indent++;
sbin/growfs/debug.c
654
indent--;
sbin/growfs/debug.c
676
fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)block,
sbin/growfs/debug.c
678
indent++;
sbin/growfs/debug.c
692
indent--;
sbin/hammer/cmd_show.c
116
opt.indent = indent;
sbin/hammer/cmd_show.c
51
int indent; /* use depth indentation */
sbin/hammer/cmd_show.c
96
#define INDENT _indents[opt.indent ? depth : 0]
sbin/hammer/cmd_show.c
99
hammer_cmd_show(const char *arg, int filter, int obfuscate, int indent)
sbin/hammer/hammer.c
525
int indent = 0;
sbin/hammer/hammer.c
544
indent = 1;
sbin/hammer/hammer.c
548
hammer_cmd_show(arg, filter, obfuscate, indent);
sbin/hammer/hammer.h
111
void hammer_cmd_show(const char *arg, int filter, int obfuscate, int indent);
sys/dev/drm/drm_framebuffer.c
1046
void drm_framebuffer_print_info(struct drm_printer *p, unsigned int indent,
sys/dev/drm/drm_framebuffer.c
1052
drm_printf_indent(p, indent, "allocated by = %s\n", fb->comm);
sys/dev/drm/drm_framebuffer.c
1053
drm_printf_indent(p, indent, "refcount=%u\n",
sys/dev/drm/drm_framebuffer.c
1055
drm_printf_indent(p, indent, "format=%s\n",
sys/dev/drm/drm_framebuffer.c
1057
drm_printf_indent(p, indent, "modifier=0x%jx\n", fb->modifier);
sys/dev/drm/drm_framebuffer.c
1058
drm_printf_indent(p, indent, "size=%ux%u\n", fb->width, fb->height);
sys/dev/drm/drm_framebuffer.c
1059
drm_printf_indent(p, indent, "layers:\n");
sys/dev/drm/drm_framebuffer.c
1062
drm_printf_indent(p, indent + 1, "size[%u]=%dx%d\n", i,
sys/dev/drm/drm_framebuffer.c
1065
drm_printf_indent(p, indent + 1, "pitch[%u]=%u\n", i, fb->pitches[i]);
sys/dev/drm/drm_framebuffer.c
1066
drm_printf_indent(p, indent + 1, "offset[%u]=%u\n", i, fb->offsets[i]);
sys/dev/drm/drm_framebuffer.c
1067
drm_printf_indent(p, indent + 1, "obj[%u]:%s\n", i,
sys/dev/drm/drm_framebuffer.c
1070
drm_gem_print_info(p, indent + 2, fb->obj[i]);
sys/dev/drm/drm_gem.c
1043
void drm_gem_print_info(struct drm_printer *p, unsigned int indent,
sys/dev/drm/drm_gem.c
1047
drm_printf_indent(p, indent, "gem_obj=%p\n", obj);
sys/dev/drm/drm_gem.c
1049
drm_printf_indent(p, indent, "name=%d\n", obj->name);
sys/dev/drm/drm_gem.c
1050
drm_printf_indent(p, indent, "refcount=%u\n",
sys/dev/drm/drm_gem.c
1052
drm_printf_indent(p, indent, "start=%08lx\n",
sys/dev/drm/drm_gem.c
1054
drm_printf_indent(p, indent, "size=%zu\n", obj->size);
sys/dev/drm/drm_gem.c
1055
drm_printf_indent(p, indent, "imported=%s\n",
sys/dev/drm/drm_gem.c
1059
obj->dev->driver->gem_print_info(p, indent, obj);
sys/dev/drm/drm_internal.h
125
void drm_gem_print_info(struct drm_printer *p, unsigned int indent,
sys/dev/drm/drm_internal.h
196
void drm_framebuffer_print_info(struct drm_printer *p, unsigned int indent,
sys/dev/drm/include/drm/drm_drv.h
452
void (*gem_print_info)(struct drm_printer *p, unsigned int indent,
sys/dev/drm/include/drm/drm_gem_cma_helper.h
92
void drm_gem_cma_print_info(struct drm_printer *p, unsigned int indent,
sys/dev/drm/include/drm/drm_print.h
109
#define drm_printf_indent(printer, indent, fmt, ...) \
sys/dev/drm/include/drm/drm_print.h
110
drm_printf((printer), "%.*s" fmt, (indent), "\t\t\t\t\tX", ##__VA_ARGS__)
sys/kern/subr_bus.c
3669
print_device_short(device_t dev, int indent)
sys/kern/subr_bus.c
3688
print_device(device_t dev, int indent)
sys/kern/subr_bus.c
3693
print_device_short(dev, indent);
sys/kern/subr_bus.c
3696
print_device_short(dev->parent, indent+1);
sys/kern/subr_bus.c
3698
print_driver_short(dev->driver, indent+1);
sys/kern/subr_bus.c
3700
print_devclass_short(dev->devclass, indent+1);
sys/kern/subr_bus.c
3707
print_device_tree_short(device_t dev, int indent)
sys/kern/subr_bus.c
3714
print_device_short(dev, indent);
sys/kern/subr_bus.c
3717
print_device_tree_short(child, indent+1);
sys/kern/subr_bus.c
3724
print_device_tree(device_t dev, int indent)
sys/kern/subr_bus.c
3731
print_device(dev, indent);
sys/kern/subr_bus.c
3734
print_device_tree(child, indent+1);
sys/kern/subr_bus.c
3738
print_driver_short(driver_t *driver, int indent)
sys/kern/subr_bus.c
3748
print_driver(driver_t *driver, int indent)
sys/kern/subr_bus.c
3753
print_driver_short(driver, indent);
sys/kern/subr_bus.c
3758
print_driver_list(driver_list_t drivers, int indent)
sys/kern/subr_bus.c
3763
print_driver(driver->driver, indent);
sys/kern/subr_bus.c
3767
print_devclass_short(devclass_t dc, int indent)
sys/kern/subr_bus.c
3776
print_devclass(devclass_t dc, int indent)
sys/kern/subr_bus.c
3783
print_devclass_short(dc, indent);
sys/kern/subr_bus.c
3785
print_driver_list(dc->drivers, indent+1);
sys/kern/subr_bus.c
3790
print_device(dc->devices[i], indent+1);
sys/kern/subr_bus.c
70
#define indentprintf(p) do { int iJ; kprintf("."); for (iJ=0; iJ<indent; iJ++) kprintf(" "); kprintf p ; } while(0)
sys/kern/subr_bus.c
72
static void print_device_short(device_t dev, int indent);
sys/kern/subr_bus.c
73
static void print_device(device_t dev, int indent);
sys/kern/subr_bus.c
74
void print_device_tree_short(device_t dev, int indent);
sys/kern/subr_bus.c
75
void print_device_tree(device_t dev, int indent);
sys/kern/subr_bus.c
76
static void print_driver_short(driver_t *driver, int indent);
sys/kern/subr_bus.c
77
static void print_driver(driver_t *driver, int indent);
sys/kern/subr_bus.c
78
static void print_driver_list(driver_list_t drivers, int indent);
sys/kern/subr_bus.c
79
static void print_devclass_short(devclass_t dc, int indent);
sys/kern/subr_bus.c
80
static void print_devclass(devclass_t dc, int indent);
tools/tools/ath/athstats/athstats.c
955
const char *indent;
tools/tools/ath/athstats/athstats.c
967
indent = " ";
tools/tools/ath/athstats/athstats.c
969
indent = "";
tools/tools/ath/athstats/athstats.c
970
fprintf(fd, "%s%-*s %s\n", indent, width, s, athstats[i].desc);
tools/tools/usbtest/usb_msc_test.c
889
printf("%s%d) %s\n", indent[level], index, ptr);
tools/tools/usbtest/usb_msc_test.c
898
printf("%sr) Refresh device list\n", indent[level]);
tools/tools/usbtest/usb_msc_test.c
899
printf("%sx) Return to previous menu\n", indent[level]);
tools/tools/usbtest/usbtest.c
113
printf("%s", indent[level]);
tools/tools/usbtest/usbtest.c
49
const char *indent[USB_TS_MAX_LEVELS] = {
tools/tools/usbtest/usbtest.h
50
extern const char *indent[USB_TS_MAX_LEVELS];
usr.bin/evtranalyze/xml.c
126
indent(doc);
usr.bin/evtranalyze/xml.c
143
indent(doc);
usr.bin/evtranalyze/xml.c
172
indent(doc);
usr.bin/fmt/fmt.c
500
new_paragraph(size_t old_indent, size_t indent) {
usr.bin/fmt/fmt.c
505
x=indent; x0=0; output_buffer_length=0; pending_spaces=0;
usr.bin/fmt/fmt.c
529
size_t indent = output_in_paragraph ? indent1 : indent0;
usr.bin/fmt/fmt.c
565
if (indent>0) output_indent(indent);
usr.bin/fmt/fmt.c
575
if (indent+width > max_length) {
usr.bin/fmt/fmt.c
577
if (indent>0) output_indent(indent);
usr.bin/patch/pch.c
1224
int indent = 0, skipped = 0;
usr.bin/patch/pch.c
1238
indent < p_indent && (*line == ' ' || *line == '\t' || *line == 'X');
usr.bin/patch/pch.c
1241
indent += 8 - (indent %7);
usr.bin/patch/pch.c
1243
indent++;
usr.bin/patch/pch.c
275
int indent, retval;
usr.bin/patch/pch.c
288
indent = 0;
usr.bin/patch/pch.c
306
indent += 8 - (indent % 8);
usr.bin/patch/pch.c
308
indent++;
usr.bin/patch/pch.c
317
p_indent = indent; /* assume this for now */
usr.bin/patch/pch.c
364
p_indent = indent;
usr.bin/patch/pch.c
373
p_indent = indent;
usr.bin/patch/pch.c
390
p_indent = indent;
usr.bin/patch/pch.c
401
p_indent = indent;
usr.bin/rpcgen/rpc_cout.c
161
print_ifopen(int indent, const char *name)
usr.bin/rpcgen/rpc_cout.c
163
tabify(fout, indent);
usr.bin/rpcgen/rpc_cout.c
174
print_ifsizeof(int indent, const char *prefix, const char *type)
usr.bin/rpcgen/rpc_cout.c
176
if (indent) {
usr.bin/rpcgen/rpc_cout.c
178
tabify(fout, indent);
usr.bin/rpcgen/rpc_cout.c
193
print_ifclose(int indent, int brace)
usr.bin/rpcgen/rpc_cout.c
196
tabify(fout, indent);
usr.bin/rpcgen/rpc_cout.c
203
print_ifstat(int indent, const char *prefix, const char *type, relation rel,
usr.bin/rpcgen/rpc_cout.c
214
print_ifopen(indent, "pointer");
usr.bin/rpcgen/rpc_cout.c
226
print_ifopen(indent, alt);
usr.bin/rpcgen/rpc_cout.c
229
print_ifopen(indent, "vector");
usr.bin/rpcgen/rpc_cout.c
235
print_ifsizeof(indent + 1, prefix, type);
usr.bin/rpcgen/rpc_cout.c
244
print_ifopen(indent, alt);
usr.bin/rpcgen/rpc_cout.c
248
print_ifopen(indent, alt);
usr.bin/rpcgen/rpc_cout.c
250
print_ifopen(indent, "array");
usr.bin/rpcgen/rpc_cout.c
263
print_ifsizeof(indent + 1, prefix, type);
usr.bin/rpcgen/rpc_cout.c
266
print_ifopen(indent, type);
usr.bin/rpcgen/rpc_cout.c
270
print_ifclose(indent, brace);
usr.bin/rpcgen/rpc_cout.c
376
int indent = 1;
usr.bin/rpcgen/rpc_cout.c
434
print_stat(indent + 1,
usr.bin/rpcgen/rpc_cout.c
440
tabify(fout, indent + 1);
usr.bin/rpcgen/rpc_cout.c
456
tabify(fout, indent + 1);
usr.bin/rpcgen/rpc_cout.c
462
print_stat(indent + 2, &cur->decl);
usr.bin/rpcgen/rpc_cout.c
470
emit_inline(indent + 2, &cur->decl, flag);
usr.bin/rpcgen/rpc_cout.c
474
tabify(fout, indent + 1);
usr.bin/rpcgen/rpc_cout.c
481
print_stat(indent + 1, &dl->decl);
usr.bin/rpcgen/rpc_cout.c
489
print_stat(indent + 1, &cur->decl);
usr.bin/rpcgen/rpc_cout.c
511
print_stat(indent + 2, &cur->decl);
usr.bin/rpcgen/rpc_cout.c
518
emit_inline(indent + 2, &cur->decl, flag);
usr.bin/rpcgen/rpc_cout.c
609
print_stat(int indent, declaration *dec)
usr.bin/rpcgen/rpc_cout.c
621
print_ifstat(indent, prefix, type, rel, amax, name, dec->name);
usr.bin/rpcgen/rpc_cout.c
626
emit_inline(int indent, declaration *decl, int flag)
usr.bin/rpcgen/rpc_cout.c
630
emit_single_in_line(indent, decl, flag, REL_ALIAS);
usr.bin/rpcgen/rpc_cout.c
633
tabify(fout, indent);
usr.bin/rpcgen/rpc_cout.c
635
tabify(fout, indent + 1);
usr.bin/rpcgen/rpc_cout.c
637
tabify(fout, indent + 1);
usr.bin/rpcgen/rpc_cout.c
639
tabify(fout, indent + 2);
usr.bin/rpcgen/rpc_cout.c
641
emit_single_in_line(indent + 2, decl, flag, REL_VECTOR);
usr.bin/rpcgen/rpc_cout.c
642
tabify(fout, indent + 1);
usr.bin/rpcgen/rpc_cout.c
644
tabify(fout, indent);
usr.bin/rpcgen/rpc_cout.c
653
emit_single_in_line(int indent, declaration *decl, int flag, relation rel)
usr.bin/rpcgen/rpc_cout.c
657
tabify(fout, indent);
usr.sbin/autofs/common.c
605
int indent)
usr.sbin/autofs/common.c
627
indent, "",
usr.sbin/autofs/common.c
628
25 - indent,
usr.sbin/autofs/common.c
636
indent == 0 ? "referenced" : "defined",
usr.sbin/autofs/common.c
644
node_print_indent(child, cmdline_options, indent + 2);
usr.sbin/devinfo/devinfo.c
107
int indent, i;
usr.sbin/devinfo/devinfo.c
109
indent = ia->indent;
usr.sbin/devinfo/devinfo.c
112
ia->indent = 0;
usr.sbin/devinfo/devinfo.c
117
for (i = 0; i < indent; i++)
usr.sbin/devinfo/devinfo.c
126
ia->indent = indent + 4;
usr.sbin/devinfo/devinfo.c
130
ia->indent = indent;
usr.sbin/devinfo/devinfo.c
141
int i, indent;
usr.sbin/devinfo/devinfo.c
146
indent = (int)(intptr_t)arg;
usr.sbin/devinfo/devinfo.c
147
for (i = 0; i < indent; i++)
usr.sbin/devinfo/devinfo.c
162
ia.indent = indent + 4;
usr.sbin/devinfo/devinfo.c
53
int indent;
usr.sbin/devinfo/devinfo.c
90
if (ia->indent == 0)
usr.sbin/devinfo/devinfo.c
92
for (i = 0; i < ia->indent; i++)
usr.sbin/efibootmgr/efibootmgr.c
745
int indent;
usr.sbin/efibootmgr/efibootmgr.c
772
indent = 1;
usr.sbin/efibootmgr/efibootmgr.c
776
printf("%*s%s\n", indent, "", buf);
usr.sbin/efibootmgr/efibootmgr.c
777
indent = 10 + len + 1;
usr.sbin/efibootmgr/efibootmgr.c
780
printf("%*s%s:%s %s\n", indent + 4, "", dev, relpath, abspath);
usr.sbin/lpr/filters/lpf.c
114
col = indent;
usr.sbin/lpr/filters/lpf.c
133
if (--col < indent)
usr.sbin/lpr/filters/lpf.c
134
col = indent;
usr.sbin/lpr/filters/lpf.c
138
col = indent;
usr.sbin/lpr/filters/lpf.c
142
col = ((col - indent) | 07) + indent + 1;
usr.sbin/lpr/filters/lpf.c
59
int indent; /* indentation length */
usr.sbin/lpr/filters/lpf.c
99
indent = atoi(&cp[2]);
usr.sbin/lpr/lpd/printjob.c
100
static char indent[10] = "-i0";
usr.sbin/lpr/lpd/printjob.c
1040
av[++narg] = indent;
usr.sbin/lpr/lpd/printjob.c
380
strcpy(indent+2, "0");
usr.sbin/lpr/lpd/printjob.c
502
strlcpy(indent+2, line + 1, sizeof(indent) - 2);
usr.sbin/lpr/lpd/printjob.c
674
av[3] = indent;
usr.sbin/lpr/lpd/printjob.c
693
av[4] = indent;
usr.sbin/lpr/lpd/printjob.c
922
strlcpy(indent+2, line + 1, sizeof(indent) - 2);
usr.sbin/lpr/lpr/lpr.c
220
indent = 8;
usr.sbin/lpr/lpr/lpr.c
225
indent = strtol(optarg, &p, 10);
usr.sbin/lpr/lpr/lpr.c
253
indent = 8;
usr.sbin/lpr/lpr/lpr.c
342
card('I', itoa(indent));
usr.sbin/lpr/lpr/lpr.c
79
static int indent; /* amount to indent */
usr.sbin/makefs/cd9660/cd9660_debug.c
70
debug_print_susp_attrs(cd9660node *n, int indent)
usr.sbin/makefs/cd9660/cd9660_debug.c
75
print_n_tabs(indent);
usr.sbin/makefs/hammer2.c
1011
int indent = depth * 2;
usr.sbin/makefs/hammer2.c
1023
printf("%*.*s", indent, indent, "");
usr.sbin/mtree/create.c
116
indent = p->fts_level * 4;
usr.sbin/mtree/create.c
132
statf(fp, indent, p);
usr.sbin/mtree/create.c
137
fprintf(fp, "%*s# %s\n", indent, "",
usr.sbin/mtree/create.c
140
fprintf(fp, "%*s..\n", indent, "");
usr.sbin/mtree/create.c
153
statf(fp, indent, p);
usr.sbin/mtree/create.c
164
dosum(FILE *fp, int indent, FTSENT *p, int *offset, int flag,
usr.sbin/mtree/create.c
179
output(fp, indent, offset, "%s=%s", key, digestbuf);
usr.sbin/mtree/create.c
217
statf(FILE *fp, int indent, FTSENT *p)
usr.sbin/mtree/create.c
222
offset = fprintf(fp, "%*s%s%s", indent, "",
usr.sbin/mtree/create.c
225
if (offset > (INDENTNAMELEN + indent))
usr.sbin/mtree/create.c
229
(INDENTNAMELEN + indent) - offset, "");
usr.sbin/mtree/create.c
232
output(fp, indent, &offset, "type=%s",
usr.sbin/mtree/create.c
237
output(fp, indent, &offset, "uname=%s", name);
usr.sbin/mtree/create.c
239
output(fp, indent, &offset, "uid=%u",
usr.sbin/mtree/create.c
245
output(fp, indent, &offset, "gname=%s", name);
usr.sbin/mtree/create.c
247
output(fp, indent, &offset, "gid=%u",
usr.sbin/mtree/create.c
251
output(fp, indent, &offset, "mode=%#o",
usr.sbin/mtree/create.c
255
output(fp, indent, &offset, "device=%#jx",
usr.sbin/mtree/create.c
258
output(fp, indent, &offset, "nlink=%ju",
usr.sbin/mtree/create.c
262
output(fp, indent, &offset, "size=%ju",
usr.sbin/mtree/create.c
266
output(fp, indent, &offset, "time=%jd.%09ld",
usr.sbin/mtree/create.c
270
output(fp, indent, &offset, "time=%jd.%09ld",
usr.sbin/mtree/create.c
274
dosum(fp, indent, p, &offset, F_CKSUM, crcFile, "cksum");
usr.sbin/mtree/create.c
276
dosum(fp, indent, p, &offset, F_MD5, NULL, MD5KEY);
usr.sbin/mtree/create.c
279
dosum(fp, indent, p, &offset, F_RMD160, NULL, RMD160KEY);
usr.sbin/mtree/create.c
282
dosum(fp, indent, p, &offset, F_SHA1, NULL, SHA1KEY);
usr.sbin/mtree/create.c
283
dosum(fp, indent, p, &offset, F_SHA256, NULL, SHA256KEY);
usr.sbin/mtree/create.c
284
dosum(fp, indent, p, &offset, F_SHA384, NULL, SHA384KEY);
usr.sbin/mtree/create.c
285
dosum(fp, indent, p, &offset, F_SHA512, NULL, SHA512KEY);
usr.sbin/mtree/create.c
290
output(fp, indent, &offset, "link=%s",
usr.sbin/mtree/create.c
295
output(fp, indent, &offset, "flags=%s", str);
usr.sbin/mtree/create.c
452
output(FILE *fp, int indent, int *offset, const char *fmt, ...)
usr.sbin/mtree/create.c
462
fprintf(fp, " \\\n%*s", INDENTNAMELEN + indent, "");
usr.sbin/mtree/create.c
463
*offset = INDENTNAMELEN + indent;
usr.sbin/mtree/create.c
92
int indent = 0;
usr.sbin/ppp/route.c
656
int indent)
usr.sbin/ppp/route.c
660
if (tlen + 2 > indent)
usr.sbin/ppp/route.c
661
prompt_Printf(p, "%s:\n%*s", tag, indent, "");
usr.sbin/ppp/route.c
663
prompt_Printf(p, "%s:%*s", tag, indent - tlen - 1, "");
usr.sbin/ppp/route.c
666
prompt_Printf(p, "%*sadd ", tlen ? 0 : indent, "");
usr.sbin/ppp/systems.c
350
int indent;
usr.sbin/ppp/systems.c
406
indent = issep(*line);
usr.sbin/ppp/systems.c
412
if (!indent) { /* start of next section */