Searched refs:REG_BASIC (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/include/
H A Dregex.h64 #define REG_BASIC 0000 macro
/freebsd-11-stable/contrib/nvi/regex/
H A Dregex.h62 #define REG_BASIC 0000 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h56 #define REG_BASIC 0000 macro
/freebsd-11-stable/usr.bin/find/
H A Dmain.c74 int regexp_flags = REG_BASIC; /* use the "basic" regexp by default*/
/freebsd-11-stable/contrib/libarchive/tar/
H A Dsubst.c41 #ifndef REG_BASIC
42 #define REG_BASIC 0 macro
107 if ((r = regcomp(&rule->re, pattern, REG_BASIC)) != 0) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_exhaust.c168 { p6, REG_BASIC },
H A Dt_regex_att.c502 flags = REG_BASIC;
/freebsd-11-stable/usr.bin/csplit/
H A Dcsplit.c382 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
/freebsd-11-stable/usr.bin/fortune/fortune/
H A Dfortune.c349 error = regcomp(&Re_pat, pat, REG_BASIC);

Completed in 134 milliseconds