Searched refs:buffer1 (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/diff/src/ |
| HD | io.c | 573 char *p0, *p1, *buffer0, *buffer1; in find_identical_ends() local 602 p1 = buffer1 = (char *) w1; in find_identical_ends() 635 (buffer1 + n1 - filevec[1].missing_newline < p1))) in find_identical_ends() 655 p1 = buffer1 + n1; in find_identical_ends() 682 (buffer1 == p1 || p1[-1] == '\n')); in find_identical_ends() 755 suffix_guess = guess_lines (lines, p0 - buffer0, buffer1 + n1 - p1); in find_identical_ends() 773 linbuf1[i] = linbuf0[i] - buffer0 + buffer1; in find_identical_ends()
|
| HD | cmp.c | 378 word *buffer1 = buffer[1]; in cmp() local 380 char *buf1 = (char *) buffer1; in cmp() 450 ? block_compare_and_count (buffer0, buffer1, &line_number) in cmp() 451 : block_compare (buffer0, buffer1)); in cmp()
|
| /trueos/contrib/gcc/ |
| HD | mips-tdump.c | 438 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()
|
| /trueos/contrib/binutils/bfd/ |
| HD | ecoff.c | 1061 char buffer1[1024]; in ecoff_type_to_string() local 1063 char *p1 = buffer1; in ecoff_type_to_string() 1230 p1 += strlen (buffer1); in ecoff_type_to_string() 1239 p1 += strlen (buffer1); in ecoff_type_to_string() 1335 strcpy (p2, buffer1); in ecoff_type_to_string()
|
| HD | ChangeLog-9495 | 4150 * ecoff.c (ecoff_type_to_string): Local variable `buffer1' doesn't
|
| /trueos/contrib/ntp/ntpd/ |
| HD | refclock_parse.c | 4429 char buffer1[128]; in gps16x_message() local 4430 mkreadable(buffer1, sizeof(buffer1), gps_ascii_msg.s, strlen(gps_ascii_msg.s), (int)0); in gps16x_message() 4432 snprintf(buffer, sizeof(buffer), "gps_message=\"%s\"", buffer1); in gps16x_message()
|