Home
last modified time | relevance | path

Searched refs:buffer1 (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/diff/
H A Dio.c417 char *p0, *p1, *buffer0, *buffer1; local
440 p1 = buffer1 = filevec[1].buffer;
478 (buffer1 + n1 - filevec[1].missing_newline < p1))
498 p1 = buffer1 + n1;
526 (buffer1 == p1 || p1[-1] == '\n'));
592 tem = prefix_count ? filevec[1].suffix_begin - buffer1 : n1;
596 + GUESS_LINES (lines, filevec[1].prefix_end - buffer1, tem)
611 linbuf1[i] = linbuf0[i] - buffer0 + buffer1;
/openbsd-src/gnu/gcc/gcc/
H A Dmips-tdump.c438 static char buffer1[1024]; in type_to_string() local
440 char *p1 = buffer1; in type_to_string()
610 p1 += strlen (buffer1); in type_to_string()
622 p1 += strlen (buffer1); in type_to_string()
728 strcpy (p2, buffer1); in type_to_string()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dmips-tdump.c430 static char buffer1[1024]; local
432 char *p1 = buffer1;
602 p1 += strlen (buffer1);
614 p1 += strlen (buffer1);
720 strcpy (p2, buffer1);
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dmoney_get_members_wchar_t.cc428 wstring buffer1(L"123"); in test06() local
439 wistringstream fmt1(buffer1); in test06()
442 VERIFY( val == buffer1 ); in test06()
H A Dmoney_get_members_char.cc427 string buffer1("123"); in test06() local
438 istringstream fmt1(buffer1); in test06()
441 VERIFY( val == buffer1 ); in test06()
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-mmix.texi384 buffer1 BYTE 0,0,0,0,0
387 GREG buffer1
392 allocated for @samp{buffer1}, and the @samp{Z} field will have the value
393 5, the offset from @samp{buffer1} to @samp{buffer2}. The result is
396 buffer1 BYTE 0,0,0,0,0
399 tmpreg GREG buffer1
400 LDOU $42,tmpreg,(buffer2-buffer1)
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-mmix.texi384 buffer1 BYTE 0,0,0,0,0
387 GREG buffer1
392 allocated for @samp{buffer1}, and the @samp{Z} field will have the value
393 5, the offset from @samp{buffer1} to @samp{buffer2}. The result is
396 buffer1 BYTE 0,0,0,0,0
399 tmpreg GREG buffer1
400 LDOU $42,tmpreg,(buffer2-buffer1)
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dobj-coff.c3619 char *buffer1 = xmalloc (symtable_size + string_byte_count + 1); in write_object_file() local
3622 w_symbols (abfd, buffer1, symbol_rootP); in write_object_file()
3624 w_strings (buffer1 + symtable_size); in write_object_file()
3625 bfd_bwrite (buffer1, (bfd_size_type) symtable_size + string_byte_count, in write_object_file()
3627 free (buffer1); in write_object_file()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Decoff.c1062 char buffer1[1024]; in ecoff_type_to_string() local
1064 char *p1 = buffer1; in ecoff_type_to_string()
1231 p1 += strlen (buffer1); in ecoff_type_to_string()
1240 p1 += strlen (buffer1); in ecoff_type_to_string()
1336 strcpy (p2, buffer1); in ecoff_type_to_string()
H A DChangeLog-94954150 * ecoff.c (ecoff_type_to_string): Local variable `buffer1' doesn't
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Decoff.c1174 char buffer1[1024]; local
1176 char *p1 = buffer1;
1343 p1 += strlen (buffer1);
1352 p1 += strlen (buffer1);
1448 strcpy (p2, buffer1);
H A DChangeLog-94954150 * ecoff.c (ecoff_type_to_string): Local variable `buffer1' doesn't