Searched refs:REG_NOMATCH (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Support/
H A Dregex_impl.h66 #define REG_NOMATCH 1 macro
H A Dregerror.c59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
H A DRegex.cpp70 if (rc == REG_NOMATCH)
H A Dregengine.inc130 static int /* 0 success, REG_NOMATCH failure */
165 return(REG_NOMATCH);
190 return(REG_NOMATCH);
/external/pcre/dist/
H A Dpcreposix.h91 REG_NOMATCH /* match failed */ enumerator in enum:__anon13072
H A Dpcreposix.c416 case PCRE_ERROR_NOMATCH: return REG_NOMATCH;
/external/ltrace/
H A Dglob.c264 try_match("abc*def", "ab012def", REG_NOMATCH);
267 try_match("[abc]*def", "d1def", REG_NOMATCH);
H A Dfilter.c117 if (status == REG_NOMATCH)

Completed in 3117 milliseconds