bin/pax/ar_io.c
1284
while ((res = read_with_restart(arfd,
bin/pax/ar_io.c
1331
read_with_restart(arfd, scbuf, sizeof(scbuf))
bin/pax/ar_io.c
1346
read_with_restart(arfd, scbuf, sizeof(scbuf))
bin/pax/ar_io.c
500
while ((res = read_with_restart(arfd,
bin/pax/ar_io.c
633
if ((r = read_with_restart(fd, b, bsz)) <= 0)
bin/pax/ar_io.c
748
if ((res = read_with_restart(arfd, buf, cnt)) > 0) {
bin/pax/ar_io.c
786
if ((res = read_with_restart(arfd, buf, cnt)) > 0) {
bin/pax/buf_subs.c
639
if ((res = read_with_restart(ifd, bufpt, cnt)) <= 0)
bin/pax/buf_subs.c
829
if ((cnt = read_with_restart(fd1, buf, blksz)) <= 0)
bin/pax/extern.h
63
int read_with_restart(int, void *, int);