Home
last modified time | relevance | path

Searched refs:xread (Results 1 - 15 of 15) sorted by relevance

/third_party/toybox/toys/other/
H A Dcount.c29 if ((len = xread(0, buf, 65536))) { in count_main()
H A Dmkpasswd.c68 if (!xread(0, toybuf+i, 1)) break; in mkpasswd_main()
H A Dbase64.c66 if (!(len = xread(fd, buf, sizeof(toybuf)-128))) { in do_base()
/third_party/toybox/toys/posix/
H A Dtee.c62 if (1>(len = xread(0, toybuf, sizeof(toybuf)))) break; in tee_main()
H A Duuencode.c37 if (!(i = xread(fd, buf, m ? sizeof(buf) : 45))) break; in uuencode_main()
H A Dsplit.c55 if (!(len = xread(infd, toybuf, sizeof(toybuf)))) break; in do_split()
H A Dtar.c839 len = xread(TT.fd, hdr = toybuf+sizeof(toybuf)-512, 512); in tar_main()
/third_party/toybox/toys/pending/
H A Ddumpleases.c47 xread(fd, &written_time, sizeof(written_time)); in dumpleases_main()
H A Dklogd.c87 size = xread(TT.fd, start, sizeof(msg_buffer) - used - 1); in klogd_main()
H A Dwget.c188 if (WGET_IS_HTTP) return xread(TT.sock, buf, len); in wget_read()
/third_party/toybox/toys/net/
H A Dftpget.c62 while (total<len && (i = xread(fd, buf, len-total))) { in xread2line()
/third_party/toybox/lib/
H A Dxwrap.c481 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 Dlib.h166 size_t xread(int fd, void *buf, size_t len);
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c117 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 Dlib.h161 size_t xread(int fd, void *buf, size_t len);

Completed in 10 milliseconds