Home
last modified time | relevance | path

Searched refs:geterrortext (Results 1 – 17 of 17) sorted by relevance

/dports/news/husky-areafix/husky-areafix-1.9.20191207/ffma/
H A Derweiter.pas117 function geterrortext(x:word):string; in geterrortext() function
349 function geterrortext(x:word):string; in geterrortext() function
355 geterrortext:=errorcodes[i].s; exit;
358 geterrortext:='Error '+z2s(x);
H A Dffma.pas139 if err<>0 then begin logit(9,'Error while opening '+ffmauid+': '+geterrortext(err)); halt; end;
147 if err<>0 then begin logit(9,'Error while writing '+ffmauid+': '+geterrortext(err)); halt; end;
152 if err<>0 then begin logit(9,'Error while closing '+ffmauid+': '+geterrortext(err)); halt; end;
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/ffma/
H A Derweiter.pas117 function geterrortext(x:word):string; in geterrortext() function
349 function geterrortext(x:word):string; in geterrortext() function
355 geterrortext:=errorcodes[i].s; exit;
358 geterrortext:='Error '+z2s(x);
H A Dffma.pas139 if err<>0 then begin logit(9,'Error while opening '+ffmauid+': '+geterrortext(err)); halt; end;
147 if err<>0 then begin logit(9,'Error while writing '+ffmauid+': '+geterrortext(err)); halt; end;
152 if err<>0 then begin logit(9,'Error while closing '+ffmauid+': '+geterrortext(err)); halt; end;
/dports/news/husky-hpt/husky-hpt-1.9.20191207/ffma/
H A Derweiter.pas117 function geterrortext(x:word):string; in geterrortext() function
349 function geterrortext(x:word):string; in geterrortext() function
355 geterrortext:=errorcodes[i].s; exit;
358 geterrortext:='Error '+z2s(x);
H A Dffma.pas139 if err<>0 then begin logit(9,'Error while opening '+ffmauid+': '+geterrortext(err)); halt; end;
147 if err<>0 then begin logit(9,'Error while writing '+ffmauid+': '+geterrortext(err)); halt; end;
152 if err<>0 then begin logit(9,'Error while closing '+ffmauid+': '+geterrortext(err)); halt; end;
/dports/news/husky-htick/husky-htick-1.9.20191207/ffma/
H A Derweiter.pas117 function geterrortext(x:word):string; in geterrortext() function
349 function geterrortext(x:word):string; in geterrortext() function
355 geterrortext:=errorcodes[i].s; exit;
358 geterrortext:='Error '+z2s(x);
H A Dffma.pas139 if err<>0 then begin logit(9,'Error while opening '+ffmauid+': '+geterrortext(err)); halt; end;
147 if err<>0 then begin logit(9,'Error while writing '+ffmauid+': '+geterrortext(err)); halt; end;
152 if err<>0 then begin logit(9,'Error while closing '+ffmauid+': '+geterrortext(err)); halt; end;
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/ffma/
H A Derweiter.pas117 function geterrortext(x:word):string; in geterrortext() function
349 function geterrortext(x:word):string; in geterrortext() function
355 geterrortext:=errorcodes[i].s; exit;
358 geterrortext:='Error '+z2s(x);
H A Dffma.pas139 if err<>0 then begin logit(9,'Error while opening '+ffmauid+': '+geterrortext(err)); halt; end;
147 if err<>0 then begin logit(9,'Error while writing '+ffmauid+': '+geterrortext(err)); halt; end;
152 if err<>0 then begin logit(9,'Error while closing '+ffmauid+': '+geterrortext(err)); halt; end;
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/ffma/
H A Derweiter.pas117 function geterrortext(x:word):string; in geterrortext() function
349 function geterrortext(x:word):string; in geterrortext() function
355 geterrortext:=errorcodes[i].s; exit;
358 geterrortext:='Error '+z2s(x);
H A Dffma.pas139 if err<>0 then begin logit(9,'Error while opening '+ffmauid+': '+geterrortext(err)); halt; end;
147 if err<>0 then begin logit(9,'Error while writing '+ffmauid+': '+geterrortext(err)); halt; end;
152 if err<>0 then begin logit(9,'Error while closing '+ffmauid+': '+geterrortext(err)); halt; end;
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/ffma/
H A Derweiter.pas117 function geterrortext(x:word):string; in geterrortext() function
349 function geterrortext(x:word):string; in geterrortext() function
355 geterrortext:=errorcodes[i].s; exit;
358 geterrortext:='Error '+z2s(x);
H A Dffma.pas139 if err<>0 then begin logit(9,'Error while opening '+ffmauid+': '+geterrortext(err)); halt; end;
147 if err<>0 then begin logit(9,'Error while writing '+ffmauid+': '+geterrortext(err)); halt; end;
152 if err<>0 then begin logit(9,'Error while closing '+ffmauid+': '+geterrortext(err)); halt; end;
/dports/news/husky/husky-1.9.20191207/ffma/
H A Derweiter.pas117 function geterrortext(x:word):string; in geterrortext() function
349 function geterrortext(x:word):string; in geterrortext() function
355 geterrortext:=errorcodes[i].s; exit;
358 geterrortext:='Error '+z2s(x);
H A Dffma.pas139 if err<>0 then begin logit(9,'Error while opening '+ffmauid+': '+geterrortext(err)); halt; end;
147 if err<>0 then begin logit(9,'Error while writing '+ffmauid+': '+geterrortext(err)); halt; end;
152 if err<>0 then begin logit(9,'Error while closing '+ffmauid+': '+geterrortext(err)); halt; end;
/dports/sysutils/py-execnet/execnet-1.6.0/execnet/
H A Dgateway_base.py488 def geterrortext(excinfo, function
928 self._geterrortext = geterrortext