HomeSort by: relevance | last modified time | path
    Searched refs:REG_ICASE (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex_impl.h 58 #define REG_ICASE 0002
Regex.cpp 34 flags |= REG_ICASE;
  /src/external/bsd/nvi/dist/regex/
regex.h 68 #define REG_ICASE 0002
  /src/external/bsd/tre/dist/lib/
tre-match-utils.h 159 && !(tnfa->cflags & REG_ICASE) \
162 && (tnfa->cflags & REG_ICASE) \
167 tnfa->cflags & REG_ICASE)))
tre.h 107 #define REG_ICASE (REG_EXTENDED << 1)
108 #define REG_NEWLINE (REG_ICASE << 1)
tre-parse.c 138 || ((cflags & REG_ICASE)
389 /* Add opposite-case counterpoints if REG_ICASE is present.
391 if (ctx->cflags & REG_ICASE && !class && status == REG_OK && !skip)
1234 new_cflags |= REG_ICASE;
1236 new_cflags &= ~REG_ICASE;
1671 if (ctx->cflags & REG_ICASE
  /src/include/
regex.h 99 #define REG_ICASE 0002
  /src/external/bsd/tre/dist/tests/
randtest.c 63 flags < (REG_EXTENDED | REG_ICASE | REG_NEWLINE | REG_NOSUB);
retest.c 891 test_comp("(Ab|cD)*", REG_EXTENDED | REG_ICASE, 0);
1024 test_comp("[[:lower:]]+", REG_EXTENDED | REG_ICASE, 0);
1038 test_comp("[[:upper:]]+", REG_EXTENDED | REG_ICASE, 0);
1073 /* REG_ICASE and character sets. */
1074 test_comp("[a-c]*", REG_ICASE | REG_EXTENDED, 0);
1076 test_comp("[^a-c]*", REG_ICASE | REG_EXTENDED, 0);
1078 test_comp("[A-C]*", REG_ICASE | REG_EXTENDED, 0);
1080 test_comp("[^A-C]*", REG_ICASE | REG_EXTENDED, 0);
1086 test_comp("[[:digit:]a-z#$%]+", REG_ICASE | REG_EXTENDED, 0);
1090 test_comp("[^[:digit:]a-z#$%]+", REG_ICASE | REG_EXTENDED, 0)
    [all...]
  /src/external/bsd/tre/dist/include/tre/
tre.h 99 #define REG_ICASE (REG_EXTENDED << 1)
100 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 269 #define REG_ICASE (REG_EXTENDED << 1)
274 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl3/binutils/dist/include/
xregex2.h 265 #define REG_ICASE (REG_EXTENDED << 1)
270 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl3/binutils.old/dist/include/
xregex2.h 265 #define REG_ICASE (REG_EXTENDED << 1)
270 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl3/gcc/dist/include/
xregex2.h 265 #define REG_ICASE (REG_EXTENDED << 1)
270 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl3/gcc.old/dist/include/
xregex2.h 265 #define REG_ICASE (REG_EXTENDED << 1)
270 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl3/gdb.old/dist/include/
xregex2.h 265 #define REG_ICASE (REG_EXTENDED << 1)
270 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl3/gdb/dist/include/
xregex2.h 265 #define REG_ICASE (REG_EXTENDED << 1)
270 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl2/diffutils/dist/lib/posix/
regex.h 262 #define REG_ICASE (REG_EXTENDED << 1)
267 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl2/grep/dist/lib/posix/
regex.h 266 #define REG_ICASE (REG_EXTENDED << 1)
271 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/bsd/openldap/dist/contrib/slapd-modules/acl/
gssacl.c 297 rc = regcomp( &re, newbuf, REG_EXTENDED|REG_ICASE );
  /src/external/bsd/openldap/dist/libraries/librewrite/
rewrite-int.h 231 #define REWRITE_REGEX_ICASE REG_ICASE
  /src/external/ibm-public/postfix/dist/src/util/
dict_regexp.c 424 pat->options = REG_EXTENDED | REG_ICASE;
428 pat->options ^= REG_ICASE;
  /src/tests/lib/libc/regex/
t_regex_att.c 328 flags |= REG_ICASE;
  /src/external/bsd/less/dist/
pattern.c 50 if (regcomp(comp, pattern, REGCOMP_FLAG | (is_caseless ? REG_ICASE : 0)))
  /src/external/gpl2/xcvs/dist/lib/
regex.h 324 #define REG_ICASE (1 << 1)
728 # define RE_ICASE REG_IGNORE_CASE /* avoid collision with REG_ICASE */

Completed in 31 milliseconds

1 2 3