Home
last modified time | relevance | path

Searched refs:scope_len (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcp-namespace.c80 int scope_len);
91 int scope_len);
367 int scope_len) in lookup_namespace_scope() argument
371 if (scope[scope_len] != '\0') in lookup_namespace_scope()
376 int new_scope_len = scope_len; in lookup_namespace_scope()
395 namespace = alloca (scope_len + 1); in lookup_namespace_scope()
396 strncpy (namespace, scope, scope_len); in lookup_namespace_scope()
397 namespace[scope_len] = '\0'; in lookup_namespace_scope()
H A Dada-lang.c4127 int scope_len; in xget_renaming_scope() local
4139 scope_len = last - name; in xget_renaming_scope()
4140 scope = (char *) xmalloc ((scope_len + 1) * sizeof (char)); in xget_renaming_scope()
4142 strncpy (scope, name, scope_len); in xget_renaming_scope()
4143 scope[scope_len] = '\0'; in xget_renaming_scope()