Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dread_printf.c107 size_t size, rd_size; in xmalloc_read_with_initial_buf() local
124 rd_size = full_read(fd, buf + total, size); in xmalloc_read_with_initial_buf()
125 if ((ssize_t)rd_size == (ssize_t)(-1)) { /* error */ in xmalloc_read_with_initial_buf()
129 total += rd_size; in xmalloc_read_with_initial_buf()
130 if (rd_size < size) /* EOF */ in xmalloc_read_with_initial_buf()
132 if (to_read <= rd_size) in xmalloc_read_with_initial_buf()
134 to_read -= rd_size; in xmalloc_read_with_initial_buf()