Searched refs:regcomp (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/transset/dist/ |
| H A D | dsimple.c | 323 if ((err_no = regcomp (regexp_name, name, 0)) != 0) {
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | list.c | 263 error = regcomp(&preg, pattern, REG_EXTENDED | REG_NOSUB);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/ |
| H A D | rc_test_helpers.c | 69 if (regcomp(®ex, "^[ \n]+$", REG_EXTENDED)) { 92 err_code = regcomp(®ex, regex_str, REG_EXTENDED);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/ |
| H A D | rc_test_helpers.c | 69 if (regcomp(®ex, "^[ \n]+$", REG_EXTENDED)) { 92 err_code = regcomp(®ex, regex_str, REG_EXTENDED);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | xmlconfig.c | 51 static inline int regcomp(regex_t *r, const char *s, int f) { return 0; } function in typeref:typename:int 729 if (regcomp(&re, application_name_match, REG_EXTENDED|REG_NOSUB) == 0) { 766 if (regcomp(&re, engine_name_match, REG_EXTENDED|REG_NOSUB) == 0) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-port.cc | 603 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 604 // We want to call regcomp(&partial_regex_, ...) even if the 614 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-port.cc | 745 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; 746 // We want to call regcomp(&partial_regex_, ...) even if the 756 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/ |
| H A D | loadmod.c | 235 if ((e = regcomp(&p->rex, p->pattern, REG_EXTENDED)) != 0) { 237 FatalError("InitPatterns: regcomp error for `%s': %s\n", 254 if ((e = regcomp(&p->rex, p->pattern, REG_EXTENDED)) != 0) { 256 ErrorF("InitPatterns: regcomp error for `%s': %s\n",
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/ |
| H A D | loadmod.c | 219 if ((e = regcomp(&p->rex, p->pattern, REG_EXTENDED)) != 0) { 221 FatalError("InitPatterns: regcomp error for `%s': %s\n", 238 if ((e = regcomp(&p->rex, p->pattern, REG_EXTENDED)) != 0) { 240 ErrorF("InitPatterns: regcomp error for `%s': %s\n",
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | configure | 21407 echo "$as_me:21407: checking for regcomp in -lpcre2-posix" >&5 21408 echo $ECHO_N "checking for regcomp in -lpcre2-posix... $ECHO_C" >&6 21424 char regcomp (void); 21428 regcomp (); 21475 echo "$as_me:21475: checking for regcomp in -lpcreposix" >&5 21476 echo $ECHO_N "checking for regcomp in -lpcreposix... $ECHO_C" >&6 21492 char regcomp (void); 21496 regcomp (); 21968 echo "$as_me:21968: checking for regcomp in -lpcreposix" >&5 21969 echo $ECHO_N "checking for regcomp i [all...] |
| H A D | aclocal.m4 | 2529 AC_CHECK_LIB(systre,regcomp,[ 2534 cf_regex_func=regcomp 2536 AC_CHECK_LIB(gnurx,regcomp,[ 2538 cf_regex_func=regcomp]) 2543 AC_CHECK_FUNC(regcomp,[cf_regex_func=regcomp],[ 2546 AC_CHECK_LIB($cf_regex_lib,regcomp,[ 2548 cf_regex_func=regcomp 2591 int x = regcomp(p, "", 0); 4580 [AC_CHECK_LIB(pcreposix,regcomp,[ [all...] |
| H A D | button.c | 96 #undef regcomp 110 #define regcomp(r,s,n) PCRE2regcomp(r,s,n) macro 3997 if (regcomp(&preg, expr, REG_EXTENDED) == 0) { 4004 TRACE(("regcomp ok rows %d..%d bytes %d\n",
|
Completed in 38 milliseconds