Searched refs:regexec (Results 1 - 25 of 91) sorted by relevance

1234

/freebsd-10.0-release/lib/libc/regex/
H A DSymbol.map8 regexec;
/freebsd-10.0-release/lib/libc/locale/
H A Drpmatch.c46 if (regexec(&yes, response, 0, NULL, 0) == 0)
48 else if (regexec(&no, response, 0, NULL, 0) == 0)
/freebsd-10.0-release/contrib/binutils/include/
H A Dxregex.h8 # define regexec xregexec macro
/freebsd-10.0-release/contrib/gcclibs/include/
H A Dxregex.h8 # define regexec xregexec macro
/freebsd-10.0-release/contrib/gdb/include/
H A Dxregex.h8 # define regexec xregexec macro
/freebsd-10.0-release/contrib/less/
H A Dregexp.h29 extern int regexec _ANSI_ARGS_((regexp *prog, char *string));
H A Dpattern.c308 matched = !regexec(spattern, line, 1, &rm, flags);
351 matched = regexec(spattern, line);
/freebsd-10.0-release/lib/libcompat/4.3/
H A Dre_comp.c38 * terms of the regcomp/regexec interface. It's possible that some programs
90 rc = regexec(&re_regexp, s, 0, NULL, 0);
/freebsd-10.0-release/lib/libc/regex/grot/
H A DMakefile28 REGSRC = regcomp.c regerror.c regexec.c regfree.c engine.c
32 OBJPRODN = regcomp.o regexec.o regerror.o regfree.o
37 LINTC = regcomp.c regexec.c regerror.c regfree.c debug.c main.c $(SRCMISSING)
59 regcomp.o regexec.o regfree.o debug.o: utils.h regex.h regex2.h
61 regexec.o: engine.c engine.ih
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregex.h95 /* regexec() flags */
105 int regexec __P((const regex_t *,
/freebsd-10.0-release/include/
H A Dregex.h95 /* regexec() flags */
111 int regexec(const regex_t * __restrict, const char * __restrict, size_t,
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dhpacc-abi.c47 if (regexec (&destructor_pattern, name, 0, 0, 0) == 0)
56 if (regexec (&constructor_pattern, name, 0, 0, 0) == 0)
65 return regexec (&operator_pattern, name, 0, 0, 0) == 0;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DRegularExpression.cpp136 err = ::regexec (&m_preg,
144 err = ::regexec (&m_preg,
/freebsd-10.0-release/contrib/libgnuregex/
H A Dregex.c32 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
67 #include "regexec.c"
/freebsd-10.0-release/contrib/nvi/common/
H A Dsearch.c246 eval = regexec(&sp->re_c, l, 1, match,
385 eval = regexec(&sp->re_c, l, 1, match,
420 eval = regexec(&sp->re_c, l, 1, match,
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp124 res = ::regexec(&preg, str.c_str(), 0, NULL, 0);
/freebsd-10.0-release/contrib/ntp/libopts/
H A Dstack.c108 res = regexec( &re, pzSrc, (size_t)0, NULL, 0 );
/freebsd-10.0-release/contrib/ntp/sntp/libopts/
H A Dstack.c108 res = regexec( &re, pzSrc, (size_t)0, NULL, 0 );
/freebsd-10.0-release/lib/clang/libllvmsupport/
H A DMakefile82 regexec.c \
/freebsd-10.0-release/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c60 if (opt_R != NULL && regexec(&R, (const char *)p, 0, NULL, 0))
/freebsd-10.0-release/bin/ed/
H A Dsub.c183 if (!regexec(pat, txt, SE_MAX, rm, 0)) {
207 !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL));
H A Dglbl.c63 if (!regexec(pat, s, 0, NULL, 0) == isgcmd &&
/freebsd-10.0-release/contrib/flex/
H A Dfilter.c362 && regexec (&regex_linedir, buf, 3, m, 0) == 0) {
413 && regexec (&regex_blank_line, buf, 0, NULL,
/freebsd-10.0-release/usr.bin/m4/
H A Dgnum4.c315 while ((error = regexec(re, string, re->re_nsub+1, pm, flags)) == 0) {
353 switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) {
370 switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) {
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Dtest_helpers.c118 res = regexec(&preg, atf_dynstr_cstring(str), 0, NULL, 0);

Completed in 135 milliseconds

1234