Searched refs:_cs_seek (Results 1 – 3 of 3) sorted by relevance
28 int attribute_hidden _cs_seek(void *cookie, register __offmax_t *pos, int whence) in _cs_seek() function
101 extern int _cs_seek(void *cookie, __offmax_t *pos, int whence) attribute_hidden;108 (S)->__gcs.seek = _cs_seek; \
56 &((stream).__filedes), { _cs_read, _cs_write, _cs_seek, _cs_close },
Completed in 5 milliseconds