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

/freebsd-current/tools/build/cross-build/include/linux/
H A Dregex.h39 #define REG_BASIC 0 macro
/freebsd-current/contrib/nvi/regex/
H A Dregex.h62 #define REG_BASIC 0000 macro
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h56 #define REG_BASIC 0000 macro
/freebsd-current/include/
H A Dregex.h63 #define REG_BASIC 0000 macro
/freebsd-current/usr.bin/find/
H A Dmain.c60 int regexp_flags = REG_BASIC; /* use the "basic" regexp by default*/
/freebsd-current/contrib/libarchive/tar/
H A Dsubst.c42 #ifndef REG_BASIC
43 #define REG_BASIC 0 macro
108 if ((r = regcomp(&rule->re, pattern, REG_BASIC)) != 0) {
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dt_exhaust.c168 { p6, REG_BASIC },
H A Dt_regex_att.c502 flags = REG_BASIC;
/freebsd-current/usr.bin/csplit/
H A Dcsplit.c379 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
/freebsd-current/usr.bin/fortune/fortune/
H A Dfortune.c335 error = regcomp(&Re_pat, pat, REG_BASIC);

Completed in 257 milliseconds