Searched refs:scope_length (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dcp-namespace.c606 int scope_length = length + cp_find_first_component (scope + length); local
611 if (scope[scope_length] == ':')
614 = cp_lookup_transparent_type_loop (name, scope, scope_length + 2);
619 full_name = alloca (scope_length + 2 + strlen (name) + 1);
620 strncpy (full_name, scope, scope_length);
621 strncpy (full_name + scope_length, "::", 2);
622 strcpy (full_name + scope_length + 2, name);

Completed in 87 milliseconds