OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scope_length
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
cp-namespace.c
1018
int
scope_length
= length + cp_find_first_component (scope + length);
local
1023
if (scope[
scope_length
] == ':')
1027
scope_length
+ 2);
1033
full_name = (char *) alloca (
scope_length
+ 2 + strlen (name) + 1);
1034
strncpy (full_name, scope,
scope_length
);
1035
memcpy (full_name +
scope_length
, "::", 2);
1036
strcpy (full_name +
scope_length
+ 2, name);
/src/external/gpl3/gdb/dist/gdb/
cp-namespace.c
1020
int
scope_length
= length + cp_find_first_component (scope + length);
local
1025
if (scope[
scope_length
] == ':')
1029
scope_length
+ 2);
1035
full_name = (char *) alloca (
scope_length
+ 2 + strlen (name) + 1);
1036
strncpy (full_name, scope,
scope_length
);
1037
memcpy (full_name +
scope_length
, "::", 2);
1038
strcpy (full_name +
scope_length
+ 2, name);
Completed in 45 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026