Lines Matching defs:b_out_p

226 		*b_out_p,	/* Position to take bytes from buffer at */
1004 if ((rv = g_write(Device, Archive, Buffr.b_out_p,
1011 Buffr.b_out_p += rv;
1102 if ((rv = g_write(Device, Archive, Buffr.b_out_p,
1456 end_p = Buffr.b_out_p + byt_cnt;
1457 for (crc_p = Buffr.b_out_p; crc_p < end_p; crc_p++)
2237 swap(Buffr.b_out_p, datasize);
2253 (void) memcpy(buffer, Buffr.b_out_p, datasize);
2254 Buffr.b_out_p += datasize;
2783 Buffr.b_out_p += pad;
4476 Binmag.b_byte[0] = Buffr.b_out_p[0];
4477 Binmag.b_byte[1] = Buffr.b_out_p[1];
4490 if (!(strncmp(Buffr.b_out_p, CMS_CHR, CMS_LEN))) {
4499 if (!(strncmp(Buffr.b_out_p, CMS_ASC, CMS_LEN))) {
4509 if (!(strncmp(Buffr.b_out_p, CMS_CRC, CMS_LEN))) {
4593 if (*(Buffr.b_out_p + hsize - 1) != '\0')
4607 Buffr.b_out_p++;
4710 (void) memcpy(Gen.g_nam_p, Buffr.b_out_p + Hdrsz, Gen.g_namesz);
4716 Thdr_p = (union tblock *)Buffr.b_out_p;
4717 Buffr.b_out_p += offset;
4888 (void) memcpy(tp, Buffr.b_out_p, cnt);
4890 Buffr.b_out_p += cnt;
4899 Buffr.b_out_p += pad;
4974 (void) memcpy(holesdata, Buffr.b_out_p, MIN_HOLES_HDRSIZE);
4981 Buffr.b_out_p += MIN_HOLES_HDRSIZE;
5638 Buffr.b_out_p, G_p->g_filesz);
5822 if (Buffr.b_end_p != (Buffr.b_out_p + Hdrsz)) {
5823 tmpnull = *(Buffr.b_out_p + Hdrsz);
5824 *(Buffr.b_out_p + Hdrsz) = '\0';
5830 (void) memcpy(&Hdr, Buffr.b_out_p, HDRSZ);
5849 if (sscanf(Buffr.b_out_p,
5874 if (sscanf(Buffr.b_out_p,
5887 if (*Buffr.b_out_p == '\0') {
5891 Thdr_p = (union tblock *)Buffr.b_out_p;
5951 if (*Buffr.b_out_p == '\0') {
5955 Thdr_p = (union tblock *)Buffr.b_out_p;
5991 if (Buffr.b_end_p != (Buffr.b_out_p + Hdrsz))
5992 *(Buffr.b_out_p + Hdrsz) = tmpnull;
6033 if (Buffr.b_out_p != Buffr.b_base_p) {
6037 (void) memcpy(Buffr.b_base_p + pad, Buffr.b_out_p,
6039 Buffr.b_out_p = Buffr.b_base_p + pad;
6044 (void) memcpy(Buffr.b_base_p, Buffr.b_out_p, (int)Buffr.b_cnt);
6045 Buffr.b_out_p = Buffr.b_base_p;
6351 Buffr.b_out_p = Buffr.b_in_p = Buffr.b_base_p;
6701 Buffr.b_out_p = Buffr.b_in_p = Buffr.b_base_p;
7075 (void) strncpy(Symlnk_p, Buffr.b_out_p,
7585 tmp_hdr = (union b_block *)Buffr.b_out_p;
7612 Buffr.b_out_p += 512;
7640 if (*Buffr.b_out_p == '\0') {
7645 tmp_hdr = (union b_block *)Buffr.b_out_p;
8757 (void) memcpy(tp, Buffr.b_out_p, cnt);
8759 Buffr.b_out_p += cnt;
8768 Buffr.b_out_p += pad;