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

  /src/bin/sh/
output.h 92 int xwrite(int, char *, int);
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
redir.c 522 xwrite(pip[1], redir->nhere.text, len);
535 xwrite(pip[1], redir->nhere.text, len);
  /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/pax/
tables.c 459 if (xwrite(ffd, arcn->name, namelen) == namelen) {
1190 if ((xwrite(dirfd, name, dblk.nlen) == dblk.nlen) &&
1191 (xwrite(dirfd, (char *)&dblk, sizeof(dblk)) == sizeof(dblk))) {
extern.h 70 int xwrite(int, void *, int);
buf_subs.c 832 res = xwrite(fd2, buf, cnt);
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) {
file_subs.c 1060 } else if (xwrite(fd, st, wcnt) != wcnt) {

Completed in 16 milliseconds