Searched refs:xread (Results 1 - 14 of 14) sorted by relevance

/external/toybox/toys/other/
H A Dcount.c25 len = xread(0, toybuf, sizeof(toybuf));
H A Dbase64.c35 if (!(len = xread(fd, buf, sizeof(toybuf)-128))) {
H A Dmkpasswd.c68 if (!xread(0, toybuf+i, 1)) break;
H A Dshred.c99 if (iter != TT.iterations) xread(TT.ufd, toybuf, throw);
/external/toybox/toys/posix/
H A Dtee.c60 len = xread(0, toybuf, sizeof(toybuf));
H A Duuencode.c37 if (!(i = xread(fd, buf, m ? sizeof(buf) : 45))) break;
H A Dsplit.c54 if (!(len = xread(infd, toybuf, sizeof(toybuf)))) break;
/external/toybox/toys/pending/
H A Ddumpleases.c47 xread(fd, &written_time, sizeof(written_time));
H A Dklogd.c87 size = xread(TT.fd, start, sizeof(msg_buffer) - used - 1);
H A Dftpget.c203 while ((len = xread(rfd, toybuf, sizeof(toybuf)))) xwrite(wfd, toybuf, len);
H A Dtar.c671 xread(tar_hdl->src_fd, longlink, file_hdr->size);
677 xread(tar_hdl->src_fd, longname, file_hdr->size);
H A Ddiff.c187 rd = xread(STDIN_FILENO, toybuf, sizeof(toybuf));
/external/toybox/lib/
H A Dxwrap.c294 size_t xread(int fd, void *buf, size_t len) function
297 if (ret < 0) perror_exit("xread");
598 spid[xread(fd, spid, sizeof(spid)-1)] = 0;
620 len = xread(in, libbuf, sizeof(libbuf));
H A Dlib.h114 size_t xread(int fd, void *buf, size_t len);

Completed in 97 milliseconds