HomeSort by: relevance | last modified time | path
    Searched refs:read_with_restart (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/pax/
extern.h 63 int read_with_restart(int, void *, int);
66 #define read_with_restart read macro
ar_io.c 500 while ((res = read_with_restart(arfd,
576 * read_with_restart()
584 read_with_restart(int fd, void *buf, int bsz) function in typeref:typename:int
633 if ((r = read_with_restart(fd, b, bsz)) <= 0)
748 if ((res = read_with_restart(arfd, buf, cnt)) > 0) {
786 if ((res = read_with_restart(arfd, buf, cnt)) > 0) {
1284 while ((res = read_with_restart(arfd,
1331 read_with_restart(arfd, scbuf, sizeof(scbuf))
1346 read_with_restart(arfd, scbuf, sizeof(scbuf))
buf_subs.c 639 if ((res = read_with_restart(ifd, bufpt, cnt)) <= 0)
829 if ((cnt = read_with_restart(fd1, buf, blksz)) <= 0)

Completed in 13 milliseconds