OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quotedarg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
windres.c
782
const char *
quotedarg
;
881
quotedarg
= quot (optarg);
882
preprocargs = xstrdup (
quotedarg
);
888
quotedarg
= quot (optarg);
889
n = xmalloc (strlen (preprocargs) + strlen (
quotedarg
) + 2);
890
sprintf (n, "%s %s", preprocargs,
quotedarg
);
900
quotedarg
= quot (optarg);
901
preprocargs = xmalloc (strlen (
quotedarg
) + 3);
902
sprintf (preprocargs, "-%c%s", c,
quotedarg
);
908
quotedarg
= quot (optarg)
777
const char *
quotedarg
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
windres.c
782
const char *
quotedarg
;
881
quotedarg
= quot (optarg);
882
preprocargs = xstrdup (
quotedarg
);
888
quotedarg
= quot (optarg);
889
n = xmalloc (strlen (preprocargs) + strlen (
quotedarg
) + 2);
890
sprintf (n, "%s %s", preprocargs,
quotedarg
);
900
quotedarg
= quot (optarg);
901
preprocargs = xmalloc (strlen (
quotedarg
) + 3);
902
sprintf (preprocargs, "-%c%s", c,
quotedarg
);
908
quotedarg
= quot (optarg)
777
const char *
quotedarg
;
local
[
all
...]
Completed in 55 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026