Searched refs:funopen_seek (Results 1 – 1 of 1) sorted by relevance
687 fpos_t funopen_seek(void* cookie, fpos_t pos, int whence) { in funopen_seek() function709 FILE* f = funopen(&cookie, funopen_read, funopen_write, funopen_seek, funopen_close); in TEST()