| /freebsd-12-stable/contrib/mandoc/ |
| D | test-rewb-sysv.c | 12 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()
|
| D | test-rewb-bsd.c | 12 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()
|
| D | dbm_map.c | 190 return regexec(match->re, str, 0, NULL, 0) == 0; in dbm_match()
|
| /freebsd-12-stable/lib/libc/regex/ |
| D | Makefile.inc | 9 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
|
| D | Symbol.map | 8 regexec;
|
| /freebsd-12-stable/lib/libc/regex/grot/ |
| D | Makefile | 28 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/ |
| D | rpmatch.c | 48 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/ |
| D | hpacc-abi.c | 47 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/ |
| D | search.c | 232 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/ |
| D | xregex.h | 8 # define regexec xregexec macro
|
| /freebsd-12-stable/contrib/gcclibs/include/ |
| D | xregex.h | 8 # define regexec xregexec macro
|
| /freebsd-12-stable/contrib/binutils/include/ |
| D | xregex.h | 8 # define regexec xregexec macro
|
| /freebsd-12-stable/contrib/less/ |
| D | regexp.h | 29 extern int regexec _ANSI_ARGS_((regexp *prog, char *string));
|
| D | pattern.c | 359 matched = !regexec(pattern, line, 1, &rm, flags); 417 matched = regexec(pattern, line);
|
| /freebsd-12-stable/lib/libcompat/4.3/ |
| D | re_comp.c | 89 rc = regexec(&re_regexp, s, 0, NULL, 0); in re_exec()
|
| /freebsd-12-stable/bin/ed/ |
| D | sub.c | 183 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/ |
| D | Symbol.map | 14 regexec;
|
| /freebsd-12-stable/contrib/nvi/regex/ |
| D | regex.h | 101 int regexec(const regex_t *,
|
| /freebsd-12-stable/include/ |
| D | regex.h | 114 int regexec(const regex_t * __restrict, const char * __restrict, size_t,
|
| /freebsd-12-stable/usr.bin/m4/ |
| D | gnum4.c | 339 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/ |
| D | filter.c | 362 && regexec (®ex_linedir, buf, 3, m, 0) == 0) { in filter_fix_linedirs() 413 && regexec (®ex_blank_line, buf, 0, NULL, in filter_fix_linedirs()
|
| /freebsd-12-stable/usr.bin/killall/ |
| D | killall.c | 366 if (regexec(&rgx, thiscmd, 0, &pmatch, in main() 392 if (regexec(&rgx, thiscmd, 0, &pmatch, in main()
|
| /freebsd-12-stable/contrib/libucl/ |
| D | configure.ac | 95 AC_SEARCH_LIBS([regexec], [regex], [ 101 [AC_MSG_ERROR([unable to find the regexec() function])])],
|
| /freebsd-12-stable/contrib/libgnuregex/ |
| D | regex.c | 32 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
|
| /freebsd-12-stable/usr.sbin/fifolog/fifolog_reader/ |
| D | fifolog_reader.c | 62 if (opt_R != NULL && regexec(&R, (const char *)p, 0, NULL, 0)) in Render()
|