HomeSort by: relevance | last modified time | path
    Searched defs:write_with_restart (Results 1 - 2 of 2) 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)

Completed in 38 milliseconds