Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dcount.c25 len = xread(0, toybuf, sizeof(toybuf)); in count_main()
Dmkpasswd.c68 if (!xread(0, toybuf+i, 1)) break;
Dbase64.c35 if (!(len = xread(fd, buf, sizeof(toybuf)-128))) {
Dshred.c99 if (iter != TT.iterations) xread(TT.ufd, toybuf, throw);
/external/toybox/toys/posix/
Dtee.c60 len = xread(0, toybuf, sizeof(toybuf)); in tee_main()
Duuencode.c37 if (!(i = xread(fd, buf, m ? sizeof(buf) : 45))) break; in uuencode_main()
Dsplit.c54 if (!(len = xread(infd, toybuf, sizeof(toybuf)))) break;
/external/toybox/toys/pending/
Ddumpleases.c47 xread(fd, &written_time, sizeof(written_time)); in dumpleases_main()
Dklogd.c87 size = xread(TT.fd, start, sizeof(msg_buffer) - used - 1); in klogd_main()
Dftpget.c203 while ((len = xread(rfd, toybuf, sizeof(toybuf)))) xwrite(wfd, toybuf, len); in transfer_file()
Dtar.c671 xread(tar_hdl->src_fd, longlink, file_hdr->size); in unpack_tar()
677 xread(tar_hdl->src_fd, longname, file_hdr->size); in unpack_tar()
Ddiff.c187 rd = xread(STDIN_FILENO, toybuf, sizeof(toybuf)); in read_stdin()
/external/toybox/lib/
Dxwrap.c350 size_t xread(int fd, void *buf, size_t len) in xread() function
654 spid[xread(fd, spid, sizeof(spid)-1)] = 0; in xpidfile()
676 len = xread(in, libbuf, sizeof(libbuf)); in xsendfile()
Dlib.h127 size_t xread(int fd, void *buf, size_t len);