HomeSort by: relevance | last modified time | path
    Searched refs:regcomp (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
list.c 263 error = regcomp(&preg, pattern, REG_EXTENDED | REG_NOSUB);
  /xsrc/external/mit/transset/dist/
dsimple.c 323 if ((err_no = regcomp (regexp_name, name, 0)) != 0) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 69 if (regcomp(&regex, "^[ \n]+$", REG_EXTENDED)) {
92 err_code = regcomp(&regex, regex_str, REG_EXTENDED);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 69 if (regcomp(&regex, "^[ \n]+$", REG_EXTENDED)) {
92 err_code = regcomp(&regex, regex_str, REG_EXTENDED);
  /xsrc/external/mit/MesaLib/dist/src/util/
xmlconfig.c 51 static inline int regcomp(regex_t *r, const char *s, int f) { return 0; } function
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/dist/src/gtest/src/
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/MesaLib.old/dist/src/gtest/src/
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/xorg-server.old/dist/hw/xfree86/loader/
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/
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/
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 (); function
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 (); function
21968 echo "$as_me:21968: checking for regcomp in -lpcreposix" >&5
21969 echo $ECHO_N "checking for regcomp in -lpcreposix... $ECHO_C" >&
21989 regcomp (); function
22079 regcomp (); function
22357 regcomp (); function
22497 regcomp (); function
    [all...]
button.c 96 #undef regcomp macro
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 21 milliseconds