Searched refs:xreadall (Results 1 – 9 of 9) sorted by relevance
/external/toybox/toys/other/ |
D | nbd_server.c | 35 xreadall(from, toybuf, try = len>4096 ? 4096 : len); in copy_loop() 62 xreadall(0, toybuf, 28); in nbd_server_main()
|
D | nbd_client.c | 78 xreadall(sock, toybuf, 152); in nbd_client_main()
|
/external/toybox/toys/posix/ |
D | cpio.c | 60 xreadall(fd, str = xmalloc(len+1), len); in strpad() 211 else xreadall(afd, toybuf, sizeof(toybuf)); in cpio_main()
|
D | tar.c | 237 xreadall(TT.fd, *b, len); in alloread() 252 xreadall(TT.xfpipe[1], *name = xmalloc(len+1), len); in xform() 782 xreadall(TT.fd, s = sparse, 512); in unpack_tar()
|
/external/toybox/toys/pending/ |
D | last.c | 109 xreadall(fd, &ut, sizeof(ut)); in last_main()
|
D | dhcp.c | 572 xreadall(fd, &randnum, sizeof(randnum)); in getxid()
|
/external/toybox/lib/ |
D | portability.c | 50 xreadall(fd = xopen("/dev/urandom", O_RDONLY), buf, buflen); in xgetrandom()
|
D | lib.h | 152 void xreadall(int fd, void *buf, size_t len);
|
D | xwrap.c | 542 void xreadall(int fd, void *buf, size_t len) in xreadall() function
|