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

1234

/freebsd-9.3-release/lib/libc/regex/
H A DSymbol.map8 regexec;
/freebsd-9.3-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-9.3-release/contrib/binutils/include/
H A Dxregex.h8 # define regexec xregexec macro
H A Dxregex2.h273 /* If this bit is set, then report only success or fail in regexec.
278 /* POSIX `eflags' bits (i.e., information for regexec). */
300 REG_NOMATCH, /* Didn't find a match (for regexec). */
547 extern int regexec (const regex_t *__restrict __preg,
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dxregex.h8 # define regexec xregexec macro
H A Dxregex2.h273 /* If this bit is set, then report only success or fail in regexec.
278 /* POSIX `eflags' bits (i.e., information for regexec). */
300 REG_NOMATCH, /* Didn't find a match (for regexec). */
547 extern int regexec (const regex_t *__restrict __preg,
/freebsd-9.3-release/contrib/gdb/include/
H A Dxregex.h8 # define regexec xregexec macro
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/include/
H A Dregex.h95 /* regexec() flags */
111 int regexec(const regex_t * __restrict, const char * __restrict, size_t,
/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.h240 /* If this bit is set, then report only success or fail in regexec.
245 /* POSIX `eflags' bits (i.e., information for regexec). */
263 REG_NOMATCH, /* Didn't find a match (for regexec). */
515 # define regexec cvs_regexec
522 extern int regexec
510 # define regexec macro
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregex.c53 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
89 #include "regexec.c"
/freebsd-9.3-release/contrib/nvi/common/
H A Dsearch.c242 eval = regexec(&sp->re_c, l, 1, match,
379 eval = regexec(&sp->re_c, l, 1, match,
414 eval = regexec(&sp->re_c, l, 1, match,
/freebsd-9.3-release/lib/clang/libllvmsupport/
H A DMakefile85 regexec.c \
/freebsd-9.3-release/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c60 if (opt_R != NULL && regexec(&R, (const char *)p, 0, NULL, 0))
/freebsd-9.3-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-9.3-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-9.3-release/contrib/ncurses/form/
H A Dfty_regex.c275 match = (regexec(ap->pRegExp, field_buffer(field, 0), 0, NULL, 0)
/freebsd-9.3-release/contrib/ncurses/man/
H A Dman_db.renames175 regexec.3x regexec.3
/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A Dctm_pass1.c148 if (0 == regexec(&filter->CompiledRegex, name,
H A Dctm_passb.c107 if (0 == regexec(&filter->CompiledRegex, name, 0, 0, 0))

Completed in 160 milliseconds

1234