Searched refs:fo_seek (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dlseek.c107 if ((filepos = (f->f_ops->fo_seek)(f, (off_t)0, SEEK_CUR)) == -1)
141 return (f->f_ops->fo_seek)(f, offset, where);
H A Dstand.h109 off_t (*fo_seek)(struct open_file *f, off_t offset, int where); member in struct:fs_ops

Completed in 67 milliseconds