Searched refs:tfile (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_utils.c1636 FILE *tfile = NULL; local
1690 if ((tfile = fdopen(fd, "w")) == NULL) {
1709 (void) fputs(comments_buf, tfile);
1724 (void) putvfsent(tfile, &vp);
1762 (void) putvfsent(tfile, &vp);
1770 (void) fclose(tfile);
1771 tfile = NULL;
1806 if (tfile != NULL)
1807 (void) fclose(tfile);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm470 foreach my $tfile (@tests) {
472 print "# Running: ", $Strap->_command_line($tfile), "\n";
476 my($leader, $ml) = _mk_leader($tfile, $width);
484 my %results = $Strap->analyze_file($tfile) or
545 $failedtests{$tfile} = _dubious_return(\%test, \%tot,
547 $failedtests{$tfile}{name} = $tfile;
554 $failedtests{$tfile} = { canon => $canon,
557 name => $tfile,
565 $failedtests{$tfile}
[all...]
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py649 tfile = wslist[repo].filepath('.hgtags')
658 (ptip, tfile, tfile))

Completed in 22 milliseconds