Home
last modified time | relevance | path

Searched refs:rmtwrite_with_restart (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/bin/pax/
Dar_io.c113 static int rmtwrite_with_restart(int, void *, int);
116 #define rmtwrite_with_restart(a, b, c) rmtwrite((a), (b), (c)) macro
673 rmtwrite_with_restart(int fd, void *buf, int bsz) in rmtwrite_with_restart() function
701 if ((r = rmtwrite_with_restart(fd, b, bsz)) <= 0) in xwrite()