Searched refs:indent (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp22 void Matcher::print(raw_ostream &OS, unsigned indent) const {
23 printImpl(OS, indent);
25 return Next->print(OS, indent);
116 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
117 OS.indent(indent) << "Scope\n";
120 OS.indent(indent+1) << "NULL POINTER\n";
122 C->print(OS, indent+2);
126 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) cons
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Ddebug.c50 dmp_frag (fp, indent)
52 char *indent;
56 printf ("%sFRAGMENT @ 0x%x\n", indent, fp);
60 printf ("%srs_align(%d)\n", indent, fp->fr_offset);
63 printf ("%srs_fill(%d)\n", indent, fp->fr_offset);
64 printf ("%s", indent);
66 printf ("%s\t repeated %d times,", indent, fp->fr_offset);
70 printf ("%srs_org(%d+sym @0x%x)\n", indent,
72 printf ("%sfill with ", indent);
77 printf ("%smachine_dep\n", indent);
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Ddebug.c50 dmp_frag (fp, indent)
52 char *indent;
56 printf ("%sFRAGMENT @ 0x%x\n", indent, fp);
60 printf ("%srs_align(%d)\n", indent, fp->fr_offset);
63 printf ("%srs_fill(%d)\n", indent, fp->fr_offset);
64 printf ("%s", indent);
66 printf ("%s\t repeated %d times,", indent, fp->fr_offset);
70 printf ("%srs_org(%d+sym @0x%x)\n", indent,
72 printf ("%sfill with ", indent);
77 printf ("%smachine_dep\n", indent);
[all...]
/openbsd-current/usr.bin/indent/
H A DMakefile3 PROG= indent
4 SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
/openbsd-current/usr.sbin/rad/
H A Dprintconf.c65 print_ra_options(const char *indent, const struct ra_options_conf *ra_options) argument
72 printf("%sdefault router %s\n", indent, yesno(ra_options->dfr));
73 printf("%shop limit %d\n", indent, ra_options->cur_hl);
74 printf("%smanaged address configuration %s\n", indent,
76 printf("%sother configuration %s\n", indent, yesno(ra_options->o_flag));
77 printf("%srouter preference %s\n", indent, rtpref(ra_options->rtpref));
78 printf("%srouter lifetime %d\n", indent, ra_options->router_lifetime);
79 printf("%sreachable time %u\n", indent, ra_options->reachable_time);
80 printf("%sretrans timer %u\n", indent, ra_options->retrans_timer);
81 printf("%ssource link-layer address %s\n", indent,
119 print_prefix_options(const char *indent, const struct ra_prefix_conf *ra_prefix_conf) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdb_indent.sh3 # Try to find a GNU indent. There could be a BSD indent in front of a
4 # GNU gindent so when indent is found, keep looking.
7 indent=
19 elif test ! -n "${indent}" -a -x ${path}/indent
21 indent=${path}/indent
27 indent=${gindent}
28 elif test -n "${indent}"
[all...]
/openbsd-current/lib/libcrypto/x509/
H A Dx509_prn.c70 int indent, int supported);
75 X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml) argument
83 BIO_printf(out, "%*s", indent, "");
89 BIO_printf(out, "%*s", indent, "");
107 X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) argument
117 return unknown_ext_print(out, ext, flag, indent, 0);
126 return unknown_ext_print(out, ext, flag, indent, 1);
133 BIO_printf(out, "%*s%s", indent, "", value);
139 X509V3_EXT_val_prn(out, nval, indent,
142 if (!method->i2r(method, ext_str, out, indent))
159 X509V3_extensions_print(BIO *bp, const char *title, const STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
195 unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported) argument
220 X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) argument
[all...]
/openbsd-current/regress/usr.bin/mandoc/man/nf/
H A DMakefile3 REGRESS_TARGETS = indent args vert dupe userdef
/openbsd-current/lib/libcrypto/asn1/
H A Dt_x509a.c70 X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
79 indent, "", indent + 2, "");
91 BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
95 indent, "", indent + 2, "");
107 BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
109 BIO_printf(out, "%*sAlias: %.*s\n", indent, "",
112 BIO_printf(out, "%*sKey Id: ", indent, "");
H A Dtasn_prn.c79 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
83 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
87 const ASN1_ITEM *it, int indent, const char *fname, const char *sname,
90 static int asn1_print_fsname(BIO *out, int indent, const char *fname,
94 ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, const ASN1_ITEM *it, argument
105 return asn1_item_print_ctx(out, &ifld, indent, it, NULL, sname,
111 asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_ITEM *it, argument
124 parg.indent = indent;
134 !asn1_print_fsname(out, indent, fnam
246 asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) argument
302 asn1_print_fsname(BIO *out, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
386 asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent, const ASN1_PCTX *pctx) argument
403 asn1_primitive_print(BIO *out, ASN1_VALUE **fld, const ASN1_ITEM *it, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dptree.c30 cxx_print_decl (file, node, indent)
33 int indent;
39 indent_to (file, indent + 3);
47 indent_to (file, indent + 3);
69 cxx_print_type (file, node, indent)
72 int indent;
79 indent_to (file, indent + 3);
91 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4);
104 indent + 4);
109 indent_to (file, indent
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dptree.c32 cxx_print_decl (FILE *file, tree node, int indent) argument
38 indent_to (file, indent + 3);
47 indent_to (file, indent + 3);
63 cxx_print_type (FILE *file, tree node, int indent) argument
70 indent_to (file, indent + 3);
80 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4);
93 indent + 4);
98 indent_to (file, indent + 3);
151 cxx_print_identifier (FILE *file, tree node, int indent) argument
153 if (indent
168 cxx_print_xnode(FILE *file, tree node, int indent) argument
[all...]
/openbsd-current/lib/libcrypto/ct/
H A Dct_prn.c74 BIO_hex_string(BIO *out, int indent, int width, unsigned char *data, argument
84 BIO_printf(out, "%*s", indent, "");
94 BIO_printf(out, "%*s", indent, "");
152 SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *log_store) argument
161 BIO_printf(out, "%*sSigned Certificate Timestamp:", indent, "");
162 BIO_printf(out, "\n%*sVersion : ", indent + 4, "");
165 BIO_printf(out, "unknown\n%*s", indent + 16, "");
166 BIO_hex_string(out, indent + 16, 16, sct->sct, sct->sct_len);
173 BIO_printf(out, "\n%*sLog : %s", indent + 4, "",
177 BIO_printf(out, "\n%*sLog ID : ", indent
[all...]
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp97 ReportPiece(o, P, /*indent*/ 4, /*depth*/ 0, /*includeControlFlow*/ true);
106 void ReportMacroExpansions(raw_ostream &o, unsigned indent);
110 unsigned indent, unsigned depth, bool includeControlFlow,
115 ReportControlFlow(o, cast<PathDiagnosticControlFlowPiece>(P), indent);
118 ReportCall(o, cast<PathDiagnosticCallPiece>(P), indent,
122 ReportEvent(o, cast<PathDiagnosticEventPiece>(P), indent, depth,
126 ReportMacroSubPieces(o, cast<PathDiagnosticMacroPiece>(P), indent,
130 ReportNote(o, cast<PathDiagnosticNotePiece>(P), indent);
133 ReportPopUp(o, cast<PathDiagnosticPopUpPiece>(P), indent);
139 unsigned indent);
109 ReportPiece(raw_ostream &o, const PathDiagnosticPiece &P, unsigned indent, unsigned depth, bool includeControlFlow, bool isKeyEvent = false) argument
177 EmitRanges(raw_ostream &o, const ArrayRef<SourceRange> Ranges, unsigned indent) argument
199 EmitMessage(raw_ostream &o, StringRef Message, unsigned indent) argument
214 EmitFixits(raw_ostream &o, ArrayRef<FixItHint> fixits, unsigned indent) argument
241 ReportControlFlow(raw_ostream &o, const PathDiagnosticControlFlowPiece& P, unsigned indent) argument
298 ReportEvent(raw_ostream &o, const PathDiagnosticEventPiece& P, unsigned indent, unsigned depth, bool isKeyEvent) argument
338 ReportCall(raw_ostream &o, const PathDiagnosticCallPiece &P, unsigned indent, unsigned depth) argument
365 ReportMacroSubPieces(raw_ostream &o, const PathDiagnosticMacroPiece& P, unsigned indent, unsigned depth) argument
380 ReportMacroExpansions(raw_ostream &o, unsigned indent) argument
424 ReportNote(raw_ostream &o, const PathDiagnosticNotePiece& P, unsigned indent) argument
453 ReportPopUp(raw_ostream &o, const PathDiagnosticPopUpPiece &P, unsigned indent) argument
[all...]
/openbsd-current/bin/ksh/
H A Dtree.c27 ptree(struct op *t, int indent, struct shf *shf) argument
40 fptreef(shf, indent, "%S ", *w++);
42 fptreef(shf, indent, "#no-vars# ");
45 fptreef(shf, indent, "%S ", *w++);
47 fptreef(shf, indent, "#no-args# ");
53 fptreef(shf, indent + 2, "( %T) ", t->left);
56 fptreef(shf, indent, "%T| ", t->left);
60 fptreef(shf, indent, "%T%;", t->left);
65 fptreef(shf, indent, "%T%s %T",
69 fptreef(shf, indent, "! ");
192 pioact(struct shf *shf, int indent, struct ioword *iop) argument
337 fptreef(struct shf *shf, int indent, const char *fmt, ...) argument
362 vfptreef(struct shf *shf, int indent, const char *fmt, va_list va) argument
400 ptree(va_arg(va, struct op *), indent, shf); local
[all...]
/openbsd-current/etc/examples/
H A Dman.conf13 output indent 5
/openbsd-current/lib/libcrypto/bn/
H A Dbn_print.c62 bn_print_bignum(BIO *bio, const BIGNUM *bn, int indent) argument
75 /* Secondary indent is 4 spaces, capped at 128. */
76 if (indent > 124)
77 indent = 124;
78 indent += 4;
79 if (indent < 0)
80 indent = 0;
98 if (BIO_printf(bio, "\n%*s", indent, "") <= 0)
125 bn_printf(BIO *bio, const BIGNUM *bn, int indent, const char *fmt, ...) argument
133 if (!BIO_indent(bio, indent, 12
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dprint-tree.c73 print_node_brief (FILE *file, const char *prefix, tree node, int indent) argument
84 if (indent > 0)
160 /* Since this is the long way, indent to desired column. */
172 print_node (FILE *file, const char *prefix, tree node, int indent)
193 if (indent > 24)
195 print_node_brief (file, prefix, node, indent);
199 if (indent > 8 && (class == tcc_type || class == tcc_declaration))
201 print_node_brief (file, prefix, node, indent);
208 print_node_brief (file, prefix, node, indent);
218 print_node_brief (file, prefix, node, indent);
171 print_node(FILE *file, const char *prefix, tree node, int indent) argument
[all...]
/openbsd-current/lib/libcrypto/bio/
H A Db_dump.c73 * indent | byte count (4 digits) | " - " | hex dump | " " | ASCII dump
79 BIO_dump_indent(BIO *bio, const char *s, int len, int indent) argument
92 if (indent < 0)
93 indent = 0;
94 if (indent > 64)
95 indent = 64;
103 if (indent > 6)
104 bytes_per_line -= (indent - 3) / 4;
134 /* Write out indent, byte count and initial " - ". */
135 if ((written = BIO_printf(bio, "%*s%04x - ", indent, "",
[all...]
/openbsd-current/gnu/llvm/llvm/utils/vim/indent/
H A Dllvm.vim1 " Vim indent file
4 " What this indent plugin currently does:
5 " - If no other rule matches copy indent from previous non-empty,
9 " - If the current line ends with ':' indent at the same level as the
13 " - If there is an opening+unclosed parenthesis on previous line indent to that
41 return indent(opening_lnum)
49 return indent(blockbegin)
55 while prev_lnum > 0 && synIDattr(synID(prev_lnum, indent(prev_lnum)+1, 0), "name") =? "string\|comment"
58 " Hit the start of the file, use zero indent.
63 let ind = indent(prev_lnu
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dprint-tree.c60 print_node_brief (file, prefix, node, indent)
64 int indent;
75 if (indent > 0)
150 /* Since this is the long way, indent to desired column. */
162 print_node (file, prefix, node, indent)
166 int indent;
185 if (indent > 24)
187 print_node_brief (file, prefix, node, indent);
191 if (indent > 8 && (class == 't' || class == 'd'))
193 print_node_brief (file, prefix, node, indent);
[all...]
/openbsd-current/usr.sbin/lpr/filters/
H A Dlpf.c54 int indent; /* indentation length */ variable
89 indent = atoi(optarg);
112 col = indent;
131 if (--col < indent)
132 col = indent;
136 col = indent;
140 col = ((col - indent) | 07) + indent + 1;
217 fprintf(stderr, "usage: %s [-c] [-r] [-h host] [-i indent] [-l length]"
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/
H A DReader.pm95 my ( $next, $indent ) = $self->_peek;
98 return $self->_read_array($indent);
101 return $self->_read_hash( $next, $indent );
142 my ( $line, $indent ) = $self->_peek;
150 last if $ind < $indent;
152 my $pad = $string eq '|' ? ( ' ' x ( $ind - $indent ) ) : '';
181 my ( $line, $indent ) = $self->_peek;
184 return $self->_read_array($indent);
187 return $self->_read_hash( $line, $indent );
201 my ( $line, $indent )
[all...]
/openbsd-current/usr.sbin/mtree/
H A Dcreate.c78 int indent = 0; local
92 indent = p->fts_level * 4;
100 statf(indent, p);
104 (void)printf("%*s# %s\n", indent, "", p->fts_path);
105 (void)printf("%*s..\n", indent, "");
117 statf(indent, p);
128 statf(int indent, FTSENT *p) argument
144 offset = printf("%*s%s", indent, "", escaped_name);
146 offset = printf("%*s %s", indent, "", escaped_name);
150 if (offset > (INDENTNAMELEN + indent))
369 output(int indent, int *offset, const char *fmt, ...) argument
[all...]
/openbsd-current/regress/usr.bin/mandoc/man/TP/
H A DMakefile3 REGRESS_TARGETS = badarg broken double eof fill indent literal longhead

Completed in 372 milliseconds

1234567891011>>