/openbsd/lib/libc/stdio/ |
H A D | fseek.c | 49 fseeko(FILE *fp, off_t offset, int whence) in fseeko() 249 fseek(FILE *fp, long offset, int whence) in fseek()
|
H A D | stdio.c | 69 __sseek(void *cookie, fpos_t offset, int whence) in __sseek()
|
H A D | open_memstream.c | 75 memstream_seek(void *v, fpos_t off, int whence) in memstream_seek()
|
H A D | open_wmemstream.c | 79 wmemstream_seek(void *v, fpos_t off, int whence) in wmemstream_seek()
|
H A D | fmemopen.c | 75 fmemopen_seek(void *v, fpos_t off, int whence) in fmemopen_seek()
|
/openbsd/lib/libz/ |
H A D | gzlib.c | 342 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { in gzseek64() 415 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { in gzseek()
|
/openbsd/sys/arch/loongson/stand/boot/ |
H A D | rd.c | 112 rdfs_seek(struct open_file *f, off_t offset, int whence) in rdfs_seek()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | bfdio.c | 55 real_fseek (FILE *file, file_ptr offset, int whence) in real_fseek()
|
H A D | cache.c | 252 cache_bseek (struct bfd *abfd, file_ptr offset, int whence) in cache_bseek()
|
H A D | opncls.c | 413 opncls_bseek (struct bfd *abfd, file_ptr offset, int whence) in opncls_bseek()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | bfdio.c | 54 real_fseek (FILE *file, file_ptr offset, int whence) in real_fseek()
|
/openbsd/regress/sys/fileops/ |
H A D | fileops.c | 115 c_lseek(off_t offset, int whence) in c_lseek()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | proc-api.c | 617 lseek_with_trace (int fd, off_t offset, int whence, char *file, int line) in lseek_with_trace()
|
/openbsd/sys/dev/pci/drm/display/ |
H A D | drm_dp_aux_dev.c | 141 static loff_t auxdev_llseek(struct file *file, loff_t offset, int whence) in auxdev_llseek()
|
/openbsd/gnu/llvm/lldb/examples/python/ |
H A D | file_extract.py | 37 def seek(self, offset, whence=0): argument
|
/openbsd/sys/kern/ |
H A D | vfs_vnops.c | 632 vn_seek(struct file *fp, off_t *offset, int whence, struct proc *p) in vn_seek()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | perlio.c | 1160 PerlIOScalar_seek(pTHX_ PerlIO * f, Off_t offset, int whence) in PerlIOScalar_seek() 2019 Perl_PerlIO_seek(pTHX_ PerlIO *f, Off_t offset, int whence) in Perl_PerlIO_seek() 3046 PerlIOUnix_seek(pTHX_ PerlIO *f, Off_t offset, int whence) in PerlIOUnix_seek() 3873 PerlIOStdio_seek(pTHX_ PerlIO *f, Off_t offset, int whence) in PerlIOStdio_seek() 4606 PerlIOBuf_seek(pTHX_ PerlIO *f, Off_t offset, int whence) in PerlIOBuf_seek() 4804 PerlIOPending_seek(pTHX_ PerlIO *f, Off_t offset, int whence) in PerlIOPending_seek()
|
H A D | doio.c | 2046 Perl_do_seek(pTHX_ GV *gv, Off_t pos, int whence) in Perl_do_seek() 2060 Perl_do_sysseek(pTHX_ GV *gv, Off_t pos, int whence) in Perl_do_sysseek()
|
H A D | syscall_emulator.c | 974 int whence = (int)va_arg(args, long); in syscall_emulator() local
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_netbsd.cpp | 286 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) { in internal_lseek()
|
H A D | sanitizer_solaris.cpp | 189 DECLARE__REAL_AND_INTERNAL64(uptr, lseek, fd_t fd, OFF_T offset, int whence) { in DECLARE__REAL_AND_INTERNAL64()
|
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 315 const char *whence; in ShowHeapOrGlobalCandidate() local
|
/openbsd/gnu/usr.bin/perl/ext/PerlIO-via/ |
H A D | via.xs | 377 PerlIOVia_seek(pTHX_ PerlIO * f, Off_t offset, int whence) in PerlIOVia_seek()
|
/openbsd/bin/csh/ |
H A D | csh.c | 1271 seekf(void *oreo, off_t off, int whence) in seekf()
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 1153 WRAPPER2(int, fseek, FILE *stream, long offset, int whence) in WRAPPER2() argument 1163 WRAPPER2(int, fseeko64, FILE *stream, off64_t offset, int whence) in WRAPPER2() argument
|