/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/ |
H A D | tell.t | 12 $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 D | io_tell.t | 29 $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 D | getcwd.pl | 16 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 D | Cwd.pm | 370 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 D | abs.s | 38 tst %o0 50 tst %o0
|
H A D | _stack_grow.s | 71 tst %o2
|
H A D | setjmp.s | 58 tst %o1 124 tst %o1 ! is return value 0?
|
H A D | strlen.s | 72 tst %o1 ! byte zero? 83 tst %o4
|
H A D | memchr.s | 59 tst %o2 ! n == 0 ?
|
H A D | strchr.s | 58 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 D | popenvp.c | 53 #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 D | stdhandle.t | 9 tie *tst,Tie::StdHandle; 11 $f = 'tst';
|
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | sfpkrd.c | 216 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 D | pwent.t | 79 my $tst = 1; 159 print "ok ", $tst++; 186 print "ok ", $tst++, "\n";
|
H A D | grent.t | 84 my $tst = 1;
|
/osnet-11/usr/src/lib/libc/port/stdio/ |
H A D | popen.c | 51 #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 D | setjmp.s | 58 tst %o1 131 tst %o1 ! is return value 0?
|
H A D | strlen.s | 72 tst %o1 ! byte zero? 83 tst %o4
|
H A D | memchr.s | 59 tst %o2 ! n == 0 ?
|
/osnet-11/usr/src/lib/libc/sparc/sys/ |
H A D | vforkx.s | 77 tst %o1
|
H A D | door.s | 100 tst %g1 /* test nservers */
|
/osnet-11/usr/src/lib/libc/sparcv9/fp/ |
H A D | __quad_mag64.s | 218 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 D | math.sh | 41 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 D | shnodes.h | 146 /* 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 D | hwmuldiv.s | 47 tst %o1 ! return with Z set if high order bits are zero
|