| /xsrc/external/mit/transset/dist/ |
| H A D | dsimple.c | 299 !regexec (reg_name, window_name, 0, NULL, 0))
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | build_options.cmake | 118 check_function_exists(regexec HAS_REGEXEC) 124 message(FATAL_ERROR "Can't find regexec()")
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | list.c | 270 error = regexec(&preg, string, 5, 0, 0);
|
| /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; 99 err_code = regexec(®ex, search_str, num_matches, matches, 0);
|
| /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; 99 err_code = regexec(®ex, search_str, num_matches, matches, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | xmlconfig.c | 52 static inline int regexec(regex_t *r, const char *s, int n, void *p, int f) { return REG_NOMATCH; } function in typeref:typename:int 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/gtest/src/ |
| H A D | gtest-port.cc | 581 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; 590 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-port.cc | 723 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; 732 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/ |
| H A D | loadmod.c | 521 if (regexec(&p->rex, dp->d_name, 2, match, 0) == 0 && 1235 if (regexec(&p->rex, s, 2, match, 0) == 0 && match[1].rm_so != -1) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/ |
| H A D | loadmod.c | 387 if (regexec(&p->rex, dp->d_name, 2, match, 0) == 0 && 983 if (regexec(&p->rex, s, 2, match, 0) == 0 && match[1].rm_so != -1) {
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | button.c | 97 #undef regexec 111 #define regexec(r,s,n,m,x) PCRE2regexec(r,s,n,m,x) macro 4025 if (regexec(&preg,
|
| H A D | aclocal.m4 | 2592 int y = regexec(p, "", 0, 0, 0);
|
| H A D | configure | 22762 int y = regexec(p, "", 0, 0, 0);
|