Home
last modified time | relevance | path

Searched refs:GlobMatcher (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DGlobMatcher.h38 class GlobMatcher : public StringMatcher
42 GlobMatcher(const std::string & pattern) in GlobMatcher() function
H A DGlobMatcher.cpp22 bool GlobMatcher::match(const std::string & testValue) in match()
29 bool GlobMatcher::globMatch(const char *str, const char *p) in globMatch()
H A DExcludesListMatcher.h35 class ExcludesListMatcher : public GlobMatcher
H A DExcludesListMatcher.cpp13 : GlobMatcher("") in ExcludesListMatcher()
/netbsd-src/external/bsd/elftosb/dist/elftosb.xcodeproj/
H A Dproject.pbxproj50 …D468F0A16685F0027E24E /* GlobMatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 027402E40A…
80 …402E60A0FB00000CF4BE7 /* GlobMatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 027402E40A…
225 …0FB00000CF4BE7 /* GlobMatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
226 …00000CF4BE7 /* GlobMatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
368 027402E40A0FB00000CF4BE7 /* GlobMatcher.cpp */,
369 027402E30A0FB00000CF4BE7 /* GlobMatcher.h */,
634 020D468F0A16685F0027E24E /* GlobMatcher.cpp in Sources */,
704 027402E60A0FB00000CF4BE7 /* GlobMatcher.cpp in Sources */,
H A Dcreed.pbxuser2540 027402E30A0FB00000CF4BE7 /* GlobMatcher.h */ = {
2548 027402E40A0FB00000CF4BE7 /* GlobMatcher.cpp */ = {
2567 fRef = 027402E40A0FB00000CF4BE7 /* GlobMatcher.cpp */;
2568 name = "GlobMatcher.cpp: NEGATE";
/netbsd-src/external/bsd/elftosb/lib/
H A DMakefile20 GlobMatcher.cpp \
/netbsd-src/external/bsd/elftosb/dist/
H A Dmakefile.rules58 GlobMatcher.o \
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp1128 GlobMatcher globber(*sectionName); in createSourceFromNode()