OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tracefh
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/mips/
interp.c
148
FILE *
tracefh
= NULL;
variable
820
tracefh
= fopen(tracefile,"wb+");
821
if (
tracefh
== NULL)
824
tracefh
= stderr;
840
if (
tracefh
!= NULL &&
tracefh
!= stderr)
841
fclose(
tracefh
);
842
tracefh
= NULL;
1726
FILE *
tracefh
,
1734
fprintf(
tracefh
,"%d %s ; width %d ; "
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/mips/
interp.c
148
FILE *
tracefh
= NULL;
variable
820
tracefh
= fopen(tracefile,"wb+");
821
if (
tracefh
== NULL)
824
tracefh
= stderr;
840
if (
tracefh
!= NULL &&
tracefh
!= stderr)
841
fclose(
tracefh
);
842
tracefh
= NULL;
1726
FILE *
tracefh
,
1734
fprintf(
tracefh
,"%d %s ; width %d ; "
[
all
...]
Completed in 28 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026