Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cpio/
H A Dcpio.h141 #define FLUSH(cnt) if ((Buffr.b_end_p - Buffr.b_in_p) < cnt) bflush()
H A Dcpio.c230 *b_end_p; /* Pointer to end of buffer */ member
916 while ((Buffr.b_end_p - Buffr.b_in_p) >= Bufsize) { in bfill()
919 if (((Buffr.b_end_p - Buffr.b_in_p) >= Bufsize) && in bfill()
5827 if (Buffr.b_end_p != (Buffr.b_out_p + Hdrsz)) { in read_hdr()
5996 if (Buffr.b_end_p != (Buffr.b_out_p + Hdrsz)) in read_hdr()
6711 Buffr.b_end_p = Buffr.b_base_p + Buffr.b_size; in setup()