Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dfunopen.c93 typedef _fpos64_t (*funseek)(void *_cookie, _fpos64_t _off, int _whence); typedef
95 typedef fpos_t (*funseek)(void *_cookie, fpos_t _off, int _whence); typedef
103 funseek seekfn;
198 funseek seekfn, in funopen()