ar_io.c | 112 static int rmtread_with_restart(int, void *, int); 115 #define rmtread_with_restart(a, b, c) rmtread((a), (b), (c)) macro 495 while ((res = rmtread_with_restart(arfd, 595 * rmtread_with_restart() 602 rmtread_with_restart(int fd, void *buf, int bsz) function in typeref:typename:int 630 if ((r = rmtread_with_restart(fd, b, bsz)) <= 0) 741 if ((res = rmtread_with_restart(arfd, buf, cnt)) > 0) { 1281 while ((res = rmtread_with_restart(arfd, 1329 rmtread_with_restart(arfd, scbuf, sizeof(scbuf)) 1344 rmtread_with_restart(arfd, scbuf, sizeof(scbuf) [all...] |