Home
last modified time | relevance | path

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

123

/freebsd-11-stable/lib/libc/stdio/
HDfseek.c54 fseek(FILE *fp, long offset, int whence) in fseek()
72 fseeko(FILE *fp, off_t offset, int whence) in fseeko()
94 _fseeko(FILE *fp, off_t offset, int whence, int ltest) in _fseeko()
HDstdio.c69 __sseek(void *cookie, fpos_t offset, int whence) in __sseek()
132 _sseek(FILE *fp, fpos_t offset, int whence) in _sseek()
HDopen_memstream.c111 memstream_seek(void *cookie, fpos_t pos, int whence) in memstream_seek()
HDfopencookie.c117 _fopencookie_seek(void *cookie, fpos_t offset, int whence) in _fopencookie_seek()
HDfmemopen.c213 fmemopen_seek(void *cookie, fpos_t offset, int whence) in fmemopen_seek()
HDopen_wmemstream.c173 wmemstream_seek(void *cookie, fpos_t pos, int whence) in wmemstream_seek()
/freebsd-11-stable/lib/libc/tests/stdio/
HDopen_wmemstream_test.c159 #define SEEK_FAIL(offset, whence, error) do { \ in ATF_TC_BODY() argument
171 #define SEEK_OK(offset, whence, result) do { \ in ATF_TC_BODY() argument
HDopen_memstream2_test.c159 #define SEEK_FAIL(offset, whence, error) do { \ in ATF_TC_BODY() argument
171 #define SEEK_OK(offset, whence, result) do { \ in ATF_TC_BODY() argument
/freebsd-11-stable/lib/libz/
HDzopen.c33 xgzseek(void *cookie, fpos_t offset, int whence) in xgzseek()
/freebsd-11-stable/contrib/sendmail/libsm/
HDfseek.c77 sm_io_seek(fp, timeout, offset, whence) in sm_io_seek() argument
HDsyslogio.c129 sm_syslogseek(fp, offset, whence) in sm_syslogseek() argument
HDsmstdio.c201 sm_stdioseek(fp, offset, whence) in sm_stdioseek() argument
HDstdio.c179 sm_stdseek(fp, offset, whence) in sm_stdseek() argument
/freebsd-11-stable/sys/contrib/zlib/
HDgzlib.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-11-stable/crypto/heimdal/lib/krb5/
HDstore_fd.c56 fd_seek(krb5_storage * sp, off_t offset, int whence) in fd_seek()
HDstore_emem.c79 emem_seek(krb5_storage *sp, off_t offset, int whence) in emem_seek()
HDstore_mem.c72 mem_seek(krb5_storage *sp, off_t offset, int whence) in mem_seek()
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
HDstdio.c52 isc_stdio_seek(FILE *f, long offset, int whence) { in isc_stdio_seek()
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
HDstdio.c53 isc_stdio_seek(FILE *f, long offset, int whence) { in isc_stdio_seek()
/freebsd-11-stable/contrib/libarchive/libarchive/
HDarchive_read_open_memory.c147 memory_read_seek(struct archive *a, void *client_data, int64_t offset, int whence) in memory_read_seek()
HDarchive_read_open_fd.c179 file_seek(struct archive *a, void *client_data, int64_t request, int whence) in file_seek()
HDarchive_read.c222 client_seek_proxy(struct archive_read_filter *self, int64_t offset, int whence) in client_seek_proxy()
948 archive_seek_data(struct archive *_a, int64_t offset, int whence) in archive_seek_data()
1623 __archive_read_seek(struct archive_read *a, int64_t offset, int whence) in __archive_read_seek()
1630 int whence) in __archive_read_filter_seek()
/freebsd-11-stable/contrib/binutils/bfd/
HDbfdio.c53 real_fseek (FILE *file, file_ptr offset, int whence) in real_fseek()
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDfs.h278 no_llseek(struct file *file, loff_t offset, int whence) in no_llseek()
285 noop_llseek(struct linux_file *file, loff_t offset, int whence) in noop_llseek()
/freebsd-11-stable/contrib/libarchive/libarchive/test/
HDread_open_memory.c183 memory_read_seek(struct archive *a, void *client_data, int64_t offset, int whence) in memory_read_seek()

123