Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dbufio.c211 __off_t buf_pos = bf->pos - bf->len; in __bufio_seek() local
217 offset += buf_pos + bf->off; in __bufio_seek()
221 if (buf_pos <= offset && offset <= buf_pos + bf->len) { in __bufio_seek()
222 bf->off = offset - buf_pos; in __bufio_seek()