HomeSort by: relevance | last modified time | path
    Searched defs:rmtread_with_restart (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/pax/
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...]

Completed in 12 milliseconds