| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_dane.c | 731 char *errtype = 0; /* if error: cert or pkey? */ local 756 errtype == 0 && PEM_read_bio(bp, &name, &header, &data, &len); 793 if (errtype) { 796 tafile, errtype); 1201 char *errtype = 0; /* if error: cert or pkey? */ local 1224 errtype == 0 && PEM_read_bio(bp, &name, &header, &data, &len); 1236 errtype = "certificate"; 1255 if (errtype) { 1257 fprintf(stderr, "error reading: %s: malformed %s", chainfile, errtype);
|
| /src/external/bsd/libpcap/dist/ |
| sockutils.c | 395 sock_errtype errtype; member in struct:addr_status 418 if (addr_a->errtype == addr_b->errtype) 427 return addr_a->errtype - addr_b->errtype; 641 addrs_to_try[i].errtype = SOCK_NOERR; 695 addrs_to_try[i].errtype = 742 if (addrs_to_try[0].errtype == SOCK_CONNERR) {
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-dedup.c | 2725 const char *errtype; local 2877 errtype = _("unknown type"); 2885 errtype = _("forward"); 2894 errtype = _("float/int"); 2905 errtype = _("enum"); 2950 errtype = _("typedef"); 2966 errtype = _("pointer or cvr-qual"); 2979 errtype = _("slice"); 2998 errtype = _("array info"); 3024 errtype = _("function") [all...] |
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-dedup.c | 2725 const char *errtype; local 2877 errtype = _("unknown type"); 2885 errtype = _("forward"); 2894 errtype = _("float/int"); 2905 errtype = _("enum"); 2950 errtype = _("typedef"); 2966 errtype = _("pointer or cvr-qual"); 2979 errtype = _("slice"); 2998 errtype = _("array info"); 3024 errtype = _("function") [all...] |
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-dedup.c | 2650 const char *errtype; local 2745 errtype = _("unknown type"); 2753 errtype = _("forward"); 2762 errtype = _("float/int"); 2773 errtype = _("enum"); 2796 errtype = _("typedef"); 2812 errtype = _("pointer or cvr-qual"); 2825 errtype = _("slice"); 2844 errtype = _("array info"); 2870 errtype = _("function") [all...] |
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-dedup.c | 2627 const char *errtype; local 2719 errtype = _("unknown type"); 2727 errtype = _("forward"); 2736 errtype = _("float/int"); 2747 errtype = _("enum"); 2770 errtype = _("typedef"); 2786 errtype = _("pointer or cvr-qual"); 2799 errtype = _("slice"); 2818 errtype = _("array info"); 2844 errtype = _("function") [all...] |
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_tls_policy.c | 924 int errtype, 931 tls->level = (errtype == DANE_CANTAUTH) ? TLS_LEV_ENCRYPT : TLS_LEV_MAY; 932 if (errtype == NONDANE_CONFIG) 937 if (errtype == NONDANE_CONFIG) {
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| histexpand.c | 377 hist_error(char *s, int start, int current, int errtype) 385 switch (errtype)
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| histexpand.c | 377 hist_error(char *s, int start, int current, int errtype) 385 switch (errtype)
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 7293 ERRTYPE says whether it is argument passing, assignment, 7316 tree rhs, tree origtype, enum impl_conv errtype, 7331 if (errtype == ic_argpass) 7355 switch (errtype) \ 7384 switch (errtype) \ 7443 switch (errtype) 7472 switch (errtype) 7564 rhs, origtype, errtype, 7588 if (warnopt && errtype == ic_argpass) 7600 errtype == ic_init_const) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-typeck.cc | 6756 ERRTYPE says whether it is argument passing, assignment, 6779 tree rhs, tree origtype, enum impl_conv errtype, 6794 if (errtype == ic_argpass) 6818 switch (errtype) \ 6847 switch (errtype) \ 6906 switch (errtype) 6935 switch (errtype) 7027 rhs, origtype, errtype, 7051 if (warnopt && errtype == ic_argpass) 7063 errtype == ic_init_const) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| typeck.cc | 9806 an lvalue of type TYPE. ERRTYPE indicates what kind of error the 9814 impl_conv_rhs errtype, tree fndecl, int parmnum, 9872 switch (errtype) 9926 return convert_for_assignment (type, r, errtype, fndecl, 9937 switch (errtype) 9990 switch (errtype) 10050 ERRTYPE indicates what kind of error the implicit conversion is. 10064 impl_conv_rhs errtype, tree fndecl, int parmnum, 10135 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum,
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| typeck.cc | 10282 an lvalue of type TYPE. ERRTYPE indicates what kind of error the 10290 impl_conv_rhs errtype, tree fndecl, int parmnum, 10348 switch (errtype) 10402 return convert_for_assignment (type, r, errtype, fndecl, 10415 switch (errtype) 10472 switch (errtype) 10522 ERRTYPE indicates what kind of error the implicit conversion is. 10536 impl_conv_rhs errtype, tree fndecl, int parmnum, 10607 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmatch.cc | 76 diagnostic_cb (cpp_reader *, enum cpp_diagnostic_level errtype, 85 (errtype == CPP_DL_WARNING) ? "warning" : "error"); 112 if (errtype == CPP_DL_FATAL)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genmatch.cc | 79 diagnostic_cb (cpp_reader *, enum cpp_diagnostic_level errtype, 88 (errtype == CPP_DL_WARNING) ? "warning" : "error"); 115 if (errtype == CPP_DL_FATAL)
|