Home
last modified time | relevance | path

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

1234

/netbsd-src/lib/libc/sys/
H A Dlseek.c57 lseek(int fd, off_t offset, int whence) in lseek()
/netbsd-src/lib/libc/stdio/
H A Dfseek.c54 fseek(FILE *fp, long l_offset, int whence) in fseek()
H A Dstdio.c100 __sseek(void *cookie, off_t offset, int whence) in __sseek()
H A Dopen_memstream.c118 memstream_seek(void *cookie, off_t pos, int whence) in memstream_seek()
H A Dfmemopen.c118 fmemopen_seek(void *cookie, off_t offset, int whence) in fmemopen_seek()
H A Dopen_wmemstream.c180 wmemstream_seek(void *cookie, off_t pos, int whence) in wmemstream_seek()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dfseeko.c38 fseeko (FILE *stream, off_t offset, int whence) in fseeko()
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dgzlib.c368 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 Dgzlib.c368 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 Dgzlib.c368 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 Dpathfs.c72 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 Dstore_sock.c62 socket_seek(krb5_storage * sp, off_t offset, int whence) in socket_seek()
H A Dstore_fd.c92 fd_seek(krb5_storage * sp, off_t offset, int whence) in fd_seek()
H A Dstore_emem.c82 emem_seek(krb5_storage *sp, off_t offset, int whence) in emem_seek()
H A Dstore_mem.c74 mem_seek(krb5_storage *sp, off_t offset, int whence) in mem_seek()
/netbsd-src/sys/arch/hpcmips/stand/libsa/
H A Dwinfs.c138 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 Dbufgap.c294 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 Dbufgap.c283 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 Dstdio.c50 isc_stdio_seek(FILE *f, off_t offset, int whence) { in isc_stdio_seek()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dstdio.c50 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 Dfbuf.c206 fbuf_seek (gfc_unit *u, ptrdiff_t off, int whence) in fbuf_seek()
H A Dunix.h63 sseek (stream *s, gfc_offset offset, int whence) in sseek()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dfbuf.c206 fbuf_seek (gfc_unit *u, ptrdiff_t off, int whence) in fbuf_seek()
/netbsd-src/tests/compat/linux/
H A Dh_linux.h49 #define lseek(fd, off, whence) (off_t)syscall(LINUX_SYS_lseek, fd, \ argument
/netbsd-src/lib/librmt/
H A Drmtlib.c472 _rmt_lseek(int fildes, off_t offset, int whence) in _rmt_lseek()
717 rmtlseek(int fildes, off_t offset, int whence) in rmtlseek()

1234