OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:finished_annex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
remote.c
642
char *
finished_annex
= nullptr;
variable
1704
xfree (this->
finished_annex
);
11698
&& strcmp (annex ? annex : "", rs->
finished_annex
) == 0
11706
xfree (rs->
finished_annex
);
11708
rs->
finished_annex
= NULL;
11750
rs->
finished_annex
= xstrdup (annex ? annex : "");
/src/external/gpl3/gdb.old/dist/gdb/
remote.c
619
char *
finished_annex
= nullptr;
variable
1660
xfree (this->
finished_annex
);
11602
&& strcmp (annex ? annex : "", rs->
finished_annex
) == 0
11610
xfree (rs->
finished_annex
);
11612
rs->
finished_annex
= NULL;
11654
rs->
finished_annex
= xstrdup (annex ? annex : "");
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026