Home
last modified time | relevance | path

Searched refs:errorid (Results 1 – 25 of 59) sorted by relevance

123

/dports/astro/routino/routino-3.3.3/extras/errorlog/
H A Dsummarise-log.pl46 my $errorid="";
51 $errorid="($1 $2 $3)";
58 $errorid="($1 $2)";
65 $errorid="($1 $2)";
72 $errorid="($1 $2)";
80 $errorid="($1 $2)";
88 $errorid=$1;
95 $errorid=$1;
102 $errorid=$1;
109 $errorid="ERROR";
[all …]
/dports/devel/cdash/CDash-2-2-3/
H A DviewBuildError.php149 $errorid = 0; variable
153 $lxml .= add_XML_value("id",$errorid);
169 $errorid++;
186 $lxml .= add_XML_value("id",$errorid);
244 $errorid++;
261 $errorid = 0; variable
265 $lxml .= add_XML_value("id",$errorid);
280 $errorid++;
291 $lxml .= add_XML_value("id",$errorid);
348 $errorid++;
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Dnetwork.c627 int errorid; in wpurple_get_connected_network_count() local
636 errorid = WSAGetLastError(); in wpurple_get_connected_network_count()
640 msg, errorid); in wpurple_get_connected_network_count()
657 errorid = WSAGetLastError(); in wpurple_get_connected_network_count()
658 if (errorid == WSAEFAULT) { in wpurple_get_connected_network_count()
673 if (!(errorid == WSA_E_NO_MORE || errorid == WSAENOMORE)) { in wpurple_get_connected_network_count()
731 int errorid = WSAGetLastError(); in wpurple_network_change_thread() local
767 msg, errorid)); in wpurple_network_change_thread()
797 msg, errorid)); in wpurple_network_change_thread()
831 if (errorid == WSAEFAULT) { in wpurple_network_change_thread()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Dnetwork.c627 int errorid; in wpurple_get_connected_network_count() local
636 errorid = WSAGetLastError(); in wpurple_get_connected_network_count()
640 msg, errorid); in wpurple_get_connected_network_count()
657 errorid = WSAGetLastError(); in wpurple_get_connected_network_count()
658 if (errorid == WSAEFAULT) { in wpurple_get_connected_network_count()
673 if (!(errorid == WSA_E_NO_MORE || errorid == WSAENOMORE)) { in wpurple_get_connected_network_count()
731 int errorid = WSAGetLastError(); in wpurple_network_change_thread() local
767 msg, errorid)); in wpurple_network_change_thread()
797 msg, errorid)); in wpurple_network_change_thread()
831 if (errorid == WSAEFAULT) { in wpurple_network_change_thread()
[all …]
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Dnetwork.c627 int errorid; in wpurple_get_connected_network_count() local
636 errorid = WSAGetLastError(); in wpurple_get_connected_network_count()
640 msg, errorid); in wpurple_get_connected_network_count()
657 errorid = WSAGetLastError(); in wpurple_get_connected_network_count()
658 if (errorid == WSAEFAULT) { in wpurple_get_connected_network_count()
673 if (!(errorid == WSA_E_NO_MORE || errorid == WSAENOMORE)) { in wpurple_get_connected_network_count()
731 int errorid = WSAGetLastError(); in wpurple_network_change_thread() local
767 msg, errorid)); in wpurple_network_change_thread()
797 msg, errorid)); in wpurple_network_change_thread()
831 if (errorid == WSAEFAULT) { in wpurple_network_change_thread()
[all …]
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/
H A Dadmin_index.php342 if (isset($_GET['errorid'])
343 && $_GET['errorid'] != ''
346 $errid = $_GET['errorid'];
/dports/audio/libmpd/libmpd-11.8.17/example/testcase/
H A Dtestcase.c36 void error_callback(MpdObj *mi,int errorid, char *msg, void *userdata) in error_callback() argument
38 printf(RED"Error "RESET""GREEN"%i:"RESET" '%s'\n", errorid, msg); in error_callback()
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/templates/Sparkle/admin/index/
H A Dsend_error_report.tpl11 …<form method="post" action="{$linker->getLink(array('section' => 'index', 'errorid' => $errid))}" …
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/templates/Sparkle/customer/index/
H A Dsend_error_report.tpl11 …<form method="post" action="{$linker->getLink(array('section' => 'index', 'errorid' => $errid))}" …
/dports/astro/phd2/phd2-2.6.10/cameras/
H A Dvcap_vfw.h355 virtual bool VFW_CallbackOnError(const wxString &errortext, int errorid);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DStructuredClone.h87 typedef void (*StructuredCloneErrorOp)(JSContext* cx, uint32_t errorid);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DStructuredClone.h87 typedef void (*StructuredCloneErrorOp)(JSContext* cx, uint32_t errorid);
/dports/math/calc/calc-2.14.0.14/
H A Dcalc.h108 E_FUNC BOOL errorid(FILEID id);
/dports/shells/ksh93/ast-93u/src/cmd/nmake/
H A Doption.c95 { "errorid", OPT_errorid, (char*)&state.errorid, 0,
894 if (state.errorid) in setop()
895 sfprintf(internal.tmp, "%s/", state.errorid); in setop()
897 state.errorid = strdup(sfstruse(internal.tmp)); in setop()
898 sfprintf(internal.tmp, "%s [%s]", idname, state.errorid); in setop()
H A Dmain.c683 error(state.errorid ? 1 : 3, "a makefile must be specified when %s omitted", s); in main()
685 error(state.errorid ? 1 : 3, "a makefile must be specified"); in main()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/nmake/
H A Doption.c95 { "errorid", OPT_errorid, (char*)&state.errorid, 0,
894 if (state.errorid) in setop()
895 sfprintf(internal.tmp, "%s/", state.errorid); in setop()
897 state.errorid = strdup(sfstruse(internal.tmp)); in setop()
898 sfprintf(internal.tmp, "%s [%s]", idname, state.errorid); in setop()
H A Dmain.c683 error(state.errorid ? 1 : 3, "a makefile must be specified when %s omitted", s); in main()
685 error(state.errorid ? 1 : 3, "a makefile must be specified"); in main()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/nmake/
H A Doption.c95 { "errorid", OPT_errorid, (char*)&state.errorid, 0,
894 if (state.errorid) in setop()
895 sfprintf(internal.tmp, "%s/", state.errorid); in setop()
897 state.errorid = strdup(sfstruse(internal.tmp)); in setop()
898 sfprintf(internal.tmp, "%s [%s]", idname, state.errorid); in setop()
H A Dmain.c683 error(state.errorid ? 1 : 3, "a makefile must be specified when %s omitted", s); in main()
685 error(state.errorid ? 1 : 3, "a makefile must be specified"); in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DStructuredClone.h124 typedef void (*StructuredCloneErrorOp)(JSContext* cx, uint32_t errorid);
/dports/math/scilab/scilab-6.1.1/scilab/modules/mexlib/includes/
H A Dmex.h228 void mexErrMsgIdAndTxt(const char *errorid, const char *errormsg, ...);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A Ddefaultplugin.php809 public function processDBerror($errorid) argument
/dports/net/yaz/yaz-5.31.1/src/yaz/
H A Dodr.h169 YAZ_EXPORT void odr_seterror(ODR o, int errorno, int errorid);
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DStructuredClone.h268 typedef void (*StructuredCloneErrorOp)(JSContext* cx, uint32_t errorid);
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DStructuredClone.h279 typedef void (*StructuredCloneErrorOp)(JSContext* cx, uint32_t errorid,

123