Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dheim_err.et20 error_code NOT_SEEKABLE, "File descriptor not seekable"
/freebsd/contrib/file/
H A DTODO38 is seekable).
/freebsd/contrib/less/
H A Dch.c706 * data. They are sometimes, but not always, seekable. in ch_flush()
707 * Force them to be non-seekable here. in ch_flush()
785 public int seekable(int f) in ch_delbufs()
792 * In MS-DOS, pipes are seekable. Check for
793 * standard input, and pretend it is not seekable.
840 if ((flags & CH_CANSEEK) && !seekable(f)) in ch_init()
794 public int seekable(int f) seekable() function
H A Dfilename.c454 if (!seekable(f)) in bin_file()
H A Dfuncs.h56 public int seekable(int f);
/freebsd/sys/compat/linux/
H A Dlinux_socket.c2445 bool seekable; in sendfile_fallback() local
2462 seekable = (ofp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0; in sendfile_fallback()
2463 if (seekable) { in sendfile_fallback()
2498 auio.uio_offset = (seekable) ? out_offset : 0; in sendfile_fallback()
2516 if (error == 0 && seekable) in sendfile_fallback()
/freebsd/sys/contrib/zstd/
H A DCHANGELOG58 tests: OSS-Fuzz coverage for seekable format (#2617, @senhuang42)
227 bug: Fix seekable decompression in-memory API by @iburinoc (#1695)