Searched refs:regexec (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/transset/dist/
H A Ddsimple.c299 !regexec (reg_name, window_name, 0, NULL, 0))
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dbuild_options.cmake118 check_function_exists(regexec HAS_REGEXEC)
124 message(FATAL_ERROR "Can't find regexec()")
/xsrc/external/mit/ctwm/dist/
H A Dlist.c270 error = regexec(&preg, string, 5, 0, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c73 return regexec(&regex, str, 0, NULL, 0) != REG_NOMATCH;
99 err_code = regexec(&regex, search_str, num_matches, matches, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c73 return regexec(&regex, str, 0, NULL, 0) != REG_NOMATCH;
99 err_code = regexec(&regex, search_str, num_matches, matches, 0);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dxmlconfig.c52 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 Dgtest-port.cc581 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 Dgtest-port.cc723 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 Dloadmod.c521 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 Dloadmod.c387 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 Dbutton.c97 #undef regexec
111 #define regexec(r,s,n,m,x) PCRE2regexec(r,s,n,m,x) macro
4025 if (regexec(&preg,
H A Daclocal.m42592 int y = regexec(p, "", 0, 0, 0);
H A Dconfigure22762 int y = regexec(p, "", 0, 0, 0);

Completed in 61 milliseconds