Searched defs:match (Results 1 – 13 of 13) sorted by relevance
/ndk/sources/host-tools/ndk-stack/regex/ |
D | engine.c | 54 #define match smat macro 66 #define match lmat macro 71 struct match { struct 74 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ argument 78 char *coldp; /* can be no match starting before here */ argument 88 static char *dissect(struct match *, char *, char *, sopno, sopno); argument
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | bug-regex8.c | 38 int match[4]; in main() local
|
D | bug-regex10.c | 36 int match; in main() local
|
D | bug-regex7.c | 39 int match, n; in main() local
|
D | runptests.c | 62 regmatch_t match[20]; in main() local
|
D | tst-regex2.c | 144 int match; in main() local
|
D | tst-rxspencer.c | 169 const char *match, const char *fail) in check_match()
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack-parser.c | 181 regmatch_t match; in ParseLine() local 254 MatchRegex(const char* line, const regex_t* regex, regmatch_t* match) in MatchRegex()
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | cppunit_mini.h | 99 bool match = (strncmp(in_desiredTest, in_className, strlen(in_className)) == 0) && in shouldRunThis() local 105 bool match = (strcmp(in_desiredTest, in_className) == 0); in shouldRunThis() local
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | cppunit_mini.h | 99 bool match = (strncmp(in_desiredTest, in_className, strlen(in_className)) == 0) && in shouldRunThis() local 105 bool match = (strcmp(in_desiredTest, in_className) == 0); in shouldRunThis() local
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-port.cc | 156 regmatch_t match; in FullMatch() local 165 regmatch_t match; in PartialMatch() local
|
/ndk/sources/host-tools/nawk-20071023/ |
D | b.c | 468 int match(fa *f, const char *p0) /* shortest match ? */ in match() function
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regexec.c | 1121 Idx match = 0; in check_matching() local
|