Home
last modified time | relevance | path

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

/src/stand/libsa/
H A Dgzipfs.c48 static off_t zf_seek(struct open_file *f, off_t offset, int where);
58 .fo_seek = zf_seek,
288 zf_seek(struct open_file *f, off_t offset, int where) in zf_seek() function