Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dvi.c449 static size_t text_getline(char *dest, size_t offset, size_t max_len) in text_getline() function
488 bytes = text_getline(toybuf, pos, ARRAY_LEN(toybuf)); in text_strstr()
1376 bytes = text_getline(toybuf, SOL, ARRAY_LEN(toybuf)); in draw_page()
1439 bytes = text_getline(toybuf, SSOL, ARRAY_LEN(toybuf)); in draw_page()
1449 bytes = text_getline(line, SSOL, ARRAY_LEN(toybuf)); in draw_page()
1468 bytes = text_getline(line, SSOL, ARRAY_LEN(toybuf)); in draw_page()