Home
last modified time | relevance | path

Searched refs:b_base_p (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/cpio/
H A Dcpio.c227 char *b_base_p, /* Pointer to base of buffer */ member
6038 if (Buffr.b_out_p != Buffr.b_base_p) { in rstbuf()
6040 Buffr.b_in_p = Buffr.b_base_p + pad; in rstbuf()
6042 (void) memcpy(Buffr.b_base_p + pad, Buffr.b_out_p, in rstbuf()
6044 Buffr.b_out_p = Buffr.b_base_p + pad; in rstbuf()
6049 (void) memcpy(Buffr.b_base_p, Buffr.b_out_p, (int)Buffr.b_cnt); in rstbuf()
6050 Buffr.b_out_p = Buffr.b_base_p; in rstbuf()
6051 Buffr.b_in_p = Buffr.b_base_p + Buffr.b_cnt; in rstbuf()
6356 Buffr.b_out_p = Buffr.b_in_p = Buffr.b_base_p; in scan4trail()
6365 Buffr.b_in_p = Buffr.b_base_p + Buffr.b_cnt; in scan4trail()
[all …]