Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cpio/
H A Dcpio.c229 *b_in_p, /* Position to put bytes into buffer at */ member
916 while ((Buffr.b_end_p - Buffr.b_in_p) >= Bufsize) { in bfill()
918 if ((rv = g_read(Device, Archive, Buffr.b_in_p, Bufsize)) < 0) { in bfill()
919 if (((Buffr.b_end_p - Buffr.b_in_p) >= Bufsize) && in bfill()
943 Buffr.b_in_p += rv; in bfill()
975 if ((rv = g_read(Device, Archive, Buffr.b_in_p, Bufsize)) < 0) { in bfill()
978 Buffr.b_in_p += rv; in bfill()
2842 if ((amount_read = read(Ifile, Buffr.b_in_p, readsz)) < 0) { in read_file()
2867 Buffr.b_in_p += amount_read; in read_file()
2879 amount_read = read(Ifile, Buffr.b_in_p, CPIOBSZ); in read_file()
[all …]
H A Dcpio.h141 #define FLUSH(cnt) if ((Buffr.b_end_p - Buffr.b_in_p) < cnt) bflush()