Searched refs:REG_STARTEND (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregex_impl.h88 #define REG_STARTEND 00004 macro
H A DRegex.cpp66 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND);
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
/freebsd-9.3-release/include/
H A Dregex.h98 #define REG_STARTEND 00004 macro
/freebsd-9.3-release/usr.bin/grep/regex/
H A Dfastmatch.c134 if (eflags & REG_STARTEND)
155 if (eflags & REG_STARTEND)
/freebsd-9.3-release/contrib/nvi/common/
H A Dsearch.c243 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND);
380 (match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND);
416 REG_STARTEND);
/freebsd-9.3-release/lib/libc/regex/grot/
H A Dmain.c94 if (eopts&REG_STARTEND) {
256 if (options('e', f1)&REG_STARTEND) {
354 o |= REG_STARTEND;
/freebsd-9.3-release/usr.bin/killall/
H A Dkillall.c350 REG_STARTEND) != 0)
376 REG_STARTEND) == 0)
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_global.c221 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) {
H A Dex_subst.c545 eflags = REG_STARTEND;
/freebsd-9.3-release/gnu/lib/libregex/posix/
H A Dregex.h309 #define REG_STARTEND (1 << 2)
307 #define REG_STARTEND macro
/freebsd-9.3-release/lib/libc/regex/
H A Dregexec.c197 = #define REG_STARTEND 00004
217 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c176 if (eflags&REG_STARTEND) {
/freebsd-9.3-release/usr.bin/split/
H A Dsplit.c298 if (regexec(&rgx, bfr, 0, &pmatch, REG_STARTEND) == 0)
/freebsd-9.3-release/usr.bin/grep/
H A Dgrep.c79 int eflags = REG_STARTEND;
/freebsd-9.3-release/usr.sbin/setfmac/
H A Dsetfmac.c418 &pmatch, REG_STARTEND);
/freebsd-9.3-release/contrib/file/src/
H A Dsoftmagic.c1991 #ifndef REG_STARTEND
1992 #define REG_STARTEND 0 macro
2015 1, pmatch, REG_STARTEND);
2016 #if REG_STARTEND == 0
/freebsd-9.3-release/usr.bin/sed/
H A Dprocess.c656 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
/freebsd-9.3-release/usr.bin/find/
H A Dfunction.c1380 errcode = regexec(pre, str, 1, &pmatch, REG_STARTEND);
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregexec.c224 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
227 if (eflags & REG_STARTEND)

Completed in 127 milliseconds