/freebsd/lib/libc/stdio/ |
H A D | fseek.c | 50 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 D | stdio.c | 65 __sseek(void *cookie, fpos_t offset, int whence) in __sseek() 128 _sseek(FILE *fp, fpos_t offset, int whence) in _sseek()
|
H A D | open_memstream.c | 110 memstream_seek(void *cookie, fpos_t pos, int whence) in memstream_seek()
|
H A D | fopencookie.c | 114 _fopencookie_seek(void *cookie, fpos_t offset, int whence) in _fopencookie_seek()
|
H A D | fmemopen.c | 212 fmemopen_seek(void *cookie, fpos_t offset, int whence) in fmemopen_seek()
|
H A D | open_wmemstream.c | 172 wmemstream_seek(void *cookie, fpos_t pos, int whence) in wmemstream_seek()
|
/freebsd/lib/libc/tests/stdio/ |
H A D | open_memstream2_test.c | 156 #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 D | open_wmemstream_test.c | 156 #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 D | fseek.c | 77 sm_io_seek(fp, timeout, offset, whence) in sm_io_seek() argument
|
H A D | syslogio.c | 129 sm_syslogseek(fp, offset, whence) in sm_syslogseek() argument
|
H A D | smstdio.c | 201 sm_stdioseek(fp, offset, whence) in sm_stdioseek() argument
|
H A D | stdio.c | 179 sm_stdseek(fp, offset, whence) in sm_stdseek() argument
|
/freebsd/lib/libz/ |
H A D | zopen.c | 32 xgzseek(void *cookie, fpos_t offset, int whence) in xgzseek()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | fs.h | 294 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 D | gzlib.c | 369 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 D | gzlib.c | 341 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 D | store_fd.c | 56 fd_seek(krb5_storage * sp, off_t offset, int whence) in fd_seek()
|
H A D | store_emem.c | 79 emem_seek(krb5_storage *sp, off_t offset, int whence) in emem_seek()
|
H A D | store_mem.c | 72 mem_seek(krb5_storage *sp, off_t offset, int whence) in mem_seek()
|
/freebsd/contrib/ntp/libntp/lib/isc/unix/ |
H A D | stdio.c | 53 isc_stdio_seek(FILE *f, long offset, int whence) { in isc_stdio_seek()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_open_memory.c | 146 memory_read_seek(struct archive *a, void *client_data, int64_t offset, int whence) in memory_read_seek()
|
H A D | archive_read_open_fd.c | 178 file_seek(struct archive *a, void *client_data, int64_t request, int whence) in file_seek()
|
H A D | archive_read.c | 221 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 D | read_open_memory.c | 183 memory_read_seek(struct archive * a,void * client_data,int64_t offset,int whence) memory_read_seek() argument
|
/freebsd/lib/libsecureboot/ |
H A D | vectx.c | 294 vectx_lseek(struct vectx *ctx, off_t off, int whence) in vectx_lseek()
|