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

/haiku-buildtools/gcc/gcc/go/
H A Dgospec.c291 int baselen; local
296 baselen = strlen (base) - 3;
297 alen = baselen + 3;
299 memcpy (out, base, baselen);
302 out[baselen] = '.';
304 out[baselen + 1] = 's';
306 out[baselen + 1] = 'o';
307 out[baselen + 2] = '\0';
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/rope/
H A D3.cc47 int baselen = sizeof(base) - 1; variable
/haiku-buildtools/legacy/gcc/gcc/
H A Dcpplib.c2730 int baselen, thislen;
2756 baselen = index (sym, '(') - sym;
2764 base = cpp_lookup (pfile, sym, baselen, -1);
2766 base = cpp_install (pfile, sym, baselen, T_ASSERT, 0, -1);
2795 long baselen, thislen;
2832 baselen = index (sym, '(') - sym;
2833 base = cpp_lookup (pfile, sym, baselen, -1);
2727 int baselen, thislen; local
2792 long baselen, thislen; local
/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c2609 unsigned long baselen, fieldlen; local
2620 || ! ieee_require_atn65 (info, pp, &basename, &baselen)
2642 basecopy = savestring (basename, baselen);
3106 unsigned long vnamelen, baselen; local
3113 || ! ieee_require_atn65 (info, pp, &basename, &baselen)
3124 if (baselen == 0)
3130 basecopy = savestring (basename, baselen);
/haiku-buildtools/binutils/binutils/
H A Dieee.c2619 unsigned long baselen, fieldlen; local
2630 || ! ieee_require_atn65 (info, pp, &base, &baselen)
2652 basecopy = savestring (base, baselen);
3116 unsigned long vnamelen, baselen; local
3123 || ! ieee_require_atn65 (info, pp, &base, &baselen)
3134 if (baselen == 0)
3140 basecopy = savestring (base, baselen);

Completed in 192 milliseconds