Home
last modified time | relevance | path

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

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