Home
last modified time | relevance | path

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

1234

/dragonfly/lib/libc/locale/
H A Drpmatch.c46 if (regexec(&yes, response, 0, NULL, 0) == 0) in rpmatch()
48 else if (regexec(&no, response, 0, NULL, 0) == 0) in rpmatch()
/dragonfly/lib/libc/tre-regex/
H A DMakefile.inc16 regexec.c
34 regex.3 regexec.3 \
H A DSymbol.map5 regexec;
/dragonfly/contrib/nvi2/common/
H A 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()
/dragonfly/contrib/tre/
H A DREADME65 consumed by any regexec() call is always directly proportional to
74 A regexec() call never allocates memory from the heap. TRE
77 the regexec() call. The amount of temporary space needed is
82 temporary working space from the stack frame during a regexec()
176 * A REG_SHORTEST regexec() flag for returning the shortest match
/dragonfly/contrib/binutils-2.27/include/
H A Dxregex.h8 # define regexec xregexec macro
/dragonfly/contrib/gcc-4.7/include/
H A Dxregex.h8 # define regexec xregexec macro
/dragonfly/contrib/gdb-7/include/
H A Dxregex.h8 # define regexec xregexec macro
/dragonfly/contrib/binutils-2.34/include/
H A Dxregex.h8 # define regexec xregexec macro
/dragonfly/contrib/gcc-8.0/include/
H A Dxregex.h8 # define regexec xregexec macro
/dragonfly/bin/ed/
H A 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()
H A Dglbl.c64 if (!(regexec(pat, s, 0, NULL, 0) == isgcmd) && in build_active_list()
/dragonfly/lib/libcompat/4.3/
H A Dre_comp.c86 rc = regexec(&re_regexp, s, 0, NULL, 0); in re_exec()
/dragonfly/contrib/tre/lib/
H A DREADME63 regexec.c:
64 - Implementation of the regexec() family of functions.
/dragonfly/contrib/cvs-1.12/lib/
H A Drpmatch.c53 return regexec (re, response, 0, NULL, 0) == 0 ? match : nomatch; in try()
H A Dregex.c27 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
/dragonfly/usr.bin/m4/
H A Dgnum4.c311 while ((error = regexec(re, string, re->re_nsub + 1, pm, flags)) == 0) { in do_subst()
349 switch(error = regexec(re, string, re->re_nsub + 1, pm, 0)) { in do_regexp()
366 switch(error = regexec(re, string, re->re_nsub + 1, pm, 0)) { in do_regexpindex()
/dragonfly/contrib/nvi2/regex/
H A Dregex.h101 int regexec(const regex_t *,
/dragonfly/contrib/flex/src/
H A Dfilter.c358 && regexec (&regex_linedir, buf, 3, m, 0) == 0) { in filter_fix_linedirs()
407 && regexec (&regex_blank_line, buf, 0, NULL, in filter_fix_linedirs()
/dragonfly/contrib/grep/lib/
H A Dregex.c40 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
/dragonfly/contrib/gdb-7/gdb/
H A Dprobe.c287 if (regexec (&obj_pat, objfile->name, 0, NULL, 0) != 0) in VEC()
299 && regexec (&prov_pat, probe->provider, 0, NULL, 0) != 0) in VEC()
303 && regexec (&probe_pat, probe->name, 0, NULL, 0) != 0) in VEC()
/dragonfly/contrib/less/
H A Dpattern.c331 matched = !regexec(pattern, line, RM_COUNT, rm, flags); in match_pattern1()
430 matched = regexec(pattern, line); in match_pattern1()
/dragonfly/contrib/diffutils/lib/
H A Dregex.c40 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
/dragonfly/contrib/mdocml/
H A Ddbm_map.c190 return regexec(match->re, str, 0, NULL, 0) == 0; in dbm_match()
/dragonfly/usr.bin/killall/
H A Dkillall.c387 if (regexec(&rgx, thiscmd, 0, &pmatch, in main()
411 if (regexec(&rgx, thiscmd, 0, &pmatch, in main()

1234