HomeSort by relevance Sort by last modified time
    Searched full:xwrite (Results 1 - 9 of 9) sorted by null

  /system/core/sh/
output.h 73 int xwrite(int, char *, int);
redir.c 268 xwrite(pip[1], redir->nhere.doc->narg.text, len);
282 xwrite(pip[1], redir->nhere.doc->narg.text, len);
output.c 190 if (xwrite(dest->fd, dest->buf, dest->nextc - dest->buf) < 0)
479 xwrite(int fd, char *buf, int nbytes) function
memalloc.c 278 xwrite(herefd, stackblock(), len);
expand.c 122 xwrite(fd, stackblock(), expdest - stackblock());
  /external/sqlite/dist/
sqlite3.h 470 ** to xWrite().
610 ** to xWrite().
623 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
    [all...]
sqlite3.h.orig 470 ** to xWrite().
610 ** to xWrite().
623 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
    [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 2494 milliseconds