Searched refs:re_endp (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/nvi/regex/
H A Dregex.h52 const RCHAR_T *re_endp; /* end pointer for REG_PEND */ member in struct:__anon1
H A Dregerror.c161 if (strcmp(r->name, preg->re_endp) == 0)
H A Dregcomp.c198 if (preg->re_endp < pattern)
200 len = preg->re_endp - pattern;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h51 const char *re_endp; /* end pointer for REG_PEND */ member in struct:llvm_regex
H A Dregerror.c128 if (strcmp(r->name, preg->re_endp) == 0)
H A DRegex.cpp29 preg->re_endp = regex.end();
H A Dregcomp.c311 if (preg->re_endp < pattern)
313 len = preg->re_endp - pattern;
/freebsd-current/include/
H A Dregex.h53 const char *re_endp; /* end pointer for REG_PEND */ member in struct:__anon59
/freebsd-current/lib/libc/regex/
H A Dregerror.c161 if (strcmp(r->name, preg->re_endp) == 0)
H A Dregcomp.c224 if (preg->re_endp < pattern)
226 len = preg->re_endp - pattern;
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c214 re.re_endp = bpname;
250 re.re_endp = (opts&REG_PEND) ? f0copy + strlen(f0copy) : NULL;
523 re.re_endp = efbuf;
/freebsd-current/lib/libc/regex/grot/
H A Dmain.c184 re.re_endp = bpname;
219 re.re_endp = (opts&REG_PEND) ? f0copy + strlen(f0copy) : NULL;
488 re.re_endp = efbuf;

Completed in 265 milliseconds