Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/krb5/
H A Dheim_err.et20 error_code NOT_SEEKABLE, "File descriptor not seekable"
/src/contrib/file/
H A DTODO38 is seekable).
/src/contrib/less/
H A Dch.c819 public int seekable(int f) in seekable() function
874 if ((flags & CH_CANSEEK) && !seekable(f)) in ch_init()
H A Dfilename.c480 if (!seekable(f)) in bin_file()
H A Dfuncs.h68 public int seekable(int f);
/src/sys/compat/linux/
H A Dlinux_socket.c2474 bool seekable; in sendfile_fallback() local
2491 seekable = (ofp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0; in sendfile_fallback()
2492 if (seekable) { in sendfile_fallback()
2527 auio.uio_offset = (seekable) ? out_offset : 0; in sendfile_fallback()
2545 if (error == 0 && seekable) in sendfile_fallback()
/src/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)