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 D | Seekable.pm | 7 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 D | Dir.pm | 68 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 D | device.h | 91 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 D | stk.c | 104 int seek; member in struct:__anon1170 414 increment(seek);
|
/osnet-11/usr/src/lib/libdscfg/common/ |
H A D | cfg_impl.h | 216 int (*seek)(cfp_t *, int, int); /* Seek */ member in struct:cfg_io_s
|
/osnet-11/usr/src/grub/grub2/include/grub/arc/ |
H A D | arc.h | 203 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 D | net.h | 219 grub_err_t (*seek) (struct grub_file *file, grub_off_t off); member in struct:grub_net_app_protocol
|
Completed in 115 milliseconds