Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/lib/libc/stdio/
H A Dfseek.c50 fseek(FILE *fp, long offset, int whence) in fseek()
68 fseeko(FILE *fp, off_t offset, int whence) in fseeko()
90 _fseeko(FILE *fp, off_t offset, int whence, int ltest) in _fseeko()
H A Dstdio.c65 __sseek(void *cookie, fpos_t offset, int whence) in __sseek()
128 _sseek(FILE *fp, fpos_t offset, int whence) in _sseek()
H A Dopen_memstream.c110 memstream_seek(void *cookie, fpos_t pos, int whence) in memstream_seek()
H A Dfopencookie.c114 _fopencookie_seek(void *cookie, fpos_t offset, int whence) in _fopencookie_seek()
H A Dfmemopen.c212 fmemopen_seek(void *cookie, fpos_t offset, int whence) in fmemopen_seek()
H A Dopen_wmemstream.c172 wmemstream_seek(void *cookie, fpos_t pos, int whence) in wmemstream_seek()
/freebsd/lib/libc/tests/stdio/
H A Dopen_memstream2_test.c156 #define SEEK_FAIL(offset, whence, error) do { \ in ATF_TC_BODY() argument
168 #define SEEK_OK(offset, whence, result) do { \ in ATF_TC_BODY() argument
H A Dopen_wmemstream_test.c156 #define SEEK_FAIL(offset, whence, error) do { \ in ATF_TC_BODY() argument
168 #define SEEK_OK(offset, whence, result) do { \ in ATF_TC_BODY() argument
/freebsd/contrib/sendmail/libsm/
H A Dfseek.c77 sm_io_seek(fp, timeout, offset, whence) in sm_io_seek() argument
H A Dsyslogio.c129 sm_syslogseek(fp, offset, whence) in sm_syslogseek() argument
H A Dsmstdio.c201 sm_stdioseek(fp, offset, whence) in sm_stdioseek() argument
H A Dstdio.c179 sm_stdseek(fp, offset, whence) in sm_stdseek() argument
/freebsd/lib/libz/
H A Dzopen.c32 xgzseek(void *cookie, fpos_t offset, int whence) in xgzseek()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h294 no_llseek(struct file *file, loff_t offset, int whence) in no_llseek() argument
301 default_llseek(struct file *file, loff_t offset, int whence) in default_llseek() argument
307 generic_file_llseek(struct file *file, loff_t offset, int whence) in generic_file_llseek() argument
313 noop_llseek(struct linux_file *file, loff_t offset, int whence) in noop_llseek() argument
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c369 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
446 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
/freebsd/sys/contrib/zlib/
H A Dgzlib.c341 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { in gzseek64()
414 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { in gzseek()
/freebsd/crypto/heimdal/lib/krb5/
H A Dstore_fd.c56 fd_seek(krb5_storage * sp, off_t offset, int whence) in fd_seek()
H A Dstore_emem.c79 emem_seek(krb5_storage *sp, off_t offset, int whence) in emem_seek()
H A Dstore_mem.c72 mem_seek(krb5_storage *sp, off_t offset, int whence) in mem_seek()
/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Dstdio.c53 isc_stdio_seek(FILE *f, long offset, int whence) { in isc_stdio_seek()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_open_memory.c146 memory_read_seek(struct archive *a, void *client_data, int64_t offset, int whence) in memory_read_seek()
H A Darchive_read_open_fd.c178 file_seek(struct archive *a, void *client_data, int64_t request, int whence) in file_seek()
H A Darchive_read.c221 client_seek_proxy(struct archive_read_filter *self, int64_t offset, int whence) in client_seek_proxy()
947 archive_seek_data(struct archive *_a, int64_t offset, int whence) in archive_seek_data()
1622 __archive_read_seek(struct archive_read *a, int64_t offset, int whence) in __archive_read_seek()
1629 int whence) in __archive_read_filter_seek()
/freebsd/contrib/libarchive/libarchive/test/
H A Dread_open_memory.c183 memory_read_seek(struct archive * a,void * client_data,int64_t offset,int whence) memory_read_seek() argument
/freebsd/lib/libsecureboot/
H A Dvectx.c294 vectx_lseek(struct vectx *ctx, off_t off, int whence) in vectx_lseek()

123