Searched refs:buffer1 (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/ntp/sntp/libevent/
H A Devbuffer-internal.h293 #define EVBUFFER_LOCK2(buffer1, buffer2) \
295 EVLOCK_LOCK2((buffer1)->lock, (buffer2)->lock, 0, 0); \
297 #define EVBUFFER_UNLOCK2(buffer1, buffer2) \
299 EVLOCK_UNLOCK2((buffer1)->lock, (buffer2)->lock, 0, 0); \
/freebsd-current/contrib/libevent/
H A Devbuffer-internal.h293 #define EVBUFFER_LOCK2(buffer1, buffer2) \
295 EVLOCK_LOCK2((buffer1)->lock, (buffer2)->lock, 0, 0); \
297 #define EVBUFFER_UNLOCK2(buffer1, buffer2) \
299 EVLOCK_UNLOCK2((buffer1)->lock, (buffer2)->lock, 0, 0); \
/freebsd-current/contrib/diff/src/
H A Dio.c579 char *p0, *p1, *buffer0, *buffer1;
608 p1 = buffer1 = (char *) w1;
641 (buffer1 + n1 - filevec[1].missing_newline < p1)))
661 p1 = buffer1 + n1;
688 (buffer1 == p1 || p1[-1] == '\n'));
761 suffix_guess = guess_lines (lines, p0 - buffer0, buffer1 + n1 - p1);
779 linbuf1[i] = linbuf0[i] - buffer0 + buffer1;
573 char *p0, *p1, *buffer0, *buffer1; local
H A Dcmp.c382 word *buffer1 = buffer[1];
384 char *buf1 = (char *) buffer1;
454 ? block_compare_and_count (buffer0, buffer1, &line_number)
455 : block_compare (buffer0, buffer1));
378 word *buffer1 = buffer[1]; local
/freebsd-current/contrib/capsicum-test/
H A Dprocdesc.cc1020 char buffer1[1024]; local
1022 iov[0].iov_base = buffer1;
1023 iov[0].iov_len = sizeof(buffer1);
1076 buffer1[0] = 0;
H A Dlinux.cc654 char buffer1[1024]; local
656 iov[0].iov_base = buffer1;
657 iov[0].iov_len = sizeof(buffer1);
668 buffer1[0] = 0;
678 char buffer1[1024]; local
680 iov[0].iov_base = buffer1;
681 iov[0].iov_len = sizeof(buffer1);
H A Dcapability-fd.cc1005 char buffer1[1024]; local
1007 iov[0].iov_base = buffer1;
1008 iov[0].iov_len = sizeof(buffer1);
1072 buffer1[0] = 0;
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_parse.c4647 char buffer1[128]; local
4648 mkreadable(buffer1, sizeof(buffer1), gps_ascii_msg.s, strlen(gps_ascii_msg.s), (int)0);
4650 snprintf(buffer, sizeof(buffer), "gps_message=\"%s\"", buffer1);

Completed in 117 milliseconds