OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:excl_item
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
dlltool.c
1485
struct string_list *
excl_item
;
local
1487
for (
excl_item
= excludes;
excl_item
;
excl_item
=
excl_item
->next)
1488
if (strcmp (string,
excl_item
->string) == 0)
/src/external/gpl3/binutils.old/dist/binutils/
dlltool.c
1484
struct string_list *
excl_item
;
local
1486
for (
excl_item
= excludes;
excl_item
;
excl_item
=
excl_item
->next)
1487
if (strcmp (string,
excl_item
->string) == 0)
Completed in 25 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026