Searched refs:seek (Results 1 - 25 of 62) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dread.t9 seek(FOO,4,0);
15 seek (FOO,0,2) || seek(FOO,20000,0);
H A Ddefins.t35 seek(FILE,0,0);
47 seek(FILE,0,0);
56 seek(FILE,0,0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/FileCache/t/
H A D04twoarg.t21 seek(foo, 0, 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dopen.t22 use Fcntl qw(:seek);
27 ok(seek($fh, 0, SEEK_SET), "seek to zero");
35 ok(seek($fh, 0, SEEK_SET), "seek to zero");
H A Dscalar.t22 seek($fh,0,0) or print "not ";
30 seek($fh,0,0) or print "not ";
111 seek($dup,0,0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_tell.t46 if ($tst->seek(0,0)) { print "ok 4\n"; } else { print "not ok 4\n"; }
54 if ($tst->seek(0,1)) { print "ok 8\n"; } else { print "not ok 8\n"; }
60 if ($tst->seek(0,2)) { print "ok 11\n"; } else { print "not ok 11\n"; }
H A Dio_xs.t33 $x->seek(0,SEEK_SET);
36 $x->seek(0,SEEK_SET);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dupload.t100 seek($goodbye_fh,0,2);
105 seek($hello_fh,0,2);
119 seek($fh1,0,2);
136 seek($fh2,0,2);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dread.t19 seek(A,0,0);
H A Dtell.t35 if (seek($TST,0,0)) { print "ok 4\n"; } else { print "not ok 4\n"; }
43 if (seek(tst,0,1)) { print "ok 8\n"; } else { print "not ok 8\n"; }
49 if (seek(tst,0,2)) { print "ok 11\n"; } else { print "not ok 11\n"; }
H A Dcrlf.t29 seek(FOO,0,0);
43 seek $fh, $pos, 0;
H A Dopen.t29 ok( seek($f,0,0), ' seek set' );
71 ok( seek($f, 0, 1), ' seek cur' );
126 ok( seek($f,0,0), ' seek set' );
166 ok( seek($f, 0, 1), ' seek cur' );
/osnet-11/usr/src/tools/onbld/Checks/
H A DProcessCheck.py68 tmpfile.seek(0)
H A DMapfile.py87 fh.seek(0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/
H A Dposix.t58 ok( seek($fh,0,0) );
H A Dmktemp.t36 ok(seek( $fh, 0, 0));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/Handle/
H A Dstdhandle.t30 print "not " unless seek($f,0,0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.t49 $fh->seek(0,0);
53 $fh->seek(0,2);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D06_fixrec.t27 seek FH, 0, SEEK_SET;
H A D18_rs_fixrec.t27 seek FH, 0, SEEK_SET;
H A D13_size_rs.t69 seek FH, 0, SEEK_SET;
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dio.h183 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \
185 0, (close), (read), (seek), (write), (open), (set), (get), (timeout),\
187 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout)
190 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) (f)
191 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \
205 (f).f_seek = (seek); \
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddevice.c163 * Auxiliary function, used when we emulate pread by seek() + a sequence of
188 * to the return code of either seek, read, or set to EINVAL in case of
208 seek:
209 /* Locate to position if pread is to be emulated by seek() + read(). */
211 dops->seek(dev, pos, SEEK_SET) == (off_t)-1) {
212 ntfs_log_perror("ntfs_pread: device seek to 0x%llx returned "
227 * it by seek() + read() and set the device pread() pointer to
228 * NULL so we automatically use seek() + read() from now on.
233 goto seek;
249 * Auxiliary function, used when we emulate pwrite by seek()
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCompare.t90 seek($tfh,0,0);
/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

Completed in 90 milliseconds

123