Searched refs:xwrite (Results 1 – 5 of 5) sorted by relevance
/system/core/sh/ |
D | output.h | 73 int xwrite(int, char *, int);
|
D | redir.c | 268 xwrite(pip[1], redir->nhere.doc->narg.text, len); in openhere() 282 xwrite(pip[1], redir->nhere.doc->narg.text, len); in openhere()
|
D | output.c | 190 if (xwrite(dest->fd, dest->buf, dest->nextc - dest->buf) < 0) in flushout() 479 xwrite(int fd, char *buf, int nbytes) in xwrite() function
|
D | memalloc.c | 278 xwrite(herefd, stackblock(), len); in growstackstr()
|
D | expand.c | 122 xwrite(fd, stackblock(), expdest - stackblock()); in expandhere()
|