Searched refs:tst (Results 1 - 25 of 45) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dtell.t12 $TST = 'tst';
20 if (eof(tst)) { print "not ok 1\n"; } else { print "ok 1\n"; }
26 while (<tst>) {
39 if ($firstline eq <tst>) { print "ok 6\n"; } else { print "not ok 6\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"; }
105 close($tst);
106 open($tst,">$written") || die "Cannot open $written:$!";
107 binmode $tst if $Is_Dosish;
109 if (tell($tst)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_tell.t29 $tst = IO::File->new("$tell_file","r") || die("Can't open $tell_file");
30 binmode $tst; # its a nop unless it matters. Was only if ($^O eq 'MSWin32' or $^O eq 'dos');
31 if ($tst->eof) { print "not ok 1\n"; } else { print "ok 1\n"; }
33 $firstline = <$tst>;
37 while (<$tst>) {
46 if ($tst->seek(0,0)) { print "ok 4\n"; } else { print "not ok 4\n"; }
50 if ($firstline eq <$tst>) { print "ok 6\n"; } else { print "not ok 6\n"; }
54 if ($tst->seek(0,1)) { print "ok 8\n"; } else { print "not ok 8\n"; }
56 if ($tst->eof) { print "not ok 9\n"; } else { print "ok 9\n"; }
60 if ($tst
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dgetcwd.pl16 local($dotdots, $cwd, @pst, @cst, $dir, @tst);
54 unless (@tst = lstat("$dotdots/$dir"))
61 while ($dir eq '.' || $dir eq '..' || $tst[$[] != $pst[$[] ||
62 $tst[$[ + 1] != $pst[$[ + 1]);
H A DCwd.pm370 my($dotdots, $cwd, @pst, @cst, $dir, @tst);
409 $tst[0] = $pst[0]+1 unless (@tst = lstat("$dotdots/$dir"))
411 while ($dir eq '.' || $dir eq '..' || $tst[0] != $pst[0] ||
412 $tst[1] != $pst[1]);
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dabs.s38 tst %o0
50 tst %o0
H A D_stack_grow.s71 tst %o2
H A Dsetjmp.s58 tst %o1
124 tst %o1 ! is return value 0?
H A Dstrlen.s72 tst %o1 ! byte zero?
83 tst %o4
H A Dmemchr.s59 tst %o2 ! n == 0 ?
H A Dstrchr.s58 tst %o2 ! str[0] == 0 ?
66 tst %o2 ! str[1] == 0 ?
74 tst %o2 ! str[2] == 0 ?
165 tst %o1 ! byte zero?
178 tst %o4 ! first byte zero ?
/osnet-11/usr/src/lib/libmail/common/
H A Dpopenvp.c53 #define tst(a, b) (*mode == 'r'? (b) : (a)) macro
72 myside = tst(p[WTR], p[RDR]);
73 yourside = tst(p[RDR], p[WTR]);
82 stdio = tst(0, 1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/Handle/
H A Dstdhandle.t9 tie *tst,Tie::StdHandle;
11 $f = 'tst';
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfpkrd.c216 char tst[2]; local
217 tst[0] = 'a';
218 tst[1] = 'z';
219 recv_peek_ok = (!pipe(fds) && write(fds[1], tst, 2) && recv(fds[0], tst, 1, MSG_PEEK) == 1 && tst[0] == 'a' && recv(fds[0], tst, 1, MSG_PEEK) == 1 && tst[0] == 'a') ? 1 : -1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpwent.t79 my $tst = 1;
159 print "ok ", $tst++;
186 print "ok ", $tst++, "\n";
H A Dgrent.t84 my $tst = 1;
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dpopen.c51 #define tst(a, b) (*mode == 'r'? (b) : (a)) macro
155 myside = tst(p[WTR], p[RDR]);
156 yourside = tst(p[RDR], p[WTR]);
158 stdio = tst(0, 1);
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.s58 tst %o1
131 tst %o1 ! is return value 0?
H A Dstrlen.s72 tst %o1 ! byte zero?
83 tst %o4
H A Dmemchr.s59 tst %o2 ! n == 0 ?
/osnet-11/usr/src/lib/libc/sparc/sys/
H A Dvforkx.s77 tst %o1
H A Ddoor.s100 tst %g1 /* test nservers */
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s218 tst %l1
244 tst %o5
267 tst %l4
278 tst %l3
280 tst %l6
292 tst %o1
312 tst %l2 ! see if we need to raise underflow
577 tst %o7 ! complement guard, round, and
683 tst %l4 ! fudge directect rounding modes
689 tst
[all...]
/osnet-11/usr/src/lib/libshell/common/features/
H A Dmath.sh41 eval `iffe $iffeflags -F ast_standards.h -c "$cc" - tst use_ast_standards -lm 'note{' 'math.h needs ast_standards.h' '}end' 'link{' '#include <math.h>' '#ifndef isgreater' '#define isgreater(a,b) 0' '#endif' 'int main() { return isgreater(0.0,1.0); }' '}end'`
45 eval `iffe $iffeflags -c "$cc" - tst use_ieeefp -lm 'note{' 'ieeefp.h plays nice' '}end' 'link{' '#include <math.h>' '#include <ieeefp.h>' 'int main() { return 0; }' '}end'`
229 eval `iffe $iffeflags -c "$cc" - tst it_links_ note{ $F function links }end link{ "static $L $F($ta)$td${body}int main(){return $F($tc)!=0;}" }end sfio.h $iffehdrs $iffelibs 2>&$stderr`
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshnodes.h146 /* tst is same as lst, but with extra field for line number */
207 struct tstnod tst; member in union:Shnode_u
/osnet-11/usr/src/lib/libc/sparc/crt/
H A Dhwmuldiv.s47 tst %o1 ! return with Z set if high order bits are zero

Completed in 116 milliseconds

12