Searched refs:xreadall (Results 1 – 10 of 10) sorted by relevance
/external/toybox/toys/posix/ |
D | cpio.c | 56 xreadall(fd, str = xmalloc(len+1), len); in strpad() 165 else xreadall(afd, toybuf, sizeof(toybuf)); in cpio_main()
|
/external/toybox/toys/other/ |
D | nbd_client.c | 61 xreadall(sock, toybuf, 152); in nbd_client_main()
|
D | lspci.c | 65 xreadall(fd, p, size);
|
/external/toybox/lib/ |
D | portability.c | 43 xreadall(fd, buf, buflen); in xgetrandom()
|
D | lib.h | 158 void xreadall(int fd, void *buf, size_t len);
|
D | xwrap.c | 482 void xreadall(int fd, void *buf, size_t len) in xreadall() function
|
/external/toybox/toys/pending/ |
D | last.c | 109 xreadall(fd, &ut, sizeof(ut)); in last_main()
|
D | modprobe.c | 387 xreadall(fd, buf, len); in ins_mod()
|
D | tar.c | 90 xreadall(src, toybuf, rd); in copy_in_out()
|
D | dhcp.c | 572 xreadall(fd, &randnum, sizeof(randnum)); in getxid()
|