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

/freebsd-11.0-release/include/
H A Dregex.h54 const char *re_endp; /* end pointer for REG_PEND */ member in struct:__anon6523
/freebsd-11.0-release/contrib/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.cpp25 preg->re_endp = regex.end();
H A Dregcomp.c183 if (preg->re_endp < pattern)
185 len = preg->re_endp - pattern;
/freebsd-11.0-release/contrib/nvi/regex/
H A Dregex.h52 const RCHAR_T *re_endp; /* end pointer for REG_PEND */ member in struct:__anon5031
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-11.0-release/lib/libc/regex/
H A Dregerror.c167 if (strcmp(r->name, preg->re_endp) == 0)
H A Dregcomp.c207 if (preg->re_endp < pattern)
209 len = preg->re_endp - pattern;
/freebsd-11.0-release/usr.bin/grep/regex/
H A Dfastmatch.h23 const char *re_endp; member in struct:__anon13767
/freebsd-11.0-release/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;
520 re.re_endp = efbuf;
/freebsd-11.0-release/lib/libc/regex/grot/
H A Dmain.c187 re.re_endp = bpname;
222 re.re_endp = (opts&REG_PEND) ? f0copy + strlen(f0copy) : NULL;
491 re.re_endp = efbuf;

Completed in 198 milliseconds