Lines Matching defs:b_out_p

228 		*b_out_p,	/* Position to take bytes from buffer at */
1009 if ((rv = g_write(Device, Archive, Buffr.b_out_p,
1016 Buffr.b_out_p += rv;
1107 if ((rv = g_write(Device, Archive, Buffr.b_out_p,
1461 end_p = Buffr.b_out_p + byt_cnt;
1462 for (crc_p = Buffr.b_out_p; crc_p < end_p; crc_p++)
2242 swap(Buffr.b_out_p, datasize);
2258 (void) memcpy(buffer, Buffr.b_out_p, datasize);
2259 Buffr.b_out_p += datasize;
2788 Buffr.b_out_p += pad;
4481 Binmag.b_byte[0] = Buffr.b_out_p[0];
4482 Binmag.b_byte[1] = Buffr.b_out_p[1];
4495 if (!(strncmp(Buffr.b_out_p, CMS_CHR, CMS_LEN))) {
4504 if (!(strncmp(Buffr.b_out_p, CMS_ASC, CMS_LEN))) {
4514 if (!(strncmp(Buffr.b_out_p, CMS_CRC, CMS_LEN))) {
4598 if (*(Buffr.b_out_p + hsize - 1) != '\0')
4612 Buffr.b_out_p++;
4715 (void) memcpy(Gen.g_nam_p, Buffr.b_out_p + Hdrsz, Gen.g_namesz);
4721 Thdr_p = (union tblock *)Buffr.b_out_p;
4722 Buffr.b_out_p += offset;
4893 (void) memcpy(tp, Buffr.b_out_p, cnt);
4895 Buffr.b_out_p += cnt;
4904 Buffr.b_out_p += pad;
4979 (void) memcpy(holesdata, Buffr.b_out_p, MIN_HOLES_HDRSIZE);
4986 Buffr.b_out_p += MIN_HOLES_HDRSIZE;
5643 Buffr.b_out_p, G_p->g_filesz);
5827 if (Buffr.b_end_p != (Buffr.b_out_p + Hdrsz)) {
5828 tmpnull = *(Buffr.b_out_p + Hdrsz);
5829 *(Buffr.b_out_p + Hdrsz) = '\0';
5835 (void) memcpy(&Hdr, Buffr.b_out_p, HDRSZ);
5854 if (sscanf(Buffr.b_out_p,
5879 if (sscanf(Buffr.b_out_p,
5892 if (*Buffr.b_out_p == '\0') {
5896 Thdr_p = (union tblock *)Buffr.b_out_p;
5956 if (*Buffr.b_out_p == '\0') {
5960 Thdr_p = (union tblock *)Buffr.b_out_p;
5996 if (Buffr.b_end_p != (Buffr.b_out_p + Hdrsz))
5997 *(Buffr.b_out_p + Hdrsz) = tmpnull;
6038 if (Buffr.b_out_p != Buffr.b_base_p) {
6042 (void) memcpy(Buffr.b_base_p + pad, Buffr.b_out_p,
6044 Buffr.b_out_p = Buffr.b_base_p + pad;
6049 (void) memcpy(Buffr.b_base_p, Buffr.b_out_p, (int)Buffr.b_cnt);
6050 Buffr.b_out_p = Buffr.b_base_p;
6356 Buffr.b_out_p = Buffr.b_in_p = Buffr.b_base_p;
6709 Buffr.b_out_p = Buffr.b_in_p = Buffr.b_base_p;
7083 (void) strncpy(Symlnk_p, Buffr.b_out_p,
7593 tmp_hdr = (union b_block *)Buffr.b_out_p;
7620 Buffr.b_out_p += 512;
7648 if (*Buffr.b_out_p == '\0') {
7653 tmp_hdr = (union b_block *)Buffr.b_out_p;
8765 (void) memcpy(tp, Buffr.b_out_p, cnt);
8767 Buffr.b_out_p += cnt;
8776 Buffr.b_out_p += pad;