Home
last modified time | relevance | path

Searched refs:tst (Results 1 – 25 of 54) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/perl/t/io/
Dtell.t20 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) == 0) { print "ok 24\n"; } else { print "not ok 24\n"; }
111 print $tst "fred\n";
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/IO/t/
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->seek(0,2)) { print "ok 11\n"; } else { print "not ok 11\n"; }
[all …]
/mirbsd/src/lib/libncurses/src/ncurses/base/
Dwresize.c58 WINDOW *tst = &(wp->win); in repair_subwindows() local
60 if (tst->_parent == cmp) { in repair_subwindows()
62 if (tst->_pary > cmp->_maxy) in repair_subwindows()
63 tst->_pary = cmp->_maxy; in repair_subwindows()
64 if (tst->_parx > cmp->_maxx) in repair_subwindows()
65 tst->_parx = cmp->_maxx; in repair_subwindows()
67 if (tst->_maxy + tst->_pary > cmp->_maxy) in repair_subwindows()
68 tst->_maxy = cmp->_maxy - tst->_pary; in repair_subwindows()
69 if (tst->_maxx + tst->_parx > cmp->_maxx) in repair_subwindows()
70 tst->_maxx = cmp->_maxx - tst->_parx; in repair_subwindows()
[all …]
Dresizeterm.c92 WINDOW *tst = &(wp->win); in child_depth() local
93 if (tst->_parent == cmp) { in child_depth()
94 depth = 1 + child_depth(tst); in child_depth()
111 WINDOW *tst; in parent_depth() local
112 while ((tst = cmp->_parent) != 0) { in parent_depth()
114 cmp = tst; in parent_depth()
/mirbsd/src/gnu/usr.bin/perl/lib/
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]);
DCwd.pm484 my($dotdots, $cwd, @pst, @cst, $dir, @tst);
546 $tst[0] = $pst[0]+1 unless (@tst = lstat("$dotdots/$dir"))
548 while ($dir eq '.' || $dir eq '..' || $tst[0] != $pst[0] ||
549 $tst[1] != $pst[1]);
/mirbsd/src/gnu/usr.bin/binutils/gdb/config/djgpp/
Ddjcheck.sh27 > ${base}.tst
28 if diff --binary -u ${base}.out ${base}.tst ; then
29 rm -f ${base}.tst
/mirbsd/src/gnu/usr.bin/binutils/config/
Dlead-dot.m424 [rm -rf .tst 2>/dev/null
25 mkdir .tst 2>/dev/null
26 if test -d .tst; then
31 rmdir .tst 2>/dev/null
/mirbsd/src/usr.sbin/ppp/ppp/
Dncpaddr.c103 u_int32_t tst; in mask42bits() local
106 for (ret = 32, tst = 1; tst; ret--, tst <<= 1) in mask42bits()
107 if (msk & tst) in mask42bits()
110 for (tst <<= 1; tst; tst <<= 1) in mask42bits()
111 if (!(msk & tst)) in mask42bits()
114 return tst ? -1 : ret; in mask42bits()
/mirbsd/src/lib/libc/arch/sparc/sys/
Dsigprocmask.S41 tst %o1 ! set == NULL?
50 tst %o2 ! check to see if oset requested
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dpwent.t79 my $tst = 1;
159 print "ok ", $tst++;
186 print "ok ", $tst++, "\n";
Dgrent.t84 my $tst = 1;
/mirbsd/src/gnu/usr.bin/cvs/lib/
DMakefile.in441 for tst in $$list; do \
442 if test -f ./$$tst; then dir=./; \
443 elif test -f $$tst; then dir=; \
445 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
448 *" $$tst "*) \
451 echo "XPASS: $$tst"; \
454 echo "PASS: $$tst"; \
460 *" $$tst "*) \
462 echo "XFAIL: $$tst"; \
466 echo "FAIL: $$tst"; \
[all …]
/mirbsd/src/kern/c/sparc/
Ddivrem.m4148 tst divisor
150 tst dividend
247 tst R
259 tst R ! set up for initial iteration
266 tst R
277 tst SIGN
Dstrlen.S45 tst %o2 ! null?
Dumul.S141 tst %o1
/mirbsd/src/lib/libc/arch/sparc/stdlib/
Dabs.S46 tst %o0
/mirbsd/src/lib/libc/arch/sparc/gen/
D_setjmp.S59 tst %o1 ! compute v ? v : 1
Dsetjmp.S91 tst %i1 /* if (v == 0) v = 1; */
/mirbsd/src/gnu/usr.bin/perl/lib/Tie/Handle/
Dstdhandle.t9 tie *tst,Tie::StdHandle;
/mirbsd/src/lib/libncurses/src/ncurses/tinfo/
Dcaptoinfo.c580 int tst; in bcd_expression() local
582 tst = strlen(buffer) - 1; in bcd_expression()
583 assert(len == tst); in bcd_expression()
/mirbsd/src/gnu/usr.bin/lynx/scripts/
Dinstall-cfg.sh22 TST=lynx-cfg.tst
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dmsp430.h67 MSP_INSN (tst, 0, 1, 0x9300, 0xff30),
/mirbsd/src/sys/arch/sparc/sparc/
Dlocore.s1234 tst pte; \
2164 tst %o0
2371 tst %o0
2376 3: tst %l4 ! while ih != NULL
2895 tst %l7
3066 tst %l7 ! want AST trap?
3190 tst %l7
3376 tst %o4 ! do we have the symbols?
3517 tst %o1
3931 tst %l0 ! reload fpu registers?
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-sh.texi311 shll8 Rn tst #imm,R0
312 shlr Rn tst Rm,Rn
313 shlr16 Rn tst.b #imm,@@(R0,GBR)

123