Home
last modified time | relevance | path

Searched refs:readall (Results 1 – 25 of 50) sorted by relevance

12

/third_party/toybox/toys/posix/
Dcmp.c47 len1 = readall(TT.fd, toybuf, size);
48 len2 = readall(fd, buf2, size);
Dcpio.c115 if (!(size =readall(afd, toybuf, 110))) break; in cpio_main()
266 if (nlen != readall(fd, toybuf, nlen)) in cpio_main()
Dlogger.c88 toybuf[readall(0, toybuf, sizeof(toybuf)-1)] = 0; in logger_main()
Dexpand.c39 len = readall(fd, toybuf, sizeof(toybuf)); in do_expand()
Dtail.c47 line->len = readall(fd, line->data, len); in get_chunk()
Dod.c209 len = readall(fd, buf, len); in do_od()
/third_party/toybox/toys/pending/
Dgetty.c188 size = readall(STDIN_FILENO, TT.buff, sizeof(TT.buff)-1); in sense_baud()
227 while ((size = readall(fd, buff, 1)) > 0) { in write_issue()
231 if (readall(fd, buff, 1) <= 0) perror_exit("readall"); in write_issue()
315 while (readall(STDIN_FILENO, &ch, 1) != 1) in getty_main()
Dbootchartd.c70 if ((len = readall(fd, toybuf, sizeof(toybuf)-1)) < 0) { in dump_proc_data()
194 if ((len = readall(kcmd_line_fd, toybuf, sizeof(toybuf)-1)) > 0) { in stop_logging()
Ddumpleases.c53 (readall(fd, &lease_struct, sizeof(lease_struct)))) { in dumpleases_main()
Dhexdump.c86 0 < (TT.len = readall(fd, toybuf, in do_hexdump()
Dtelnetd.c131 while ((size = readall(fd, &ch, 1)) > 0) { in write_issue()
133 if (readall(fd, &ch, 1) <= 0) perror_exit("readall!"); in write_issue()
Dtftpd.c163 len = readall(fd, ptr, blksize); in do_action()
/third_party/libfuse/example/
Dhello_ll_uds.c244 static ssize_t readall(int fd, void *buf, size_t len) { in readall() function
263 int res = readall(fd, buf, sizeof(struct fuse_in_header)); in stream_read()
274 res = readall(fd, (char *)buf + sizeof(struct fuse_in_header), in stream_read()
/third_party/python/Lib/
D_compression.py74 return self.readall()
113 def readall(self): member in DecompressReader
D_pyio.py655 return self.readall()
663 def readall(self): member in RawIOBase
1108 chunk = self.raw.readall()
1672 return self.readall()
1678 def readall(self): member in FileIO
/third_party/toybox/toys/net/
Drfkill.c75 while (sizeof(rfevent) == readall(fd, &rfevent, sizeof(rfevent))) { in rfkill_main()
/third_party/toybox/toys/other/
Dinotifyd.c82 len = readall(fds.fd, buf, len); in inotifyd_main()
Dsha3sum.c74 len = span += readall(fd, (ss = toybuf)+span, sizeof(toybuf)-span); in do_sha3sum()
Dacpi.c57 len = readall(fd, toybuf, sizeof(toybuf)); in acpi_callback()
Dxxd.c53 while (0<(len = readall(fd, toybuf,
Dblkid.c97 len = readall(fd, toybuf, sizeof(toybuf)); in do_blkid()
/third_party/python/Lib/test/
Dtest_winconsoleio.py197 a, b = stdin.read(1), stdin.readall()
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c151 len = readall(pipe, toybuf, sizeof(toybuf)-1); in tortoise()
/third_party/python/Modules/_io/
Dbufferedio.c1529 PyObject *res = NULL, *data = NULL, *tmp = NULL, *chunks = NULL, *readall; in _bufferedreader_read_all() local
1549 if (_PyObject_LookupAttr(self->raw, _PyIO_str_readall, &readall) < 0) { in _bufferedreader_read_all()
1552 if (readall) { in _bufferedreader_read_all()
1553 tmp = _PyObject_CallNoArg(readall); in _bufferedreader_read_all()
1554 Py_DECREF(readall); in _bufferedreader_read_all()
/third_party/toybox/lib/
Dlib.c110 ssize_t readall(int fd, void *buf, size_t len) in readall() function
156 or = readall(fd, libbuf, try); in lskip()
557 rlen = readall(fd, rbuf, len); in readfileat()

12