Searched refs:buffer1 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/libevent/ |
| H A D | evbuffer-internal.h | 293 #define EVBUFFER_LOCK2(buffer1, buffer2) \ argument 295 EVLOCK_LOCK2((buffer1)->lock, (buffer2)->lock, 0, 0); \ 297 #define EVBUFFER_UNLOCK2(buffer1, buffer2) \ argument 299 EVLOCK_UNLOCK2((buffer1)->lock, (buffer2)->lock, 0, 0); \
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | evbuffer-internal.h | 293 #define EVBUFFER_LOCK2(buffer1, buffer2) \ argument 295 EVLOCK_LOCK2((buffer1)->lock, (buffer2)->lock, 0, 0); \ 297 #define EVBUFFER_UNLOCK2(buffer1, buffer2) \ argument 299 EVLOCK_UNLOCK2((buffer1)->lock, (buffer2)->lock, 0, 0); \
|
| /freebsd-12.1/contrib/diff/src/ |
| H A D | 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()
|
| H A D | 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()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | 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()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | 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()
|
| H A D | ChangeLog-9495 | 4150 * ecoff.c (ecoff_type_to_string): Local variable `buffer1' doesn't
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | refclock_parse.c | 4633 char buffer1[128]; in gps16x_message() local 4634 mkreadable(buffer1, sizeof(buffer1), gps_ascii_msg.s, strlen(gps_ascii_msg.s), (int)0); in gps16x_message() 4636 snprintf(buffer, sizeof(buffer), "gps_message=\"%s\"", buffer1); in gps16x_message()
|