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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/script/
H A Dformat_indent.sh3 # -npro Do no read the '.indent.pro' files.
12 indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/script/
H A Dformat_indent.sh3 # -npro Do no read the '.indent.pro' files.
12 indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/script/
H A Dformat_indent.sh3 # -npro Do no read the '.indent.pro' files.
12 indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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, "");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Dt_x509a.c70 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
78 BIO_printf(out, "%*sTrusted Uses:\n%*s", indent, "", indent + 2, "");
90 BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
93 BIO_printf(out, "%*sRejected Uses:\n%*s", indent, "", indent + 2, "");
105 BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
107 BIO_printf(out, "%*sAlias: %s\n", indent, "", aux->alias->data);
109 BIO_printf(out, "%*sKey Id: ", indent, "");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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, "");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Dt_x509a.c70 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
78 BIO_printf(out, "%*sTrusted Uses:\n%*s", indent, "", indent + 2, "");
90 BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
93 BIO_printf(out, "%*sRejected Uses:\n%*s", indent, "", indent + 2, "");
105 BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
107 BIO_printf(out, "%*sAlias: %s\n", indent, "", aux->alias->data);
109 BIO_printf(out, "%*sKey Id: ", indent, "");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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, "");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Dt_x509a.c70 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
78 BIO_printf(out, "%*sTrusted Uses:\n%*s", indent, "", indent + 2, "");
90 BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
93 BIO_printf(out, "%*sRejected Uses:\n%*s", indent, "", indent + 2, "");
105 BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
107 BIO_printf(out, "%*sAlias: %s\n", indent, "", aux->alias->data);
109 BIO_printf(out, "%*sKey Id: ", indent, "");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/util/
H A Dsu-filter.pl8 my $indent = 0;
45 $out .= displayData($indent, 0, \@strucdata);
46 $out .= "\n$indent};\n";
52 $indent = $1;
176 my $indent = shift;
189 $item =~ s/\n/\n$indent/g;
191 $out .= $item."\n".$indent;
193 $out .= "\n".$indent.$item."\n".$indent;
195 $currline = $indent;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/util/
H A Dsu-filter.pl8 my $indent = 0;
45 $out .= displayData($indent, 0, \@strucdata);
46 $out .= "\n$indent};\n";
52 $indent = $1;
176 my $indent = shift;
189 $item =~ s/\n/\n$indent/g;
191 $out .= $item."\n".$indent;
193 $out .= "\n".$indent.$item."\n".$indent;
195 $currline = $indent;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/util/
H A Dsu-filter.pl8 my $indent = 0;
45 $out .= displayData($indent, 0, \@strucdata);
46 $out .= "\n$indent};\n";
52 $indent = $1;
176 my $indent = shift;
189 $item =~ s/\n/\n$indent/g;
191 $out .= $item."\n".$indent;
193 $out .= "\n".$indent.$item."\n".$indent;
195 $currline = $indent;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Dt1_trce.c70 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \
71 do_ssl_trace_list(bio, indent, msg, msglen, value, \
84 static int do_ssl_trace_list(BIO *bio, int indent, argument
95 BIO_indent(bio, indent, 80);
467 static void ssl_print_hex(BIO *bio, int indent, const char *name, argument
471 BIO_indent(bio, indent, 80);
478 static int ssl_print_hexbuf(BIO *bio, int indent, argument
492 ssl_print_hex(bio, indent, name, p, blen);
498 static int ssl_print_version(BIO *bio, int indent, const char *name, argument
505 BIO_indent(bio, indent, 8
513 ssl_print_random(BIO *bio, int indent, const unsigned char **pmsg, size_t *pmsglen) argument
532 ssl_print_signature(BIO *bio, int indent, SSL *s, const unsigned char **pmsg, size_t *pmsglen) argument
549 ssl_print_extension(BIO *bio, int indent, int server, int extype, const unsigned char *ext, size_t extlen) argument
639 ssl_print_extensions(BIO *bio, int indent, int server, const unsigned char *msg, size_t msglen) argument
673 ssl_print_client_hello(BIO *bio, SSL *ssl, int indent, const unsigned char *msg, size_t msglen) argument
728 dtls_print_hello_vfyrequest(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
739 ssl_print_server_hello(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
820 ssl_print_client_keyex(BIO *bio, int indent, SSL *ssl, const unsigned char *msg, size_t msglen) argument
871 ssl_print_server_keyex(BIO *bio, int indent, SSL *ssl, const unsigned char *msg, size_t msglen) argument
933 ssl_print_certificate(BIO *bio, int indent, const unsigned char **pmsg, size_t *pmsglen) argument
967 ssl_print_certificates(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
986 ssl_print_cert_request(BIO *bio, int indent, SSL *s, const unsigned char *msg, size_t msglen) argument
1058 ssl_print_ticket(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
1081 ssl_print_handshake(BIO *bio, SSL *ssl, const unsigned char *msg, size_t msglen, int indent) argument
1173 ssl_print_heartbeat(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/ssl/
H A Dt1_trce.c70 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \
71 do_ssl_trace_list(bio, indent, msg, msglen, value, \
84 static int do_ssl_trace_list(BIO *bio, int indent, argument
95 BIO_indent(bio, indent, 80);
467 static void ssl_print_hex(BIO *bio, int indent, const char *name, argument
471 BIO_indent(bio, indent, 80);
478 static int ssl_print_hexbuf(BIO *bio, int indent, argument
492 ssl_print_hex(bio, indent, name, p, blen);
498 static int ssl_print_version(BIO *bio, int indent, const char *name, argument
505 BIO_indent(bio, indent, 8
513 ssl_print_random(BIO *bio, int indent, const unsigned char **pmsg, size_t *pmsglen) argument
532 ssl_print_signature(BIO *bio, int indent, SSL *s, const unsigned char **pmsg, size_t *pmsglen) argument
549 ssl_print_extension(BIO *bio, int indent, int server, int extype, const unsigned char *ext, size_t extlen) argument
639 ssl_print_extensions(BIO *bio, int indent, int server, const unsigned char *msg, size_t msglen) argument
673 ssl_print_client_hello(BIO *bio, SSL *ssl, int indent, const unsigned char *msg, size_t msglen) argument
728 dtls_print_hello_vfyrequest(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
739 ssl_print_server_hello(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
820 ssl_print_client_keyex(BIO *bio, int indent, SSL *ssl, const unsigned char *msg, size_t msglen) argument
871 ssl_print_server_keyex(BIO *bio, int indent, SSL *ssl, const unsigned char *msg, size_t msglen) argument
933 ssl_print_certificate(BIO *bio, int indent, const unsigned char **pmsg, size_t *pmsglen) argument
967 ssl_print_certificates(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
986 ssl_print_cert_request(BIO *bio, int indent, SSL *s, const unsigned char *msg, size_t msglen) argument
1058 ssl_print_ticket(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
1081 ssl_print_handshake(BIO *bio, SSL *ssl, const unsigned char *msg, size_t msglen, int indent) argument
1173 ssl_print_heartbeat(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/ssl/
H A Dt1_trce.c70 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \
71 do_ssl_trace_list(bio, indent, msg, msglen, value, \
84 static int do_ssl_trace_list(BIO *bio, int indent, argument
95 BIO_indent(bio, indent, 80);
467 static void ssl_print_hex(BIO *bio, int indent, const char *name, argument
471 BIO_indent(bio, indent, 80);
478 static int ssl_print_hexbuf(BIO *bio, int indent, argument
492 ssl_print_hex(bio, indent, name, p, blen);
498 static int ssl_print_version(BIO *bio, int indent, const char *name, argument
505 BIO_indent(bio, indent, 8
513 ssl_print_random(BIO *bio, int indent, const unsigned char **pmsg, size_t *pmsglen) argument
532 ssl_print_signature(BIO *bio, int indent, SSL *s, const unsigned char **pmsg, size_t *pmsglen) argument
549 ssl_print_extension(BIO *bio, int indent, int server, int extype, const unsigned char *ext, size_t extlen) argument
639 ssl_print_extensions(BIO *bio, int indent, int server, const unsigned char *msg, size_t msglen) argument
673 ssl_print_client_hello(BIO *bio, SSL *ssl, int indent, const unsigned char *msg, size_t msglen) argument
728 dtls_print_hello_vfyrequest(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
739 ssl_print_server_hello(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
820 ssl_print_client_keyex(BIO *bio, int indent, SSL *ssl, const unsigned char *msg, size_t msglen) argument
871 ssl_print_server_keyex(BIO *bio, int indent, SSL *ssl, const unsigned char *msg, size_t msglen) argument
933 ssl_print_certificate(BIO *bio, int indent, const unsigned char **pmsg, size_t *pmsglen) argument
967 ssl_print_certificates(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
986 ssl_print_cert_request(BIO *bio, int indent, SSL *s, const unsigned char *msg, size_t msglen) argument
1058 ssl_print_ticket(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
1081 ssl_print_handshake(BIO *bio, SSL *ssl, const unsigned char *msg, size_t msglen, int indent) argument
1173 ssl_print_heartbeat(BIO *bio, int indent, const unsigned char *msg, size_t msglen) argument
[all...]

Completed in 300 milliseconds

1234567891011>>