Searched refs:xwrite (Results 1 – 3 of 3) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | output.c | 191 if ((xwrite(dest->fd, p, len))) { in outmem() 253 if ((xwrite(dest->fd, dest->buf, len))) in flushout() 376 xwrite(int fd, const void *p, size_t n) in xwrite() function
|
| A D | output.h | 83 int xwrite(int, const void *, size_t);
|
| A D | redir.c | 313 xwrite(pip[1], p, len); in openhere() 326 xwrite(pip[1], p, len); in openhere()
|
Completed in 7 milliseconds