Home
last modified time | relevance | path

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

/freebsd-head/crypto/heimdal/lib/krb5/
HDheim_err.et20 error_code NOT_SEEKABLE, "File descriptor not seekable"
/freebsd-head/contrib/file/
HDTODO38 is seekable).
/freebsd-head/contrib/less/
HDch.c786 public int seekable(int f) in seekable() function
841 if ((flags & CH_CANSEEK) && !seekable(f)) in ch_init()
HDfilename.c479 if (!seekable(f)) in bin_file()
HDfuncs.h61 public int seekable(int f);
/freebsd-head/sys/compat/linux/
HDlinux_socket.c2446 bool seekable; in sendfile_fallback() local
2463 seekable = (ofp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0; in sendfile_fallback()
2464 if (seekable) { in sendfile_fallback()
2499 auio.uio_offset = (seekable) ? out_offset : 0; in sendfile_fallback()
2517 if (error == 0 && seekable) in sendfile_fallback()
/freebsd-head/sys/contrib/zstd/
HDCHANGELOG58 tests: OSS-Fuzz coverage for seekable format (#2617, @senhuang42)
227 bug: Fix seekable decompression in-memory API by @iburinoc (#1695)