Searched refs:REG_NOMATCH (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | xmlconfig.c | 50 #define REG_NOMATCH 1 macro 52 static inline int regexec(regex_t *r, const char *s, int n, void *p, int f) { return REG_NOMATCH; } 730 if (regexec(&re, data->applicationName, 0, NULL, 0) == REG_NOMATCH) 767 if (regexec(&re, data->engineName, 0, NULL, 0) == REG_NOMATCH)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/ |
| H A D | rc_test_helpers.c | 73 return regexec(®ex, str, 0, NULL, 0) != REG_NOMATCH;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/ |
| H A D | rc_test_helpers.c | 73 return regexec(®ex, str, 0, NULL, 0) != REG_NOMATCH;
|
Completed in 6 milliseconds