Searched refs:seekable (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/less/
H A Dch.c708 * data. They are sometimes, but not always, seekable.
709 * Force them to be non-seekable here.
792 seekable(f) function
800 * In MS-DOS, pipes are seekable. Check for
801 * standard input, and pretend it is not seekable.
852 if ((flags & CH_CANSEEK) && !seekable(f))
H A Dfuncs.h48 public int seekable ();
H A Dfilename.c479 if (!seekable(f))
/freebsd-10.0-release/sys/net/
H A Dzlib.c2747 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {

Completed in 198 milliseconds