Home
last modified time | relevance | path

Searched refs:regexec (Results 1 – 25 of 6925) sorted by path

12345678910>>...277

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/libc-0.2.117/src/unix/bsd/
H A Dmod.rs850 pub fn regexec( in regexec() function
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/libc-0.2.117/src/unix/linux_like/android/
H A Dmod.rs2937 pub fn regexec( in regexec() function
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/libc-0.2.117/src/unix/linux_like/linux/
H A Dmod.rs3966 pub fn regexec( in regexec() function
/dports/archivers/deco/deco-1.6.4/
H A Dextr.c25 return (regexec(&x->matcher, file, 1, &m, 0) == 0 in match_extr()
/dports/archivers/dpkg/dpkg-1.19.7/dselect/
H A Dpkglist.cc561 if (regexec(&searchfsm, name, 0, nullptr, 0) == 0) in matchsearch()
569 if (regexec(&searchfsm, descr, 0, nullptr, 0) == 0) in matchsearch()
/dports/archivers/dpkg/dpkg-1.19.7/scripts/t/Dpkg_Shlibs/
H A Dobjdump.libc6-2.3157 000a28c0 g DF .text 000000f2 GLIBC_2.3.4 regexec
2103 000f3a80 g DF .text 00000042 (GLIBC_2.0) regexec
H A Dobjdump.libc6-2.6349 00110890 g DF .text 00000042 (GLIBC_2.0) regexec
351 000b59f0 g DF .text 000000e7 GLIBC_2.3.4 regexec
/dports/archivers/draco/googletest/googletest/src/
H A Dgtest-port.cc728 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()
737 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
/dports/archivers/fastjar/fastjar/
H A Djargrep.c385 while(!wrd_fnd && !regexec(exp, str2, 1, &match, 0)) { in chk_wrd()
523 for(*i = 0, regflag = regexec(exp, str_stream, 1, &match, 0); !regflag; in fnd_match()
524 regflag = regexec(exp, &(str_stream[match.rm_eo]), 1, &match, 0), (*i)++) in fnd_match()
/dports/archivers/gtar/tar-1.34/
H A Dconfig.h2680 #define regexec rpl_regexec macro
H A Dconfig.h.in2679 #undef regexec
H A Dconfig.log21012 | #define regexec rpl_regexec
21460 | #define regexec rpl_regexec
21905 | #define regexec rpl_regexec
22335 | #define regexec rpl_regexec
22786 | #define regexec rpl_regexec
23230 | #define regexec rpl_regexec
23696 | #define regexec rpl_regexec
24139 | #define regexec rpl_regexec
24584 | #define regexec rpl_regexec
25027 | #define regexec rpl_regexec
[all …]
/dports/archivers/gtar/tar-1.34/gnu/.deps/
H A Dregex.Po24 regexec.c
160 regexec.c:
/dports/archivers/gtar/tar-1.34/gnu/
H A DMakefile1707 regex.h regex_internal.c regex_internal.h regexec.c rename.c \
1829 regcomp.c regex.c regex_internal.c regexec.c rename.c \
2132 include ./$(DEPDIR)/regexec.Po
H A DMakefile.am1953 EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c
1955 EXTRA_libgnu_a_SOURCES += regcomp.c regex.c regex_internal.c regexec.c
H A DMakefile.in1707 regex.h regex_internal.c regex_internal.h regexec.c rename.c \
1829 regcomp.c regex.c regex_internal.c regexec.c rename.c \
2132 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexec.Po@am__quote@
H A DMakefile.in.bak1707 regex.h regex_internal.c regex_internal.h regexec.c rename.c \
1829 regcomp.c regex.c regex_internal.c regexec.c rename.c \
2132 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexec.Po@am__quote@
H A Dexclude.c401 ? regexec (&opts->v.re, f, 0, NULL, 0) == 0 in exclude_patopts()
H A Dregex.c42 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
H A Dregex.h648 extern int regexec (const regex_t *_Restrict_ __preg,
H A Dregexec.c192 regexec (const regex_t *__restrict preg, const char *__restrict string, in regexec() function
228 versioned_symbol (libc, __regexec, regexec, GLIBC_2_3_4);
239 return regexec (preg, string, nmatch, pmatch, in __compat_regexec()
242 compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0);
568 return 0 == regexec (&re_comp_buf, s, 0, NULL, 0); in weak_alias()
H A Drpmatch.c121 return regexec (re, response, 0, NULL, 0) == 0; in try()
/dports/archivers/gtar/tar-1.34/m4/
H A Dgnulib-comp.m41688 lib/regexec.c
H A Dregex.m4262 regexec.c:1375: pop_fail_stack: Assertion 'num >= 0' failed
340 AC_DEFINE([regexec], [rpl_regexec],
/dports/archivers/gtar/tar-1.34/src/
H A Dtransform.c488 rc = regexec (&tf->regex, input, tf->regex.re_nsub + 1, rmp, 0); in _single_transform_name_to_obstack()

12345678910>>...277