Home
last modified time | relevance | path

Searched refs:tell (Results 1 – 25 of 213) sorted by relevance

123456789

/mirbsd/src/gnu/usr.bin/perl/t/io/
Dtell.t23 $secondpos = tell;
31 $lastpos = tell;
41 if ($secondpos == tell) { print "ok 7\n"; } else { print "not ok 7\n"; }
47 if ($secondpos == tell) { print "ok 10\n"; } else { print "not ok 10\n"; }
51 if ($lastpos == tell) { print "ok 12\n"; } else { print "not ok 12\n"; }
66 tell other;
88 tell other;
93 if (tell(other) == -1) { print "ok 22\n"; } else { print "not ok 22\n"; }
95 if (tell(ether) == -1) { print "ok 23\n"; } else { print "not ok 23\n"; }
109 if (tell($tst) == 0) { print "ok 24\n"; } else { print "not ok 24\n"; }
[all …]
Dutf8.t22 cmp_ok( tell(F), '==', 4, tell(F) );
24 cmp_ok( tell(F), '>=', 5, tell(F) );
81 { my $x = tell(F);
99 my $x = tell(F);
203 tell(F) == ($a += bytes::length($b))) {
208 print '# tell(F) == ', tell(F), "\n";
Dopen.t34 is( tell($f), 9, ' tell()' );
131 is( tell($f), 9, ' tell' );
Dcrlf.t43 my $pos = tell $fh; # pos must be behind "xxx", before "\nxxy\n"
/mirbsd/src/gnu/usr.bin/perl/ext/IO/t/
Dio_tell.t34 $secondpos = tell;
42 $lastpos = tell;
52 if ($secondpos == tell) { print "ok 7\n"; } else { print "not ok 7\n"; }
58 if ($secondpos == tell) { print "ok 10\n"; } else { print "not ok 10\n"; }
62 if ($lastpos == $tst->tell) { print "ok 12\n"; } else { print "not ok 12\n"; }
Dio_linenum.t51 $t = tell F; # tell F; provokes a warning
66 $t = tell F;
/mirbsd/src/gnu/usr.bin/perl/ext/PerlIO/t/
Dscalar.t55 my $off = tell($fh);
62 $off = tell($fh);
74 $off = tell($fh);
86 $off = tell($fh);
DPerlIO.t83 ok( tell($x) >= 3, ' tell' );
106 ok( tell($x) >= 3, ' tell' );
Dencoding.t104 my $offset = tell(RUSSKI);
/mirbsd/src/usr.bin/rpcgen/
Drpc_main.c438 long tell; local
451 tell = ftell(fout);
455 if (extend && tell == ftell(fout)) {
525 long tell; local
541 tell = ftell(fout);
554 if (extend && tell == ftell(fout)) {
738 long tell; local
754 tell = ftell(fout);
758 if (extend && tell == ftell(fout))
773 long tell; local
[all …]
/mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Ddoio18 tell() on closed filehandle [Perl_do_tell]
19 $a = "fred";$a = tell($a)
106 tell(STDIN);
112 tell($a);
119 tell(STDIN);
125 tell($a);
131 tell() on closed filehandle STDIN at - line 4.
136 tell() on unopened filehandle at - line 10.
/mirbsd/src/lib/libncurses/src/ncurses/tinfo/
Dread_entry.c51 #define tell(fd) lseek(fd, 0, SEEK_CUR) /* lseek() is POSIX, but not tell() */ macro
169 TR(TRACE_DATABASE, ("READ termtype header @%ld", (long) tell(fd))); in read_termtype()
265 TR(TRACE_DATABASE, ("READ extended_header @%ld", (long) tell(fd))); in read_termtype()
298 ext_bool_count, (long) tell(fd))); in read_termtype()
307 ext_num_count, (long) tell(fd))); in read_termtype()
315 TR(TRACE_DATABASE, ("READ extended-offsets @%ld", (long) tell(fd))); in read_termtype()
321 ext_str_limit, (long) tell(fd))); in read_termtype()
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dlfs.t220 offset('tell(BIG)', 4_500_000_000);
227 # your tell() is returning 32-bit values since (I32)4_500_000_001
229 offset('tell(BIG)', 4_500_000_001);
235 offset('tell(BIG)', 4_500_000_000);
241 offset('tell(BIG)', 5_000_000_000);
/mirbsd/src/usr.bin/ssh/
DREADME.smartcard49 (5) tell the ssh client to use the card reader:
53 (6) or tell the agent (don't forget to restart) to use the smartcard:
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/lib/Encode/
DPerlIO.pod117 in escape-based encodings you can't tell if a given octet is a whole
120 Fortunately PerlIO also supports line buffer if you tell PerlIO to use
124 To tell PerlIO to use line buffer, implement -E<gt>needs_lines method
139 =head2 How can I tell whether my encoding fully supports PerlIO ?
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Dsccs2rcs.in83 set edits = (`sccs tell`)
310 foreach f (`sccs tell`)
/mirbsd/src/gnu/usr.bin/perl/lib/Tie/Handle/
Dstdhandle.t26 print "not " unless tell($f) == 9;
/mirbsd/src/usr.bin/sudo/
DPORTING14 be sufficient to tell configure you are runnng SVR4, something like:
63 page should tell you what library this is. You can then use the
64 --with-libraries option to configure to tell sudo to link with the
/mirbsd/src/gnu/usr.bin/perl/hints/
Dbsdos.sh128 Feel free to tell perlbug@perl.org otherwise.
Dfreebsd.sh194 Feel free to tell perlbug@perl.org otherwise.
/mirbsd/src/gnu/usr.bin/perl/lib/
DFileHandle.t58 print "not " unless ($fh->open("TEST","r") && !$fh->tell && $fh->close);
/mirbsd/src/usr.bin/file/magdir/
Dlisp14 # Also applies to XEmacs 19+ .elc files; could tell them apart if we had regexp
Ddigital24 # The next is incomplete, we could tell more about this format,
/mirbsd/src/usr.bin/vi/perl_api/
Dnviperl.pod33 this is a bad idea, tell me.)
/mirbsd/src/gnu/usr.bin/perl/ext/Sys/Syslog/
DChanges4 [CODE] Merged blead@26768: If getservbyname fails tell what service

123456789