HomeSort by: relevance | last modified time | path
    Searched defs:read_with_restart (Results 1 - 2 of 2) 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))

Completed in 75 milliseconds