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

/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregex_impl.h56 #define REG_BASIC 0000 macro
/freebsd-10-stable/contrib/nvi/regex/
H A Dregex.h66 #define REG_BASIC 0000 macro
/freebsd-10-stable/include/
H A Dregex.h64 #define REG_BASIC 0000 macro
/freebsd-10-stable/usr.bin/find/
H A Dmain.c74 int regexp_flags = REG_BASIC; /* use the "basic" regexp by default*/
/freebsd-10-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-10-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-10-stable/usr.bin/csplit/
H A Dcsplit.c380 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
/freebsd-10-stable/usr.sbin/pkg_install/lib/
H A Dmatch.c433 errcode = regcomp(&rex, pattern, (extended ? REG_EXTENDED : REG_BASIC) | REG_NOSUB);
/freebsd-10-stable/games/fortune/fortune/
H A Dfortune.c349 error = regcomp(&Re_pat, pat, REG_BASIC);

Completed in 98 milliseconds