Home
last modified time | relevance | path

Searched refs:xreadall (Results 1 – 10 of 10) sorted by relevance

/external/toybox/toys/posix/
Dcpio.c56 xreadall(fd, str = xmalloc(len+1), len); in strpad()
165 else xreadall(afd, toybuf, sizeof(toybuf)); in cpio_main()
/external/toybox/toys/other/
Dnbd_client.c61 xreadall(sock, toybuf, 152); in nbd_client_main()
Dlspci.c65 xreadall(fd, p, size);
/external/toybox/lib/
Dportability.c43 xreadall(fd, buf, buflen); in xgetrandom()
Dlib.h158 void xreadall(int fd, void *buf, size_t len);
Dxwrap.c482 void xreadall(int fd, void *buf, size_t len) in xreadall() function
/external/toybox/toys/pending/
Dlast.c109 xreadall(fd, &ut, sizeof(ut)); in last_main()
Dmodprobe.c387 xreadall(fd, buf, len); in ins_mod()
Dtar.c90 xreadall(src, toybuf, rd); in copy_in_out()
Ddhcp.c572 xreadall(fd, &randnum, sizeof(randnum)); in getxid()