OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exclude_string
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
pe-dll.c
588
char *
exclude_string
;
local
592
exclude_string
= strtok (local_copy, ",:");
593
for (;
exclude_string
;
exclude_string
= strtok (NULL, ",:"))
598
new_exclude->string = xmalloc (strlen (
exclude_string
) + 1);
599
strcpy (new_exclude->string,
exclude_string
);
/src/external/gpl3/binutils.old/dist/ld/
pe-dll.c
561
char *
exclude_string
;
local
565
exclude_string
= strtok (local_copy, ",:");
566
for (;
exclude_string
;
exclude_string
= strtok (NULL, ",:"))
571
new_exclude->string = xmalloc (strlen (
exclude_string
) + 1);
572
strcpy (new_exclude->string,
exclude_string
);
/src/external/gpl3/binutils/dist/binutils/
dlltool.c
1456
char *
exclude_string
;
local
1460
exclude_string
= strtok (local_copy, ",:");
1461
for (;
exclude_string
;
exclude_string
= strtok (NULL, ",:"))
1465
if (*
exclude_string
== '@')
1466
new_exclude->string = xstrdup (
exclude_string
);
1469
exclude_string
);
1474
inform (_("Excluding symbol: %s"),
exclude_string
);
/src/external/gpl3/binutils.old/dist/binutils/
dlltool.c
1455
char *
exclude_string
;
local
1459
exclude_string
= strtok (local_copy, ",:");
1460
for (;
exclude_string
;
exclude_string
= strtok (NULL, ",:"))
1464
if (*
exclude_string
== '@')
1465
new_exclude->string = xstrdup (
exclude_string
);
1468
exclude_string
);
1473
inform (_("Excluding symbol: %s"),
exclude_string
);
Completed in 39 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026