Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c236 char *b_base_p, /* Pointer to base of buffer */ member
6049 if (Buffr.b_out_p != Buffr.b_base_p) { in rstbuf()
6051 Buffr.b_in_p = Buffr.b_base_p + pad; in rstbuf()
6053 (void) memcpy(Buffr.b_base_p + pad, Buffr.b_out_p, in rstbuf()
6055 Buffr.b_out_p = Buffr.b_base_p + pad; in rstbuf()
6060 (void) memcpy(Buffr.b_base_p, Buffr.b_out_p, (int)Buffr.b_cnt); in rstbuf()
6061 Buffr.b_out_p = Buffr.b_base_p; in rstbuf()
6062 Buffr.b_in_p = Buffr.b_base_p + Buffr.b_cnt; in rstbuf()
6367 Buffr.b_out_p = Buffr.b_in_p = Buffr.b_base_p; in scan4trail()
6376 Buffr.b_in_p = Buffr.b_base_p + Buffr.b_cnt; in scan4trail()
[all …]