Searched refs:write_with_restart (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/bin/pax/
H A Dextern.h64 int write_with_restart(int, void *, int);
67 #define write_with_restart write macro
H A Dar_io.c646 * write_with_restart()
654 write_with_restart(int fd, void *buf, int bsz) function
704 if ((r = write_with_restart(fd, b, bsz)) <= 0)
H A Dfile_subs.c1098 if (write_with_restart(fd, blnk, 1) < 0) {

Completed in 94 milliseconds