Home
last modified time | relevance | path

Searched refs:matchExactly (Results 1 – 7 of 7) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/x509/
H A Dverify.go933 func matchExactly(hostA, hostB string) bool { func
1039 if matchExactly(match, candidateName) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/x509/
H A Dverify.go944 func matchExactly(hostA, hostB string) bool { func
1050 if matchExactly(match, candidateName) {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/x509/
H A Dverify.go975 func matchExactly(hostA, hostB string) bool { func
1089 if matchExactly(match, candidateName) {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/crypto/x509/
H A Dverify.go975 func matchExactly(hostA, hostB string) bool { func
1089 if matchExactly(match, candidateName) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/x509/
H A Dverify.go975 func matchExactly(hostA, hostB string) bool { func
1089 if matchExactly(match, candidateName) {
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DTargetSelector.hs1996 fmap snd $ matchExactly (fst . fst) dirs canondir
2009 fmap snd $ matchExactly (fst . fst) files canonfile
2344 matchExactly :: Ord k => (a -> k) -> [a] -> (k -> Match a)
2345 matchExactly key xs = function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DTargetSelector.hs2019 fmap snd $ matchExactly (fst . fst) dirs canondir
2032 fmap snd $ matchExactly (fst . fst) files canonfile
2368 matchExactly :: Ord k => (a -> k) -> [a] -> (k -> Match a)
2369 matchExactly key xs = function