HomeSort by relevance Sort by last modified time
    Searched refs:xreadall (Results 1 - 11 of 11) sorted by null

  /external/toybox/toys/other/
lspci.c 65 xreadall(fd, p, size);
nbd_client.c 61 xreadall(sock, toybuf, 152);
  /external/toybox/toys/posix/
cpio.c 58 xreadall(fd, str = xmalloc(len+1), len);
167 else xreadall(afd, toybuf, sizeof(toybuf));
  /external/toybox/lib/
password.c 28 xreadall(i, libbuf, ((len*6)+7)/8);
lib.h 153 void xreadall(int fd, void *buf, size_t len);
xwrap.c 432 void xreadall(int fd, void *buf, size_t len) function
434 if (len != readall(fd, buf, len)) perror_exit("xreadall");
lib.c 1128 xreadall(fd, uuid, 16);
  /external/toybox/toys/pending/
last.c 109 xreadall(fd, &ut, sizeof(ut));
modprobe.c 387 xreadall(fd, buf, len);
tar.c 90 xreadall(src, toybuf, rd);
dhcp.c 572 xreadall(fd, &randnum, sizeof(randnum));
    [all...]

Completed in 292 milliseconds