/netbsd-src/lib/libc/sys/ |
H A D | lseek.c | 57 lseek(int fd, off_t offset, int whence) in lseek()
|
/netbsd-src/lib/libc/stdio/ |
H A D | fseek.c | 54 fseek(FILE *fp, long l_offset, int whence) in fseek()
|
H A D | stdio.c | 100 __sseek(void *cookie, off_t offset, int whence) in __sseek()
|
H A D | open_memstream.c | 118 memstream_seek(void *cookie, off_t pos, int whence) in memstream_seek()
|
H A D | fmemopen.c | 118 fmemopen_seek(void *cookie, off_t offset, int whence) in fmemopen_seek()
|
H A D | open_wmemstream.c | 180 wmemstream_seek(void *cookie, off_t pos, int whence) in wmemstream_seek()
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | fseeko.c | 38 fseeko (FILE *stream, off_t offset, int whence) in fseeko()
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | gzlib.c | 368 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument 445 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | gzlib.c | 368 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument 445 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | gzlib.c | 368 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument 445 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
|
/netbsd-src/sys/arch/zaurus/stand/zboot/ |
H A D | pathfs.c | 72 pathfs_seek(struct open_file *fd, off_t offset, int whence) in pathfs_seek()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | store_sock.c | 62 socket_seek(krb5_storage * sp, off_t offset, int whence) in socket_seek()
|
H A D | store_fd.c | 92 fd_seek(krb5_storage * sp, off_t offset, int whence) in fd_seek()
|
H A D | store_emem.c | 82 emem_seek(krb5_storage *sp, off_t offset, int whence) in emem_seek()
|
H A D | store_mem.c | 74 mem_seek(krb5_storage *sp, off_t offset, int whence) in mem_seek()
|
/netbsd-src/sys/arch/hpcmips/stand/libsa/ |
H A D | winfs.c | 138 win_seek(struct open_file *f, off_t offset, int whence) in win_seek()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | bufgap.c | 294 bufgap_seek(bufgap_t *bp, int64_t off, int whence, int type) in bufgap_seek() 380 bufgap_tell(bufgap_t *bp, int whence, int type) in bufgap_tell()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | bufgap.c | 283 bufgap_seek(bufgap_t *bp, int64_t off, int whence, int type) in bufgap_seek() 369 bufgap_tell(bufgap_t *bp, int whence, int type) in bufgap_tell()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
H A D | stdio.c | 50 isc_stdio_seek(FILE *f, off_t offset, int whence) { in isc_stdio_seek()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | stdio.c | 50 isc_stdio_seek(FILE *f, off_t offset, int whence) { in isc_stdio_seek() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | fbuf.c | 206 fbuf_seek (gfc_unit *u, ptrdiff_t off, int whence) in fbuf_seek()
|
H A D | unix.h | 63 sseek (stream *s, gfc_offset offset, int whence) in sseek()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | fbuf.c | 206 fbuf_seek (gfc_unit *u, ptrdiff_t off, int whence) in fbuf_seek()
|
/netbsd-src/tests/compat/linux/ |
H A D | h_linux.h | 49 #define lseek(fd, off, whence) (off_t)syscall(LINUX_SYS_lseek, fd, \ argument
|
/netbsd-src/lib/librmt/ |
H A D | rmtlib.c | 472 _rmt_lseek(int fildes, off_t offset, int whence) in _rmt_lseek() 717 rmtlseek(int fildes, off_t offset, int whence) in rmtlseek()
|