HomeSort by relevance Sort by last modified time
    Searched refs:xwrite (Results 26 - 31 of 31) sorted by null

12

  /external/toybox/toys/pending/
ftpget.c 203 while ((len = xread(rfd, toybuf, sizeof(toybuf)))) xwrite(wfd, toybuf, len);
fdisk.c 674 xwrite(dev_fd, pe->sec_buffer, g_sect_size);
    [all...]
  /external/toybox/lib/
lib.h 129 void xwrite(int fd, void *buf, size_t len);
  /external/toybox/toys/posix/
sort.c 391 xwrite(fd, s, i+1);
sed.c 637 if (TT.noeol) xwrite(TT.fdout, "\n", 1);
    [all...]
  /external/toybox/toys/other/
ifconfig.c 432 xwrite(fd, *argv, strlen(*argv));

Completed in 82 milliseconds

12