Searched refs:xread (Results 1 – 14 of 14) sorted by relevance
/external/toybox/toys/other/ |
D | count.c | 25 len = xread(0, toybuf, sizeof(toybuf)); in count_main()
|
D | mkpasswd.c | 68 if (!xread(0, toybuf+i, 1)) break;
|
D | base64.c | 35 if (!(len = xread(fd, buf, sizeof(toybuf)-128))) {
|
D | shred.c | 99 if (iter != TT.iterations) xread(TT.ufd, toybuf, throw);
|
/external/toybox/toys/posix/ |
D | tee.c | 60 len = xread(0, toybuf, sizeof(toybuf)); in tee_main()
|
D | uuencode.c | 37 if (!(i = xread(fd, buf, m ? sizeof(buf) : 45))) break; in uuencode_main()
|
D | split.c | 54 if (!(len = xread(infd, toybuf, sizeof(toybuf)))) break;
|
/external/toybox/toys/pending/ |
D | dumpleases.c | 47 xread(fd, &written_time, sizeof(written_time)); in dumpleases_main()
|
D | klogd.c | 87 size = xread(TT.fd, start, sizeof(msg_buffer) - used - 1); in klogd_main()
|
D | ftpget.c | 203 while ((len = xread(rfd, toybuf, sizeof(toybuf)))) xwrite(wfd, toybuf, len); in transfer_file()
|
D | tar.c | 671 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()
|
D | diff.c | 187 rd = xread(STDIN_FILENO, toybuf, sizeof(toybuf)); in read_stdin()
|
/external/toybox/lib/ |
D | xwrap.c | 350 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()
|
D | lib.h | 127 size_t xread(int fd, void *buf, size_t len);
|