Home | Sort by: relevance | last modified time | path |
/src/tests/fs/common/ | |
fstest_puffs.c | 79 xwrite(int fd, const void *vp, size_t n) function in typeref:typename:ssize_t 144 if (xwrite(comfd, buf, n) != n) { |
/src/bin/sh/ | |
output.c | 311 if (xwrite(dest->fd, dest->buf, dest->nextc - dest->buf) < 0) 604 xwrite(int fd, char *buf, int nbytes) function in typeref:typename:int |
/src/bin/pax/ | |
ar_io.c | 685 * xwrite() 693 xwrite(int fd, void *buf, int bsz) function in typeref:typename:int 828 if ((res = xwrite(arfd, buf, bsz)) == bsz) { |