Home
last modified time | relevance | path

Searched refs:regexec (Results 251 – 275 of 6797) sorted by relevance

1...<<11121314151617181920>>...272

/dports/devel/boost-libs/boost_1_72_0/tools/build/src/engine/modules/
H A Dregex.cpp49 while ( regexec( re, pos ) ) in regex_split()
114 while ( regexec( re, pos ) ) in regex_replace()
190 if ( regexec( re, object_str( list_item( iter ) ) ) ) in regex_transform()
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/engine/modules/
H A Dregex.cpp49 while ( regexec( re, pos ) ) in regex_split()
114 while ( regexec( re, pos ) ) in regex_replace()
190 if ( regexec( re, object_str( list_item( iter ) ) ) ) in regex_transform()
/dports/devel/boost_build/build-29baa79/src/engine/modules/
H A Dregex.cpp49 while ( regexec( re, pos ) ) in regex_split()
114 while ( regexec( re, pos ) ) in regex_replace()
190 if ( regexec( re, object_str( list_item( iter ) ) ) ) in regex_transform()
/dports/textproc/p5-POSIX-Regex/POSIX-Regex-1.0003/
H A DRegex.xs94 regexec(self,string,opts)
116 …err = regexec(r, string, 0, (regmatch_t *) NULL, opts); // | REG_NOSUB); // TODO: can't NOSUB here…
160 err = regexec(r, tomatch, 10, mat, opts);
/dports/textproc/hs-lhs2tex/lhs2tex-1.24/_cabal_deps/regex-posix-0.96.0.0/src/Text/Regex/Posix/
H A DString.hs35 regexec,
124 regexec :: Regex -- ^ Compiled regular expression
136 regexec regex str = do function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/regex-pcre-0.95.0.0/src/Text/Regex/PCRE/
H A DString.hs22 regexec,
107 regexec :: Regex -- ^ compiled regular expression
112 regexec regex str = do function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/regex-posix-0.96.0.0/src/Text/Regex/Posix/
H A DString.hs35 regexec,
124 regexec :: Regex -- ^ Compiled regular expression
136 regexec regex str = do function
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/regex-posix-0.96.0.0/src/Text/Regex/Posix/
H A DString.hs35 regexec,
124 regexec :: Regex -- ^ Compiled regular expression
136 regexec regex str = do function
/dports/devel/boost-docs/boost_1_72_0/libs/regex/performance/
H A Dposix.cpp70 int r = regexec(&pe2, text, 30, m, 0); in match_test()
79 while(regexec(&pe, text, 30, m, flags) == 0) in find_all()
/dports/devel/boost-python-libs/boost_1_72_0/libs/regex/performance/
H A Dposix.cpp70 int r = regexec(&pe2, text, 30, m, 0); in match_test()
79 while(regexec(&pe, text, 30, m, flags) == 0) in find_all()
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dregex.c79 rc = regexec(&GLOBALS->preg_regex_c_1[which], str, 0, NULL, 0); in wave_regex_match()
114 int rc=regexec((regex_t *)mreg, str, 0, NULL, 0); in wave_regex_alloc_match()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/regex/performance/
H A Dposix.cpp70 int r = regexec(&pe2, text, 30, m, 0); in match_test()
79 while(regexec(&pe, text, 30, m, flags) == 0) in find_all()
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-regex-quote.c52 ASSERT (regexec (&regex, literal, 1, match, 0) == 0); in check()
69 ASSERT (regexec (&regex, literal, 1, match, 0) == 0); in check()
/dports/devel/boost-libs/boost_1_72_0/libs/regex/performance/
H A Dposix.cpp70 int r = regexec(&pe2, text, 30, m, 0); in match_test()
79 while(regexec(&pe, text, 30, m, flags) == 0) in find_all()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-regex-quote.c52 ASSERT (regexec (&regex, literal, 1, match, 0) == 0); in check()
69 ASSERT (regexec (&regex, literal, 1, match, 0) == 0); in check()
/dports/devel/hyperscan/boost_1_75_0/libs/regex/performance/
H A Dposix.cpp70 int r = regexec(&pe2, text, 30, m, 0); in match_test()
79 while(regexec(&pe, text, 30, m, flags) == 0) in find_all()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dregexp.c272 ret = regexec(&entry->preg, string, nmatch, pmatch, eflags); in _regexec()
308 pIf->regexec = _regexec;
313 pIf->regexec = regexec;
/dports/security/sshguard/sshguard-2.4.2/src/blocker/
H A Dsshguard_whitelist.c175 if (regexec(&wl_ip4reg, str, 0, NULL, 0) == 0) { /* plain IPv4 address */ in whitelist_add()
178 } else if (regexec(&wl_ip6reg, str, 0, NULL, 0) == 0) { /* plain IPv6 address */ in whitelist_add()
181 } else if (regexec(&wl_hostreg, str, 0, NULL, 0) == 0) { /* hostname to be resolved */ in whitelist_add()
204 if (regexec(&wl_ip4reg, buf, 0, NULL, 0) == 0) { in whitelist_add()
214 } else if (regexec(&wl_ip6reg, buf, 0, NULL, 0) == 0) { in whitelist_add()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/test/internal/
H A Dtestregex.c60 if ( regexec( &regex, argv[2], 0, NULL,0) == 0 ) { in main()
68 regexec( &regex, argv[2], 0, NULL,0) ; in main()
/dports/devel/apr1/apr-1.7.0/test/internal/
H A Dtestregex.c60 if ( regexec( &regex, argv[2], 0, NULL,0) == 0 ) { in main()
68 regexec( &regex, argv[2], 0, NULL,0) ; in main()
/dports/devel/tla/tla-1.3.5/src/hackerlab/rx-posix/
H A Dposix-regexps.doc15 * a Posix regexp), `regexec' (to search for a match), `regerror' (to
89 * Posix requires that when `regexec' reports the position of a
94 * Posix requires that when `regexec' reports the position of a
102 * Finally, Posix requires that when regexec determines what
105 * regexec must choose the possibility that first maximizes the length
111 * subpattern, `regexec' must return that earlier or longer match.
114 * value of `regexec' and describes the behavior of Rx. Many other
172 * locale when calling `regcomp' and `regexec' ensures that character
209 * programs with the assumption that `regexec' will always return
211 * functionality which can be used to interrupt a call to `regexec'
[all …]
H A Drx-posix-data-sheet.doc18 regexec, regfree, and regerror).
63 such as `regcomp' and `regexec'. Versions of these
85 `regexec' after a time-out has expired, to protect
140 void regexec(void);
145 { regexec(); regcomp(); regerror(); return 0; }
209 `regexec'. Rx passes all of those tests.
232 2 calls to `regexec' failed to return the
235 5 calls to `regexec' returned incorrect
247 4 calls to `regexec' returned incorrect
340 `regexec'. If a line matches, that line is printed
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/ByteString/
H A DLazy.hs16 ,regexec
87 regexec :: Regex -- ^ Compiled regular expression
90 regexec r bs = function
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/Text/
H A DLazy.hs21 ,regexec
100 regexec :: Regex -- ^ Compiled regular expression
103 regexec r txt = function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/regex-tdfa-1.3.1.1/lib/Text/Regex/TDFA/ByteString/
H A DLazy.hs16 ,regexec
87 regexec :: Regex -- ^ Compiled regular expression
90 regexec r bs = function

1...<<11121314151617181920>>...272