Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dtail.c48 static struct line_list *get_chunk(int fd, int len) in get_chunk() function
104 if (!(temp = get_chunk(fd, chunk))) break; in try_lseek()
164 if (!(new = get_chunk(fd, sizeof(toybuf)))) break; in do_tail()