Home
last modified time | relevance | path

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

/third_party/toybox/toys/other/
H A Dnbd_client.c61 xreadall(sock, toybuf, 152); in nbd_client_main()
H A Dlspci.c64 xreadall(fd, p, size); in do_lspci()
/third_party/toybox/toys/posix/
H A Dcpio.c56 xreadall(fd, str = xmalloc(len+1), len); in strpad()
165 else xreadall(afd, toybuf, sizeof(toybuf)); in cpio_main()
H A Dtar.c171 xreadall(TT.fd, *b, len); in alloread()
627 xreadall(TT.fd, s = sparse, 512); in unpack_tar()
/third_party/toybox/toys/pending/
H A Dlast.c109 xreadall(fd, &ut, sizeof(ut)); in last_main()
H A Ddhcp.c572 xreadall(fd, &randnum, sizeof(randnum)); in getxid()
/third_party/toybox/lib/
H A Dportability.c43 xreadall(fd, buf, buflen); in xgetrandom()
H A Dlib.h167 void xreadall(int fd, void *buf, size_t len);
H A Dxwrap.c489 void xreadall(int fd, void *buf, size_t len) in xreadall() function
491 if (len != readall(fd, buf, len)) perror_exit("xreadall"); in xreadall()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h162 void xreadall(int fd, void *buf, size_t len);

Completed in 10 milliseconds