Searched refs:ifh (Results 1 – 6 of 6) sorted by relevance
/freebsd/secure/caroot/ |
H A D | ca-extract.pl | 103 my $ifh = shift; 106 while (<$ifh>) { 116 my $ifh = shift; 122 while (<$ifh>) { 131 $certdata = graboct($ifh); 135 $serial = graboct($ifh); 140 my $distrust_after = graboct($ifh); 150 my $ifh = shift; 156 while (<$ifh>) { 165 $serial = graboct($ifh);
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/ |
H A D | ofh.t | 26 open my $ifh, '<', $of->filename or die "open($of): $!"; 29 { local $/; $t = <$ifh> } 30 close $ifh;
|
/freebsd/tools/tools/ansify/ |
H A D | ansify.pl | 38 my $ifh = shift; 44 while (<$ifh>) { 52 while (<$ifh>) {
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_vnops.c | 770 struct ifid ifh; in cd9660_vptofh() local 773 ifh.ifid_len = sizeof(struct ifid); in cd9660_vptofh() 775 ifh.ifid_ino = ip->i_number; in cd9660_vptofh() 776 ifh.ifid_start = ip->iso_start; in cd9660_vptofh() 781 memcpy(ap->a_fhp, &ifh, sizeof(ifh)); in cd9660_vptofh() 785 (uintmax_t)ifh.ifid_ino, ifh.ifid_start); in cd9660_vptofh()
|
H A D | cd9660_vfsops.c | 607 struct ifid ifh; in cd9660_fhtovp() local 612 memcpy(&ifh, fhp, sizeof(ifh)); in cd9660_fhtovp() 616 ifh.ifid_ino, ifh.ifid_start); in cd9660_fhtovp() 619 if ((error = VFS_VGET(mp, ifh.ifid_ino, LK_EXCLUSIVE, &nvp)) != 0) { in cd9660_fhtovp()
|
/freebsd/tools/tools/kdrv/ |
H A D | KernelDriver | 879 set ifh [open $ksrc$f r]; 883 while {[gets $ifh line] >= 0} { 897 close $ifh;
|