Home
last modified time | relevance | path

Searched refs:regexec (Results 1 – 25 of 120) sorted by relevance

12345

/freebsd-12-stable/contrib/mandoc/
Dtest-rewb-sysv.c12 if (regexec(&re, "the word is here", 0, NULL, 0)) in main()
14 if (regexec(&re, "same word", 0, NULL, 0)) in main()
16 if (regexec(&re, "word again", 0, NULL, 0)) in main()
18 if (regexec(&re, "word", 0, NULL, 0)) in main()
20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH) in main()
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH) in main()
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH) in main()
Dtest-rewb-bsd.c12 if (regexec(&re, "the word is here", 0, NULL, 0)) in main()
14 if (regexec(&re, "same word", 0, NULL, 0)) in main()
16 if (regexec(&re, "word again", 0, NULL, 0)) in main()
18 if (regexec(&re, "word", 0, NULL, 0)) in main()
20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH) in main()
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH) in main()
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH) in main()
Ddbm_map.c190 return regexec(match->re, str, 0, NULL, 0) == 0; in dbm_match()
/freebsd-12-stable/lib/libc/regex/
DMakefile.inc9 SRCS+= regcomp.c regerror.c regexec.c regfree.c
18 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
19 MLINKS+=regexec.3 regfree.3
DSymbol.map8 regexec;
/freebsd-12-stable/lib/libc/regex/grot/
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-12-stable/lib/libc/locale/
Drpmatch.c48 if (regexec(&yes, response, 0, NULL, 0) == 0) in rpmatch()
50 else if (regexec(&no, response, 0, NULL, 0) == 0) in rpmatch()
/freebsd-12-stable/contrib/gdb/gdb/
Dhpacc-abi.c47 if (regexec (&destructor_pattern, name, 0, 0, 0) == 0) in hpacc_is_destructor_name()
56 if (regexec (&constructor_pattern, name, 0, 0, 0) == 0) in hpacc_is_constructor_name()
65 return regexec (&operator_pattern, name, 0, 0, 0) == 0; in hpacc_is_operator_name()
/freebsd-12-stable/contrib/nvi/common/
Dsearch.c232 eval = regexec(&sp->re_c, l, 1, match, in f_search()
365 eval = regexec(&sp->re_c, l, 1, match, in b_search()
400 eval = regexec(&sp->re_c, l, 1, match, in b_search()
/freebsd-12-stable/contrib/gdb/include/
Dxregex.h8 # define regexec xregexec macro
/freebsd-12-stable/contrib/gcclibs/include/
Dxregex.h8 # define regexec xregexec macro
/freebsd-12-stable/contrib/binutils/include/
Dxregex.h8 # define regexec xregexec macro
/freebsd-12-stable/contrib/less/
Dregexp.h29 extern int regexec _ANSI_ARGS_((regexp *prog, char *string));
Dpattern.c359 matched = !regexec(pattern, line, 1, &rm, flags);
417 matched = regexec(pattern, line);
/freebsd-12-stable/lib/libcompat/4.3/
Dre_comp.c89 rc = regexec(&re_regexp, s, 0, NULL, 0); in re_exec()
/freebsd-12-stable/bin/ed/
Dsub.c183 if (!regexec(pat, txt, SE_MAX, rm, 0)) { in substitute_matching_text()
207 !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL)); in substitute_matching_text()
/freebsd-12-stable/lib/libregex/
DSymbol.map14 regexec;
/freebsd-12-stable/contrib/nvi/regex/
Dregex.h101 int regexec(const regex_t *,
/freebsd-12-stable/include/
Dregex.h114 int regexec(const regex_t * __restrict, const char * __restrict, size_t,
/freebsd-12-stable/usr.bin/m4/
Dgnum4.c339 while ((error = regexec(re, string, re->re_nsub+1, pm, flags)) == 0) { in do_subst()
378 switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) { in do_regexp()
396 switch(error = regexec(re, string, re->re_nsub+1, pm, 0)) { in do_regexpindex()
/freebsd-12-stable/contrib/flex/
Dfilter.c362 && regexec (&regex_linedir, buf, 3, m, 0) == 0) { in filter_fix_linedirs()
413 && regexec (&regex_blank_line, buf, 0, NULL, in filter_fix_linedirs()
/freebsd-12-stable/usr.bin/killall/
Dkillall.c366 if (regexec(&rgx, thiscmd, 0, &pmatch, in main()
392 if (regexec(&rgx, thiscmd, 0, &pmatch, in main()
/freebsd-12-stable/contrib/libucl/
Dconfigure.ac95 AC_SEARCH_LIBS([regexec], [regex], [
101 [AC_MSG_ERROR([unable to find the regexec() function])])],
/freebsd-12-stable/contrib/libgnuregex/
Dregex.c32 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
/freebsd-12-stable/usr.sbin/fifolog/fifolog_reader/
Dfifolog_reader.c62 if (opt_R != NULL && regexec(&R, (const char *)p, 0, NULL, 0)) in Render()

12345