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

  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex_impl.h 56 #define REG_BASIC 0000
  /src/external/bsd/nvi/dist/regex/
regex.h 66 #define REG_BASIC 0000
  /src/external/bsd/tre/dist/include/tre/
tre.h 51 #ifndef REG_BASIC
52 #define REG_BASIC 0
53 #endif /* !REG_BASIC */
104 #define REG_BASIC 0
  /src/include/
regex.h 97 #define REG_BASIC 0000
  /src/usr.bin/find/
main.c 70 int regcomp_flags = REG_BASIC; /* regex compilation flags */
  /src/external/bsd/libarchive/dist/tar/
subst.c 24 #ifndef REG_BASIC
25 #define REG_BASIC 0
90 if ((r = regcomp(&rule->re, pattern, REG_BASIC)) != 0) {
  /src/external/bsd/tre/dist/lib/
tre.h 58 #ifndef REG_BASIC
59 #define REG_BASIC 0
60 #endif /* !REG_BASIC */
112 #define REG_BASIC 0
  /src/tests/rump/rumpkern/
t_kern.c 90 if ((status = regcomp(&preg, expect, REG_BASIC)) != 0) {
  /src/bin/expr/
expr.y 305 if ((rc = regcomp(&rp, re, REG_BASIC)) != 0) {
  /src/tests/lib/libc/regex/
t_exhaust.c 205 { p6, REG_BASIC },
t_regex_att.c 507 flags = REG_BASIC;
  /src/usr.bin/csplit/
csplit.c 391 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)

Completed in 79 milliseconds