Home
last modified time | relevance | path

Searched refs:dbgfn (Results 1 – 22 of 22) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/src/platform/vms/
H A Dentropy.c166 static char *dbgfn; variable
217 dbgfn = getenv("PARROT_RND_DEBUG"); in rndvms_gather_random()
218 if (dbgfn != NULL) in rndvms_gather_random()
220 if (strcmp(dbgfn, "-") == 0) in rndvms_gather_random()
226 dbgfp = fopen(dbgfn, "w"); in rndvms_gather_random()
231 dbgfn, strerror(errno)); in rndvms_gather_random()
/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/
H A Dlineinfo2.pp74 dbgfn : string;
92 if ReadDebugLink(e,dbgfn) then
95 if not OpenExeFile(e,dbgfn) then
/dports/lang/fpc-source/fpc-3.2.2/rtl/inc/
H A Dexeinfo.pp57 function ReadDebugLink(var e:TExeFile;var dbgfn:string):boolean;
1351 function ReadDebugLink(var e:TExeFile;var dbgfn:string):boolean;
1367 dbgfn:=strpas(dbglink);
1368 if length(dbgfn)=0 then
1370 i:=align(length(dbgfn)+1,4);
1375 if CheckDbgFile(e,dbgfn,dbgcrc) then
1386 dbgfn:=copy(e.filename,1,i)+dbgfn;
1387 if CheckDbgFile(e,dbgfn,dbgcrc) then
H A Dlineinfo.pp91 dbgfn : string;
137 if ReadDebugLink(e,dbgfn) then
140 if not OpenExeFile(e,dbgfn) then
H A Dlnfodwrf.pp245 dbgfn : string;
309 if ReadDebugLink(e,dbgfn) then
312 if not OpenExeFile(e,dbgfn) then
/dports/lang/fpc/fpc-3.2.2/rtl/inc/
H A Dexeinfo.pp57 function ReadDebugLink(var e:TExeFile;var dbgfn:string):boolean;
1351 function ReadDebugLink(var e:TExeFile;var dbgfn:string):boolean;
1367 dbgfn:=strpas(dbglink);
1368 if length(dbgfn)=0 then
1370 i:=align(length(dbgfn)+1,4);
1375 if CheckDbgFile(e,dbgfn,dbgcrc) then
1386 dbgfn:=copy(e.filename,1,i)+dbgfn;
1387 if CheckDbgFile(e,dbgfn,dbgcrc) then
H A Dlineinfo.pp91 dbgfn : string;
137 if ReadDebugLink(e,dbgfn) then
140 if not OpenExeFile(e,dbgfn) then
H A Dlnfodwrf.pp245 dbgfn : string;
309 if ReadDebugLink(e,dbgfn) then
312 if not OpenExeFile(e,dbgfn) then
/dports/lang/fpc-utils/fpc-3.2.2/rtl/inc/
H A Dexeinfo.pp57 function ReadDebugLink(var e:TExeFile;var dbgfn:string):boolean;
1351 function ReadDebugLink(var e:TExeFile;var dbgfn:string):boolean;
1367 dbgfn:=strpas(dbglink);
1368 if length(dbgfn)=0 then
1370 i:=align(length(dbgfn)+1,4);
1375 if CheckDbgFile(e,dbgfn,dbgcrc) then
1386 dbgfn:=copy(e.filename,1,i)+dbgfn;
1387 if CheckDbgFile(e,dbgfn,dbgcrc) then
H A Dlineinfo.pp91 dbgfn : string;
137 if ReadDebugLink(e,dbgfn) then
140 if not OpenExeFile(e,dbgfn) then
H A Dlnfodwrf.pp245 dbgfn : string;
309 if ReadDebugLink(e,dbgfn) then
312 if not OpenExeFile(e,dbgfn) then
/dports/editors/fpc-ide/fpc-3.2.2/rtl/inc/
H A Dexeinfo.pp57 function ReadDebugLink(var e:TExeFile;var dbgfn:string):boolean;
1351 function ReadDebugLink(var e:TExeFile;var dbgfn:string):boolean;
1367 dbgfn:=strpas(dbglink);
1368 if length(dbgfn)=0 then
1370 i:=align(length(dbgfn)+1,4);
1375 if CheckDbgFile(e,dbgfn,dbgcrc) then
1386 dbgfn:=copy(e.filename,1,i)+dbgfn;
1387 if CheckDbgFile(e,dbgfn,dbgcrc) then
H A Dlineinfo.pp91 dbgfn : string;
137 if ReadDebugLink(e,dbgfn) then
140 if not OpenExeFile(e,dbgfn) then
H A Dlnfodwrf.pp245 dbgfn : string;
309 if ReadDebugLink(e,dbgfn) then
312 if not OpenExeFile(e,dbgfn) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/leakview/
H A Ddbginforeader.pas22 filename, dbgfn : string;
876 if ReadDebugLink(e,dbgfn) then
879 if not OpenExeFile(e,dbgfn) then
/dports/editors/lazarus/lazarus/components/leakview/
H A Ddbginforeader.pas22 filename, dbgfn : string;
876 if ReadDebugLink(e,dbgfn) then
879 if not OpenExeFile(e,dbgfn) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/leakview/
H A Ddbginforeader.pas22 filename, dbgfn : string;
876 if ReadDebugLink(e,dbgfn) then
879 if not OpenExeFile(e,dbgfn) then
/dports/editors/lazarus-qt5/lazarus/components/leakview/
H A Ddbginforeader.pas22 filename, dbgfn : string;
876 if ReadDebugLink(e,dbgfn) then
879 if not OpenExeFile(e,dbgfn) then
/dports/devel/simgear/simgear-2020.3.11/3rdparty/udns/
H A Dudns_resolver.c379 void dns_set_dbgfn(struct dns_ctx *ctx, dns_dbgfn *dbgfn) { in dns_set_dbgfn() argument
381 ctx->dnsc_udbgfn = dbgfn; in dns_set_dbgfn()
H A Dudns.h437 dns_set_dbgfn(struct dns_ctx *ctx, dns_dbgfn *dbgfn);
/dports/dns/udns/udns-0.4/
H A Dudns_resolver.c379 void dns_set_dbgfn(struct dns_ctx *ctx, dns_dbgfn *dbgfn) { in dns_set_dbgfn() argument
381 ctx->dnsc_udbgfn = dbgfn; in dns_set_dbgfn()
H A Dudns.h436 dns_set_dbgfn(struct dns_ctx *ctx, dns_dbgfn *dbgfn);