Searched refs:xread (Results 1 - 15 of 15) sorted by relevance
/third_party/toybox/toys/other/ |
H A D | count.c | 29 if ((len = xread(0, buf, 65536))) { in count_main()
|
H A D | mkpasswd.c | 68 if (!xread(0, toybuf+i, 1)) break; in mkpasswd_main()
|
H A D | base64.c | 66 if (!(len = xread(fd, buf, sizeof(toybuf)-128))) { in do_base()
|
/third_party/toybox/toys/posix/ |
H A D | tee.c | 62 if (1>(len = xread(0, toybuf, sizeof(toybuf)))) break; in tee_main()
|
H A D | uuencode.c | 37 if (!(i = xread(fd, buf, m ? sizeof(buf) : 45))) break; in uuencode_main()
|
H A D | split.c | 55 if (!(len = xread(infd, toybuf, sizeof(toybuf)))) break; in do_split()
|
H A D | tar.c | 839 len = xread(TT.fd, hdr = toybuf+sizeof(toybuf)-512, 512); in tar_main()
|
/third_party/toybox/toys/pending/ |
H A D | dumpleases.c | 47 xread(fd, &written_time, sizeof(written_time)); in dumpleases_main()
|
H A D | klogd.c | 87 size = xread(TT.fd, start, sizeof(msg_buffer) - used - 1); in klogd_main()
|
H A D | wget.c | 188 if (WGET_IS_HTTP) return xread(TT.sock, buf, len); in wget_read()
|
/third_party/toybox/toys/net/ |
H A D | ftpget.c | 62 while (total<len && (i = xread(fd, buf, len-total))) { in xread2line()
|
/third_party/toybox/lib/ |
H A D | xwrap.c | 481 size_t xread(int fd, void *buf, size_t len) in xread() function 484 if (ret < 0) perror_exit("xread"); in xread() 799 spid[xread(fd, spid, sizeof(spid)-1)] = 0; in xpidfile()
|
H A D | lib.h | 166 size_t xread(int fd, void *buf, size_t len);
|
/third_party/f2fs-tools/tools/f2fs_io/ |
H A D | f2fs_io.c | 117 static ssize_t xread(int fd, void *buf, size_t count) in xread() function 1002 while ((ret = xread(src_fd, buf, 4096)) > 0) in do_copy()
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 161 size_t xread(int fd, void *buf, size_t len);
|
Completed in 10 milliseconds