Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dheim_err.et20 error_code NOT_SEEKABLE, "File descriptor not seekable"
/freebsd-14.2/contrib/file/
H A DTODO38 is seekable).
/freebsd-14.2/contrib/less/
H A Dch.c785 public int seekable(int f) in seekable() function
840 if ((flags & CH_CANSEEK) && !seekable(f)) in ch_init()
H A Dfilename.c454 if (!seekable(f)) in bin_file()
H A Dfuncs.h56 public int seekable(int f);
/freebsd-14.2/sys/compat/linux/
H A Dlinux_socket.c2444 bool seekable; in sendfile_fallback() local
2461 seekable = (ofp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0; in sendfile_fallback()
2462 if (seekable) { in sendfile_fallback()
2497 auio.uio_offset = (seekable) ? out_offset : 0; in sendfile_fallback()
2515 if (error == 0 && seekable) in sendfile_fallback()
/freebsd-14.2/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)