HomeSort by: relevance | last modified time | path
    Searched refs:write_with_restart (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/pax/
extern.h 64 int write_with_restart(int, void *, int);
67 #define write_with_restart write macro
ar_io.c 646 * write_with_restart()
654 write_with_restart(int fd, void *buf, int bsz) function in typeref:typename:int
704 if ((r = write_with_restart(fd, b, bsz)) <= 0)
file_subs.c 1098 if (write_with_restart(fd, blnk, 1) < 0) {

Completed in 13 milliseconds