Searched refs:xreadall (Results 1 - 10 of 10) sorted by relevance
/third_party/toybox/toys/other/ |
H A D | nbd_client.c | 61 xreadall(sock, toybuf, 152); in nbd_client_main()
|
H A D | lspci.c | 64 xreadall(fd, p, size); in do_lspci()
|
/third_party/toybox/toys/posix/ |
H A D | cpio.c | 56 xreadall(fd, str = xmalloc(len+1), len); in strpad() 165 else xreadall(afd, toybuf, sizeof(toybuf)); in cpio_main()
|
H A D | tar.c | 171 xreadall(TT.fd, *b, len); in alloread() 627 xreadall(TT.fd, s = sparse, 512); in unpack_tar()
|
/third_party/toybox/toys/pending/ |
H A D | last.c | 109 xreadall(fd, &ut, sizeof(ut)); in last_main()
|
H A D | dhcp.c | 572 xreadall(fd, &randnum, sizeof(randnum)); in getxid()
|
/third_party/toybox/lib/ |
H A D | portability.c | 43 xreadall(fd, buf, buflen); in xgetrandom()
|
H A D | lib.h | 167 void xreadall(int fd, void *buf, size_t len);
|
H A D | xwrap.c | 489 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 D | lib.h | 162 void xreadall(int fd, void *buf, size_t len);
|
Completed in 10 milliseconds