Searched refs:fh1 (Results 1 – 3 of 3) sorted by relevance
741 my $fh1;746 open($fh1, "/usr/bin/getent project |") || fatal($!);748 @lines = <$fh1>;750 close($fh1);753 open($fh1, "</tmp/projent.$$") || fatal($!);754 $pf1 = read_pfile($fh1);755 close($fh1);
179 nfs4cmpfhandle(nfs4_fhandle_t *fh1, nfs4_fhandle_t *fh2) in nfs4cmpfhandle() argument181 if (fh1->fh_len == fh2->fh_len) in nfs4cmpfhandle()182 return (bcmp(fh1->fh_buf, fh2->fh_buf, fh1->fh_len)); in nfs4cmpfhandle()
88 static int fh_compare(fhandle_t *fh1, fhandle_t *fh2);530 fh_compare(fhandle_t *fh1, fhandle_t *fh2) in fh_compare() argument532 if (memcmp(fh1, fh2, NFS_FHSIZE)) in fh_compare()