Searched refs:buf0 (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/diff/src/
H A Dcmp.c383 char *buf0 = (char *) buffer0;
414 size_t r = block_read (file_desc[f], buf0, bytes_to_read);
438 read0 = block_read (file_desc[0], buf0, bytes_to_read);
447 buf0[read0] = ~buf1[read0];
448 buf1[read1] = ~buf0[read1];
495 unsigned char c0 = buf0[first_diff];
513 unsigned char c0 = buf0[first_diff];
379 char *buf0 = (char *) buffer0; local
/freebsd-10.0-release/sys/dev/hatm/
H A Dif_hatm_intr.c317 struct mbuf0_chunk *buf0; local
369 buf0 = (struct mbuf0_chunk *)cf;
370 pg = sc->mbuf_pages[buf0->hdr.pageno];
371 buf0->hdr.flags |= MBUF_CARD;
373 buf0->hdr.chunkno * MBUF0_CHUNK + MBUF0_OFFSET;
375 MBUF_MAKE_HANDLE(buf0->hdr.pageno,
376 buf0->hdr.chunkno);
/freebsd-10.0-release/contrib/sendmail/src/
H A Dparseaddr.c3092 char buf0[MAXLINE]; local
3107 if (bufsize > sizeof(buf0))
3111 buf = buf0;
3112 bufsize = sizeof(buf0);
3119 if (bufsize > sizeof(buf0))
3123 buf = buf0;
3124 bufsize = sizeof(buf0);
3259 if (buf != buf0)
3308 char buf0[MAXLINE]; local
3323 if (bufsize > sizeof(buf0))
[all...]
H A Drecipient.c470 char buf0[MAXNAME + 1]; /* unquoted image of the user name */ local
635 if (i >= sizeof(buf0))
642 buf = buf0;
643 buflen = sizeof(buf0);
1078 if (buf != buf0)
1129 (void) sm_snprintf(buf0, sizeof(buf0), "%d", e->e_nrcpts);
1130 macdefine(&e->e_macro, A_TEMP, macid("{nrcpts}"), buf0);
H A Dconf.c5344 char buf0[MAXLINE]; local
5354 buf = buf0;
5355 bufsize = sizeof(buf0);
5371 if (buf != buf0)
5423 if (buf != buf0)
5502 if (buf != buf0)
/freebsd-10.0-release/sys/dev/usb/storage/
H A Dustorage_fs.c1138 uint8_t *buf0; local
1147 buf0 = buf;
1216 len = buf - buf0;
1223 buf0[0] = len - 1;
1225 put_be16(buf0, len - 2);
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3613 const uint8_t *buf0, *buf1, *buf2, *buf3; local
3619 buf0 = zip->tmp_stream_buff + zip->tmp_stream_bytes_avail - size0;
3667 uint8_t bb = buf0[inPos];
3683 b = buf0[inPos++];

Completed in 220 milliseconds