Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dstdio-bufio.h72 __off_t (*lseek_int)(int fd, __off_t offset, int whence); member
100 .lseek_int = _lseek, \
Dfreopen.c70 pf->lseek_int = lseek; in freopen()
Dstdio_private.h175 if (bf->lseek_int) in bufio_lseek()
176 return (bf->lseek_int)(_FDEV_BUFIO_FD(bf), offset, whence); in bufio_lseek()