Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dcount.c29 if ((len = xread(0, buf, 65536))) { in count_main()
Dmkpasswd.c68 if (!xread(0, toybuf+i, 1)) break; in mkpasswd_main()
Dbase64.c66 if (!(len = xread(fd, buf, sizeof(toybuf)-128))) { in do_base()
/external/toybox/toys/posix/
Dtee.c62 if (1>(len = xread(0, toybuf, sizeof(toybuf)))) break; in tee_main()
Duuencode.c37 if (!(i = xread(fd, buf, m ? sizeof(buf) : 45))) break; in uuencode_main()
Dsplit.c52 if (!(len = xread(infd, toybuf, sizeof(toybuf)))) break;
Dtar.c856 len = xread(TT.fd, hdr = toybuf+sizeof(toybuf)-512, 512); in tar_main()
/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()
/external/toybox/toys/net/
Dftpget.c60 while (total<len && (i = xread(fd, buf, len-total))) { in xread2line()
/external/toybox/lib/
Dxwrap.c505 size_t xread(int fd, void *buf, size_t len) in xread() function
819 spid[xread(fd, spid, sizeof(spid)-1)] = 0; in xpidfile()
Dlib.h162 size_t xread(int fd, void *buf, size_t len);
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c114 static ssize_t xread(int fd, void *buf, size_t count) in xread() function
922 while ((ret = xread(src_fd, buf, 4096)) > 0) in do_copy()