Searched refs:GlobMatcher (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/common/
H A DGlobMatcher.h2 * File: GlobMatcher.h
38 class GlobMatcher : public StringMatcher class in namespace:elftosb
42 GlobMatcher(const std::string & pattern) function in class:elftosb::GlobMatcher
H A DExcludesListMatcher.h10 #include "GlobMatcher.h"
32 * The only reason for inheriting from GlobMatcher is so we can access the protected
35 class ExcludesListMatcher : public GlobMatcher
H A DGlobMatcher.cpp2 * File: GlobMatcher.cpp
8 #include "GlobMatcher.h"
22 bool GlobMatcher::match(const std::string & testValue)
29 bool GlobMatcher::globMatch(const char *str, const char *p)
H A DExcludesListMatcher.cpp13 : GlobMatcher("")
/netbsd-current/external/bsd/elftosb/lib/
H A DMakefile20 GlobMatcher.cpp \
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp12 #include "GlobMatcher.h"
1128 GlobMatcher globber(*sectionName);

Completed in 203 milliseconds