OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remap_dst
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libcpp/
macro.cc
491
static char **
remap_dst
;
variable
508
remap_dst
= (char **) xrealloc(
remap_dst
, sizeof(char *) * (remap_pairs + 1));
513
remap_dst
[remap_pairs] = xstrdup(arg_dst);
528
return
remap_dst
[i];
532
len = strlen (
remap_dst
[i]);
534
memcpy(result,
remap_dst
[i], len);
/src/external/gpl3/gcc.old/dist/libcpp/
macro.cc
488
static char **
remap_dst
;
variable
505
remap_dst
= (char **) xrealloc(
remap_dst
, sizeof(char *) * (remap_pairs + 1));
510
remap_dst
[remap_pairs] = xstrdup(arg_dst);
525
return
remap_dst
[i];
529
len = strlen (
remap_dst
[i]);
531
memcpy(result,
remap_dst
[i], len);
Completed in 166 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026