Searched refs:xread (Results 1 – 13 of 13) sorted by relevance
/external/toybox/toys/other/ |
D | count.c | 29 if ((len = xread(0, buf, 65536))) { in count_main()
|
D | mkpasswd.c | 68 if (!xread(0, toybuf+i, 1)) break; in mkpasswd_main()
|
D | base64.c | 66 if (!(len = xread(fd, buf, sizeof(toybuf)-128))) { in do_base()
|
/external/toybox/toys/posix/ |
D | tee.c | 62 if (1>(len = xread(0, toybuf, sizeof(toybuf)))) break; in tee_main()
|
D | uuencode.c | 37 if (!(i = xread(fd, buf, m ? sizeof(buf) : 45))) break; in uuencode_main()
|
D | split.c | 52 if (!(len = xread(infd, toybuf, sizeof(toybuf)))) break;
|
D | tar.c | 856 len = xread(TT.fd, hdr = toybuf+sizeof(toybuf)-512, 512); in tar_main()
|
/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()
|
/external/toybox/toys/net/ |
D | ftpget.c | 60 while (total<len && (i = xread(fd, buf, len-total))) { in xread2line()
|
/external/toybox/lib/ |
D | xwrap.c | 505 size_t xread(int fd, void *buf, size_t len) in xread() function 819 spid[xread(fd, spid, sizeof(spid)-1)] = 0; in xpidfile()
|
D | lib.h | 162 size_t xread(int fd, void *buf, size_t len);
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 114 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()
|