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

12345678910

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Ddebug.c52 dmp_frag (fp, indent)
54 char *indent;
58 printf ("%sFRAGMENT @ 0x%x\n", indent, fp);
62 printf ("%srs_align(%d)\n", indent, fp->fr_offset);
65 printf ("%srs_fill(%d)\n", indent, fp->fr_offset);
66 printf ("%s", indent);
68 printf ("%s\t repeated %d times,", indent, fp->fr_offset);
72 printf ("%srs_org(%d+sym @0x%x)\n", indent,
74 printf ("%sfill with ", indent);
79 printf ("%smachine_dep\n", indent);
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/indent/
H A DMakefile4 PROG= indent
5 SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dptree.c32 cxx_print_decl (FILE *file, tree node, int indent) argument
38 indent_to (file, indent + 3);
51 indent_to (file, indent + 3);
56 indent_to (file, indent + 3);
61 indent_to (file, indent + 3);
75 cxx_print_type (FILE *file, tree node, int indent) argument
82 indent_to (file, indent + 3);
91 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4);
99 print_node (file, "expr", DECLTYPE_TYPE_EXPR (node), indent + 4);
108 indent
173 cxx_print_identifier(FILE *file, tree node, int indent) argument
190 cxx_print_xnode(FILE *file, tree node, int indent) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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.
12 indent=
24 elif test ! -n "${indent}" -a -x ${path}/indent
26 indent=${path}/indent
32 indent=${gindent}
33 elif test -n "${indent}"
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dt_x509a.c68 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
76 indent, "", indent + 2, "");
85 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
89 indent, "", indent + 2, "");
98 } else BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
99 if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "",
102 BIO_printf(out, "%*sKey Id: ", indent, "");
H A Dtasn_prn.c159 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
164 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
168 const ASN1_ITEM *it, int indent,
172 static int asn1_print_fsname(BIO *out, int indent,
176 int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, argument
186 return asn1_item_print_ctx(out, &ifld, indent, it,
190 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, argument
205 parg.indent = indent;
215 if (!nohdr && !asn1_print_fsname(out, indent,
339 asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) argument
400 asn1_print_fsname(BIO *out, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
501 asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent, const ASN1_PCTX *pctx) argument
519 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...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dptree.c32 cxx_print_decl (FILE *file, tree node, int indent) argument
38 indent_to (file, indent + 3);
46 indent_to (file, indent + 3);
62 cxx_print_type (FILE *file, tree node, int indent) argument
69 indent_to (file, indent + 3);
79 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4);
92 indent + 4);
97 indent_to (file, indent + 3);
150 cxx_print_identifier (FILE *file, tree node, int indent) argument
152 if (indent
167 cxx_print_xnode(FILE *file, tree node, int indent) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dld-cache.c93 int indent)
95 dumpf(indent, "((cache_table*)0x%x\n", rule);
96 dumpf(indent, " (type %s)\n", i2name(rule->type, cache_type_map));
97 dumpf(indent, " (field_name \"%s\")\n", rule->field_name);
98 dumpf(indent, " (derived_name \"%s\")\n", rule->derived_name);
99 dumpf(indent, " (type-def \"%s\")\n", rule->type_def);
100 dumpf(indent, " (expression \"%s\")\n", rule->expression);
101 dumpf(indent, " (next 0x%x)\n", rule->next);
102 dumpf(indent, " )\n");
108 int indent)
92 dump_cache_rule(cache_table* rule, int indent) argument
107 dump_cache_rules(cache_table* rule, int indent) argument
[all...]
H A Dld-decode.c112 int indent)
114 dumpf(indent, "((decode_table*)%p\n", rule);
116 dumpf(indent, " (type %s)\n", i2name(rule->type, decode_type_map));
117 dumpf(indent, " (gen %s)\n", i2name(rule->gen, decode_gen_map));
118 dumpf(indent, " (force_slash %d)\n", rule->force_slash);
119 dumpf(indent, " (first %d)\n", rule->first);
120 dumpf(indent, " (last %d)\n", rule->last);
121 dumpf(indent, " (force_first %d)\n", rule->force_first);
122 dumpf(indent, " (force_last %d)\n", rule->force_last);
123 dumpf(indent, " (force_expansio
111 dump_decode_rule(decode_table *rule, int indent) argument
136 dump_decode_rules(decode_table *rule, int indent) argument
[all...]
H A Dld-insn.c811 int indent)
816 dumpf(indent, "(first %d)\n", field->first);
818 dumpf(indent, "(last %d)\n", field->last);
820 dumpf(indent, "(width %d)\n", field->width);
823 dumpf(indent, "(is_int %d)\n", field->val_int);
826 dumpf(indent, "(is_slash)\n");
829 dumpf(indent, "(is_string `%s')\n", field->val_string);
831 dumpf(indent, "(next 0x%x)\n", field->next);
833 dumpf(indent, "(prev 0x%x)\n", field->prev);
840 int indent)
810 dump_insn_field(insn_field *field, int indent) argument
839 dump_insn_fields(insn_fields *fields, int indent) argument
861 dump_opcode_field(opcode_field *field, int indent, int levels) argument
875 dump_insn_bits(insn_bits *bits, int indent, int levels) argument
895 dump_insn(insn *entry, int indent, int levels) argument
919 dump_insn_table(insn_table *table, int indent, int levels) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dplugin.h34 extern void print_plugins_versions (FILE *file, const char *indent);
35 extern void print_plugins_help (FILE *file, const char *indent);
H A Dprint-tree.c77 print_node_brief (FILE *file, const char *prefix, const_tree node, int indent) argument
88 if (indent > 0)
191 /* Since this is the long way, indent to desired column. */
203 print_node (FILE *file, const char *prefix, tree node, int indent)
224 if (indent > 24)
226 print_node_brief (file, prefix, node, indent);
230 if (indent > 8 && (tclass == tcc_type || tclass == tcc_declaration))
232 print_node_brief (file, prefix, node, indent);
239 print_node_brief (file, prefix, node, indent);
252 print_node_brief (file, prefix, node, indent);
202 print_node(FILE *file, const char *prefix, tree node, int indent) argument
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dtree.c18 static void ptree ARGS((struct op *t, int indent, struct shf *f));
19 static void pioact ARGS((struct shf *f, int indent, struct ioword *iop));
22 static void vfptreef ARGS((struct shf *shf, int indent, const char *fmt, va_list va));
31 ptree(t, indent, shf)
33 int indent;
47 fptreef(shf, indent, "%S ", *w++);
49 fptreef(shf, indent, "#no-vars# ");
52 fptreef(shf, indent, "%S ", *w++);
54 fptreef(shf, indent, "#no-args# ");
61 fptreef(shf, indent, "
379 fptreef(struct shf *shf, int indent, const char *fmt, ...) argument
460 ptree(va_arg(va, struct op *), indent, shf); local
[all...]
/netbsd-6-1-5-RELEASE/lib/libbluetooth/
H A Dsdp_data.c324 * sdp_data_print(data, indent)
329 _sdp_put(int indent, const char *type, const char *fmt, ...) argument
333 indent = printf("%*s%s", indent, "", type);
334 indent = 18 - indent;
335 if (indent < 2)
336 indent = 2;
338 printf("%*s", indent, "");
348 _sdp_putstr(int indent, cons argument
373 _sdp_data_print(const uint8_t *next, const uint8_t *end, int indent) argument
728 sdp_data_print(const sdp_data_t *data, int indent) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-print.c85 print_indent(int indent) argument
89 for (i = 0; i < indent; i++) {
95 print_name(int indent, const char *name) argument
97 print_indent(indent);
104 print_hexdump(int indent, const char *name, const uint8_t *data, unsigned len) argument
106 print_name(indent, name);
111 hexdump_data(int indent, const char *name, const uint8_t *data, unsigned len) argument
113 print_name(indent, name);
118 print_uint(int indent, const char *name, unsigned val) argument
120 print_name(indent, nam
131 print_time(int indent, const char *name, time_t t) argument
140 print_string_and_value(int indent, const char *name, const char *str, uint8_t value) argument
147 print_tagname(int indent, const char *str) argument
154 print_data(int indent, const char *name, const pgp_data_t *data) argument
160 print_bn(int indent, const char *name, const BIGNUM *bn) argument
193 print_string(int indent, const char *name, const char *str) argument
201 print_utf8_string(int indent, const char *name, const uint8_t *str) argument
208 print_duration(int indent, const char *name, time_t t) argument
233 print_boolean(int indent, const char *name, uint8_t boolval) argument
240 print_text_breakdown(int indent, pgp_text_t *text) argument
279 print_block(int indent, const char *name, const uint8_t *str, size_t length) argument
828 start_subpacket(int *indent, int type) argument
838 end_subpacket(int *indent) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3_prn.c67 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported);
71 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml) argument
77 BIO_printf(out, "%*s", indent, "");
81 if(ml) BIO_printf(out, "%*s", indent, "");
108 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) argument
118 return unknown_ext_print(out, ext, flag, indent, 0);
123 if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1);
131 BIO_printf(out, "%*s%s", indent, "", value);
141 BIO_printf(out, "%*s%s", indent, "", tmp);
151 X509V3_EXT_val_prn(out, nval, indent,
165 X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
198 unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported) argument
225 X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) argument
[all...]
H A Dv3_pku.c65 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
85 PKEY_USAGE_PERIOD *usage, BIO *out, int indent)
87 BIO_printf(out, "%*s", indent, "");
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Ddep.pl94 $indent = 0;
110 if ($indent == 0) { }
111 elsif ($indent >= 1) { print OUT "| " x ($indent - 1) . "+--->"; }
116 ++$indent;
118 --$indent;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dline_wrap.c11 /* void line_wrap(string, len, indent, output_fn, context)
14 /* int indent;
15 /* void (*output_fn)(const char *str, int len, int indent, char *context);
29 /* .IP indent
31 /* with respect to the first output line. A negative indent causes
32 /* only the first line to be indented; a positive indent causes all
41 void print(const char *str, int len, int indent, char *context)
45 vstream_fprintf(fp, "%*s%.*s", indent, "", len, str);
78 void line_wrap(const char *str, int len, int indent, LINE_WRAP_FN output_fn, argument
89 if (indent <
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bio/
H A Db_dump.c78 void *u, const char *s, int len, int indent)
93 if (indent < 0)
94 indent = 0;
95 if (indent)
97 if (indent > 128) indent=128;
98 memset(str,' ',indent);
100 str[indent]='\0';
102 dump_width=DUMP_WIDTH_LESS_INDENT(indent);
169 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent) argument
77 BIO_dump_indent_cb(int (*cb)(const void *data, size_t len, void *u), void *u, const char *s, int len, int indent) argument
183 BIO_dump_indent(BIO *bp, const char *s, int len, int indent) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dprint-tree.c63 print_node_brief (FILE *file, const char *prefix, tree node, int indent) argument
74 if (indent > 0)
150 /* Since this is the long way, indent to desired column. */
162 print_node (FILE *file, const char *prefix, tree node, int indent)
183 if (indent > 24)
185 print_node_brief (file, prefix, node, indent);
189 if (indent > 8 && (class == tcc_type || class == tcc_declaration))
191 print_node_brief (file, prefix, node, indent);
198 print_node_brief (file, prefix, node, indent);
208 print_node_brief (file, prefix, node, indent);
161 print_node(FILE *file, const char *prefix, tree node, int indent) argument
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/mantools/
H A Dccformat54 0) indent $TROFF $FLAGS;;
58 indent $TROFF $FLAGS $i
64 { # some versions of indent return garbage exit status -- gack!
65 (indent $FLAGS <$i 2>.ind.$$ >$TMPF || test ! -s .ind.$$) >$TMPF &&
182 # indent(1)
186 # indent(1)
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dtree.c57 print_mdoc(const struct mdoc_node *n, int indent) argument
145 print_span(n->span, indent);
148 print_box(n->eqn->root, indent);
150 for (i = 0; i < indent; i++)
172 print_mdoc(n->child, indent + 1);
174 print_mdoc(n->next, indent);
179 print_man(const struct man_node *n, int indent) argument
246 print_span(n->span, indent);
249 print_box(n->eqn->root, indent);
251 for (i = 0; i < indent;
263 print_box(const struct eqn_box *ep, int indent) argument
305 print_span(const struct tbl_span *sp, int indent) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/filters/
H A Dlpf.c65 static int indent; /* indentation length */ variable
101 indent = atoi(optarg);
123 col = indent;
147 if (--col < indent)
148 col = indent;
152 col = indent;
156 col = ((col - indent) | 07) + indent + 1;
232 "usage: lpf [-c] [-f] [-h host] [-i indent] [-l length] [-n name] [-w width] [acctfile]\n");
/netbsd-6-1-5-RELEASE/sys/arch/alpha/pci/
H A Dtsp_pci.c135 tsp_print_error(unsigned int indent, unsigned long p_error) argument
140 IPRINTF(indent, "data invalid\n");
162 IPRINTF(indent, "error = %s\n", buf);
165 IPRINTF(indent, "address = 0x%09lx\n", PER_SADR(p_error));
166 IPRINTF(indent, "command = 0x%lx<%s>\n", PER_CMD(p_error),
169 IPRINTF(indent, "syndrome = 0x%02lx\n", PER_SYN(p_error));
171 IPRINTF(indent, "address = 0x%08lx, 0x%lx<%s>\n",
175 IPRINTF(indent, "command = 0x%lx<%s>\n", PER_CMD(p_error),

Completed in 260 milliseconds

12345678910