Searched refs:tfh (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dpreprocess.t23 open my $tfh, '>', $TMPFILE or die "Couldn't open test file: $!; aborting";
24 print $tfh $t;
25 close $tfh;
35 open $tfh, '<', $TMPFILE or die "Couldn't open test file: $!; aborting";
36 $tmpl = Text::Template::Preprocess->new(TYPE => 'FILEHANDLE', SOURCE => $tfh) or die;
H A Dexported.t13 my $tfh = File::Temp->new;
24 my $TEMPFILE = $tfh->filename;
26 print $tfh 'The value of $n is {$n}.', "\n";
27 close $tfh or die "Couldn't write test file: $!; aborting";
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c1627 struct nfsrvfh tfh; local
1671 tfh.nfsrvfh_len = 0;
1672 error = nfsrv_mtofh(nd, &tfh);
1683 if (tfh.nfsrvfh_len == NFSX_MYFH &&
1684 !NFSBCMP(tfh.nfsrvfh_data, &fh, NFSX_MYFH)) {
1694 nfsd_fhtovp(nd, &tfh, LK_EXCLUSIVE, &tdp, &tnes, NULL,
H A Dnfs_nfsdstate.c5269 fhandle_t tfh; local
5343 NFSBCOPY((caddr_t)&stp->ls_lfp->lf_fh, (caddr_t)&tfh,
5344 sizeof (tfh));
5355 &tstateid, 0, &tfh, NULL, NULL, 0, p);

Completed in 193 milliseconds