Home
last modified time | relevance | path

Searched refs:errinfo (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/pygnulib/
H A DGLError.py51 def __init__(self, errno, errinfo=None): argument
76 self.errinfo = errinfo
77 self.args = (self.errno, self.errinfo)
80 errinfo = self.errinfo
85 "configure file does not exist: %s" % repr(errinfo),
87 errinfo),
89 (repr(os.path.join(errinfo, 'gnulib-comp.m4')), repr(errinfo)),
102 "cannot remove the given file: %s" % repr(errinfo),
103 "cannot create the given file: %s" % repr(errinfo),
106 "module lacks a license: %s" % repr(errinfo),
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/mpd/
H A Dmpdlib.py118 if errinfo[0] != EINTR:
240 mpd_print(1,"connect %d %s" % (errinfo[0],errinfo[1]))
247 mpd_print(1,"connect error with %d %s" % (errinfo[0],errinfo[1]))
258 mpd_print(1,"connect %d %s" % (errinfo[0],errinfo[1]))
268 mpd_print(1,"connect %d %s" % (errinfo[0],errinfo[1]))
436 (mpd_my_id,errinfo.__class__,errinfo)
462 (mpd_my_id,errinfo.__class__,errinfo)
512 ( errinfo.__class__, errinfo))
772 return (-1,errinfo.__class__,errinfo)
775 ( errinfo.__class__, errinfo)
[all …]
/dports/lang/ruby26/ruby-2.6.9/
H A Deval_jump.c99 VALUE errinfo = *errp; in exec_end_procs_chain() local
106 *errp = errinfo; in exec_end_procs_chain()
115 volatile VALUE errinfo = ec->errinfo; in rb_exec_end_proc() local
120 exec_end_procs_chain(&ephemeral_end_procs, &ec->errinfo); in rb_exec_end_proc()
121 exec_end_procs_chain(&end_procs, &ec->errinfo); in rb_exec_end_proc()
126 if (!NIL_P(ec->errinfo)) errinfo = ec->errinfo; in rb_exec_end_proc()
132 ec->errinfo = errinfo; in rb_exec_end_proc()
H A Deval_error.c79 rb_ec_error_print(ec, ec->errinfo); in error_print()
240 VALUE cause = rb_attr_get(errinfo, id_cause); in show_cause()
265 if (NIL_P(errinfo)) in rb_error_write()
271 eclass = CLASS_OF(errinfo); in rb_error_write()
313 if (NIL_P(errinfo)) in rb_ec_error_print()
319 errat = rb_get_backtrace(errinfo); in rb_ec_error_print()
323 emesg = rb_get_message(errinfo); in rb_ec_error_print()
332 ec->errinfo = errinfo; in rb_ec_error_print()
434 VALUE errinfo = ec->errinfo; in error_handle() local
436 status = sysexit_status(errinfo); in error_handle()
[all …]
H A Deval.c191 if (THROW_DATA_P(th->ec->errinfo)) th->ec->errinfo = Qnil; in ruby_cleanup()
498 mesg = ec->errinfo; in exc_setup_message()
568 ec->errinfo = mesg; in setup_exception()
578 ec->errinfo = Qnil; in setup_exception()
948 ec->errinfo = e_info; in rb_vrescue2()
1078 VALUE errinfo; in rb_ensure() local
1091 errinfo = ec->errinfo; in rb_ensure()
1092 if (!NIL_P(errinfo) && !RB_TYPE_P(errinfo, T_OBJECT)) { in rb_ensure()
1093 ec->errinfo = Qnil; in rb_ensure()
1097 ec->errinfo = errinfo; in rb_ensure()
[all …]
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgdrawerror.c41 static struct errinfo { struct
46 } errinfo; variable
60 x = (errinfo.width-max_len)/2; in e_h()
71 errinfo.dismissed = true; in e_h()
73 errinfo.dismissed = true; in e_h()
75 errinfo.dismissed = true; in e_h()
81 errinfo.dismissed = false; in RunError()
110 errinfo.lines[line] = NULL; in ProcessText()
111 errinfo.err_type = et; in ProcessText()
118 errinfo.width = max_len+30; in ProcessText()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/include/
H A Dk5-err.h45 struct errinfo { struct
51 void k5_set_error(struct errinfo *ep, long code, const char *fmt, ...) argument
57 void k5_vset_error(struct errinfo *ep, long code, const char *fmt,
64 const char *k5_get_error(struct errinfo *ep, long code);
65 void k5_free_error(struct errinfo *ep, const char *msg);
66 void k5_clear_error(struct errinfo *ep);
H A Dk5-plugin.h90 krb5int_open_plugin (const char *, struct plugin_file_handle **, struct errinfo *);
96 struct errinfo *);
100 void (**)(), struct errinfo *);
105 struct plugin_dir_handle *, struct errinfo *);
111 void ***, struct errinfo *);
117 void (***)(void), struct errinfo *);
/dports/security/krb5/krb5-1.19.2/src/include/
H A Dk5-err.h45 struct errinfo { struct
51 void k5_set_error(struct errinfo *ep, long code, const char *fmt, ...) argument
57 void k5_vset_error(struct errinfo *ep, long code, const char *fmt,
64 const char *k5_get_error(struct errinfo *ep, long code);
65 void k5_free_error(struct errinfo *ep, const char *msg);
66 void k5_clear_error(struct errinfo *ep);
H A Dk5-plugin.h90 krb5int_open_plugin (const char *, struct plugin_file_handle **, struct errinfo *);
96 struct errinfo *);
100 void (**)(), struct errinfo *);
105 struct plugin_dir_handle *, struct errinfo *);
111 void ***, struct errinfo *);
117 void (***)(void), struct errinfo *);
/dports/astro/siril/siril/src/io/
H A Dfilms.c75 film->errinfo.Buffer = film->errmsg;
76 film->errinfo.BufferSize = FILM_ERROR_LENGTH;
77 film->errinfo.ErrorType = FFMS_ERROR_SUCCESS;
78 film->errinfo.SubType = FFMS_ERROR_SUCCESS;
90 index = FFMS_ReadIndex(idxfilename, &film->errinfo);
94 indexer = FFMS_CreateIndexer(sourcefile, &film->errinfo);
99 FFMS_IEH_ABORT, NULL, NULL, &film->errinfo);
109 index = FFMS_DoIndexing2(indexer, FFMS_IEH_ABORT, &film->errinfo);
119 if (FFMS_WriteIndex(idxfilename, index, &film->errinfo)) {
127 int trackno = FFMS_GetFirstTrackOfType(index, FFMS_TYPE_VIDEO, &film->errinfo);
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/support/
H A Derrors.c39 k5_set_error(struct errinfo *ep, long code, const char *fmt, ...) in k5_set_error()
49 k5_vset_error(struct errinfo *ep, long code, const char *fmt, va_list args) in k5_vset_error()
68 k5_get_error(struct errinfo *ep, long code) in k5_get_error()
102 k5_free_error(struct errinfo *ep, const char *msg) in k5_free_error()
109 k5_clear_error(struct errinfo *ep) in k5_clear_error()
/dports/security/krb5/krb5-1.19.2/src/util/support/
H A Derrors.c39 k5_set_error(struct errinfo *ep, long code, const char *fmt, ...) in k5_set_error()
49 k5_vset_error(struct errinfo *ep, long code, const char *fmt, va_list args) in k5_vset_error()
68 k5_get_error(struct errinfo *ep, long code) in k5_get_error()
102 k5_free_error(struct errinfo *ep, const char *msg) in k5_free_error()
109 k5_clear_error(struct errinfo *ep) in k5_clear_error()
/dports/devel/pear-PHPTAL/PHPTAL-1.3.0/
H A Dphptal_lint.php109 foreach ($errors as $errinfo) {
110 if ($errinfo[0] !== $last_dir) {
111 echo "In ", $errinfo[0], ":\n";
112 $last_dir = $errinfo[0];
114 echo $errinfo[1], ": ", $errinfo[2], ' (line ', $errinfo[3], ')';
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/gssapi/mechglue/
H A Dg_initialize.c676 struct errinfo errinfo; \
678 memset(&errinfo, 0, sizeof(errinfo)); \
682 &errinfo) || errinfo.code) { \
795 struct errinfo errinfo; \
796 memset(&errinfo, 0, sizeof(errinfo)); \
801 &errinfo) || errinfo.code) { \
926 struct errinfo errinfo; in loadInterMech() local
934 memset(&errinfo, 0, sizeof(errinfo)); in loadInterMech()
937 errinfo.code != 0) { in loadInterMech()
1126 struct errinfo errinfo; in gssint_get_mechanism() local
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/gssapi/mechglue/
H A Dg_initialize.c676 struct errinfo errinfo; \
678 memset(&errinfo, 0, sizeof(errinfo)); \
682 &errinfo) || errinfo.code) { \
795 struct errinfo errinfo; \
796 memset(&errinfo, 0, sizeof(errinfo)); \
801 &errinfo) || errinfo.code) { \
926 struct errinfo errinfo; in loadInterMech() local
934 memset(&errinfo, 0, sizeof(errinfo)); in loadInterMech()
937 errinfo.code != 0) { in loadInterMech()
1126 struct errinfo errinfo; in gssint_get_mechanism() local
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/transam/
H A Dxlogutils.c835 WALReadError errinfo; in read_local_xlog_page() local
943 &errinfo)) in read_local_xlog_page()
944 WALReadRaiseError(&errinfo); in read_local_xlog_page()
955 WALReadRaiseError(WALReadError *errinfo) in WALReadRaiseError() argument
957 WALOpenSegment *seg = &errinfo->wre_seg; in WALReadRaiseError()
962 if (errinfo->wre_read < 0) in WALReadRaiseError()
964 errno = errinfo->wre_errno; in WALReadRaiseError()
968 fname, errinfo->wre_off))); in WALReadRaiseError()
970 else if (errinfo->wre_read == 0) in WALReadRaiseError()
975 fname, errinfo->wre_off, errinfo->wre_read, in WALReadRaiseError()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/transam/
H A Dxlogutils.c835 WALReadError errinfo; in read_local_xlog_page() local
943 &errinfo)) in read_local_xlog_page()
944 WALReadRaiseError(&errinfo); in read_local_xlog_page()
955 WALReadRaiseError(WALReadError *errinfo) in WALReadRaiseError() argument
957 WALOpenSegment *seg = &errinfo->wre_seg; in WALReadRaiseError()
962 if (errinfo->wre_read < 0) in WALReadRaiseError()
964 errno = errinfo->wre_errno; in WALReadRaiseError()
968 fname, errinfo->wre_off))); in WALReadRaiseError()
970 else if (errinfo->wre_read == 0) in WALReadRaiseError()
975 fname, errinfo->wre_off, errinfo->wre_read, in WALReadRaiseError()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/transam/
H A Dxlogutils.c835 WALReadError errinfo; in read_local_xlog_page() local
943 &errinfo)) in read_local_xlog_page()
944 WALReadRaiseError(&errinfo); in read_local_xlog_page()
955 WALReadRaiseError(WALReadError *errinfo) in WALReadRaiseError() argument
957 WALOpenSegment *seg = &errinfo->wre_seg; in WALReadRaiseError()
962 if (errinfo->wre_read < 0) in WALReadRaiseError()
964 errno = errinfo->wre_errno; in WALReadRaiseError()
968 fname, errinfo->wre_off))); in WALReadRaiseError()
970 else if (errinfo->wre_read == 0) in WALReadRaiseError()
975 fname, errinfo->wre_off, errinfo->wre_read, in WALReadRaiseError()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/transam/
H A Dxlogutils.c835 WALReadError errinfo; in read_local_xlog_page() local
943 &errinfo)) in read_local_xlog_page()
944 WALReadRaiseError(&errinfo); in read_local_xlog_page()
955 WALReadRaiseError(WALReadError *errinfo) in WALReadRaiseError() argument
957 WALOpenSegment *seg = &errinfo->wre_seg; in WALReadRaiseError()
962 if (errinfo->wre_read < 0) in WALReadRaiseError()
964 errno = errinfo->wre_errno; in WALReadRaiseError()
968 fname, errinfo->wre_off))); in WALReadRaiseError()
970 else if (errinfo->wre_read == 0) in WALReadRaiseError()
975 fname, errinfo->wre_off, errinfo->wre_read, in WALReadRaiseError()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/access/transam/
H A Dxlogutils.c835 WALReadError errinfo; in read_local_xlog_page() local
943 &errinfo)) in read_local_xlog_page()
944 WALReadRaiseError(&errinfo); in read_local_xlog_page()
955 WALReadRaiseError(WALReadError *errinfo) in WALReadRaiseError() argument
957 WALOpenSegment *seg = &errinfo->wre_seg; in WALReadRaiseError()
962 if (errinfo->wre_read < 0) in WALReadRaiseError()
964 errno = errinfo->wre_errno; in WALReadRaiseError()
968 fname, errinfo->wre_off))); in WALReadRaiseError()
970 else if (errinfo->wre_read == 0) in WALReadRaiseError()
975 fname, errinfo->wre_off, errinfo->wre_read, in WALReadRaiseError()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/transam/
H A Dxlogutils.c839 WALReadError errinfo; in read_local_xlog_page() local
947 &errinfo)) in read_local_xlog_page()
948 WALReadRaiseError(&errinfo); in read_local_xlog_page()
959 WALReadRaiseError(WALReadError *errinfo) in WALReadRaiseError() argument
961 WALOpenSegment *seg = &errinfo->wre_seg; in WALReadRaiseError()
966 if (errinfo->wre_read < 0) in WALReadRaiseError()
968 errno = errinfo->wre_errno; in WALReadRaiseError()
972 fname, errinfo->wre_off))); in WALReadRaiseError()
974 else if (errinfo->wre_read == 0) in WALReadRaiseError()
979 fname, errinfo->wre_off, errinfo->wre_read, in WALReadRaiseError()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/access/transam/
H A Dxlogutils.c835 WALReadError errinfo; in read_local_xlog_page() local
943 &errinfo)) in read_local_xlog_page()
944 WALReadRaiseError(&errinfo); in read_local_xlog_page()
955 WALReadRaiseError(WALReadError *errinfo) in WALReadRaiseError() argument
957 WALOpenSegment *seg = &errinfo->wre_seg; in WALReadRaiseError()
962 if (errinfo->wre_read < 0) in WALReadRaiseError()
964 errno = errinfo->wre_errno; in WALReadRaiseError()
968 fname, errinfo->wre_off))); in WALReadRaiseError()
970 else if (errinfo->wre_read == 0) in WALReadRaiseError()
975 fname, errinfo->wre_off, errinfo->wre_read, in WALReadRaiseError()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/transam/
H A Dxlogutils.c839 WALReadError errinfo; in read_local_xlog_page() local
947 &errinfo)) in read_local_xlog_page()
948 WALReadRaiseError(&errinfo); in read_local_xlog_page()
959 WALReadRaiseError(WALReadError *errinfo) in WALReadRaiseError() argument
961 WALOpenSegment *seg = &errinfo->wre_seg; in WALReadRaiseError()
966 if (errinfo->wre_read < 0) in WALReadRaiseError()
968 errno = errinfo->wre_errno; in WALReadRaiseError()
972 fname, errinfo->wre_off))); in WALReadRaiseError()
974 else if (errinfo->wre_read == 0) in WALReadRaiseError()
979 fname, errinfo->wre_off, errinfo->wre_read, in WALReadRaiseError()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/access/transam/
H A Dxlogutils.c835 WALReadError errinfo; in read_local_xlog_page() local
943 &errinfo)) in read_local_xlog_page()
944 WALReadRaiseError(&errinfo); in read_local_xlog_page()
955 WALReadRaiseError(WALReadError *errinfo) in WALReadRaiseError() argument
957 WALOpenSegment *seg = &errinfo->wre_seg; in WALReadRaiseError()
962 if (errinfo->wre_read < 0) in WALReadRaiseError()
964 errno = errinfo->wre_errno; in WALReadRaiseError()
968 fname, errinfo->wre_off))); in WALReadRaiseError()
970 else if (errinfo->wre_read == 0) in WALReadRaiseError()
975 fname, errinfo->wre_off, errinfo->wre_read, in WALReadRaiseError()
[all …]

12345678910>>...19