Searched defs:seek (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm7 IO::Seekable - supply seek based methods for I/O objects
44 =item $io->seek ( POS, WHENCE )
71 Similar to $io->seek, but sets the IO::File's position using the system
113 sub seek { subroutine
114 @_ == 3 or croak 'usage: $io->seek(POS, WHENCE)';
115 seek($_[0], $_[1], $_[2]);
H A DDir.pm68 sub seek { subroutine
69 @_ == 2 or croak 'usage: $dh->seek(POS)';
196 =item seek ( POS )
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddevice.h91 s64 (*seek)(struct ntfs_device *dev, s64 offset, int whence); member in struct:ntfs_device_operations
/osnet-11/usr/src/lib/libast/common/misc/
H A Dstk.c104 int seek; member in struct:__anon1170
414 increment(seek);
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h216 int (*seek)(cfp_t *, int, int); /* Seek */ member in struct:cfg_io_s
/osnet-11/usr/src/grub/grub2/include/grub/arc/
H A Darc.h203 grub_arc_err_t (*seek) (grub_arc_fileno_t fileno, member in struct:grub_arc_firmware_vector
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnet.h219 grub_err_t (*seek) (struct grub_file *file, grub_off_t off); member in struct:grub_net_app_protocol

Completed in 115 milliseconds