Home
last modified time | relevance | path

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

/netbsd-src/bin/pax/
H A Dextern.h64 int write_with_restart(int, void *, int);
67 #define write_with_restart write macro
H A Dar_io.c654 write_with_restart(int fd, void *buf, int bsz) in write_with_restart() function
704 if ((r = write_with_restart(fd, b, bsz)) <= 0) in xwrite()