Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dnbd_server.c35 xreadall(from, toybuf, try = len>4096 ? 4096 : len); in copy_loop()
62 xreadall(0, toybuf, 28); in nbd_server_main()
Dnbd_client.c78 xreadall(sock, toybuf, 152); in nbd_client_main()
/external/toybox/toys/posix/
Dcpio.c60 xreadall(fd, str = xmalloc(len+1), len); in strpad()
211 else xreadall(afd, toybuf, sizeof(toybuf)); in cpio_main()
Dtar.c237 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/
Dlast.c109 xreadall(fd, &ut, sizeof(ut)); in last_main()
Ddhcp.c572 xreadall(fd, &randnum, sizeof(randnum)); in getxid()
/external/toybox/lib/
Dportability.c50 xreadall(fd = xopen("/dev/urandom", O_RDONLY), buf, buflen); in xgetrandom()
Dlib.h152 void xreadall(int fd, void *buf, size_t len);
Dxwrap.c542 void xreadall(int fd, void *buf, size_t len) in xreadall() function