Home
last modified time | relevance | path

Searched refs:regexec (Results 201 – 225 of 6797) sorted by relevance

12345678910>>...272

/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/regex-tdfa-1.3.1.1/lib/Text/Regex/TDFA/
H A DByteString.hs17 ,regexec
71 regexec :: Regex -- ^ Compiled regular expression
74 regexec r bs = function
H A DSequence.hs16 ,regexec
76 regexec :: Regex -- ^ Compiled regular expression
79 regexec r bs = function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/modules/
H A Dregex.c49 while ( regexec( re, pos ) ) in regex_split()
107 while ( regexec( re, pos ) ) in regex_replace()
177 if ( regexec( re, object_str( list_item( iter ) ) ) ) in regex_transform()
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/modules/
H A Dregex.c49 while ( regexec( re, pos ) ) in regex_split()
107 while ( regexec( re, pos ) ) in regex_replace()
177 if ( regexec( re, object_str( list_item( iter ) ) ) ) in regex_transform()
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/modules/
H A Dregex.c49 while ( regexec( re, pos ) ) in regex_split()
107 while ( regexec( re, pos ) ) in regex_replace()
177 if ( regexec( re, object_str( list_item( iter ) ) ) ) in regex_transform()
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/regex-tdfa-1.3.1.1/lib/Text/Regex/TDFA/
H A DByteString.hs17 ,regexec
71 regexec :: Regex -- ^ Compiled regular expression
74 regexec r bs = function
H A DSequence.hs16 ,regexec
76 regexec :: Regex -- ^ Compiled regular expression
79 regexec r bs = function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/
H A DByteString.hs17 ,regexec
71 regexec :: Regex -- ^ Compiled regular expression
74 regexec r bs = function
H A DSequence.hs16 ,regexec
76 regexec :: Regex -- ^ Compiled regular expression
79 regexec r bs = function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/regex-tdfa-1.3.1.1/lib/Text/Regex/TDFA/
H A DByteString.hs17 ,regexec
71 regexec :: Regex -- ^ Compiled regular expression
74 regexec r bs = function
H A DSequence.hs16 ,regexec
76 regexec :: Regex -- ^ Compiled regular expression
79 regexec r bs = function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/
H A DByteString.hs17 ,regexec
71 regexec :: Regex -- ^ Compiled regular expression
74 regexec r bs = function
/dports/net/kamailio/kamailio-5.4.5/src/modules/uac_redirect/
H A Drd_filter.c96 if (regexec(rd_filters[ACCEPT_FILTER][i], s, 1, &pmatch, 0)==0) in run_filters()
106 if (regexec(rd_filters[DENY_FILTER][i], s, 1, &pmatch, 0)==0) in run_filters()
/dports/www/mod_qos/mod_qos-11.66/tools/src/
H A Dqsgeo.c317 if(regexec(&preg, line, 0, NULL, 0) == 0) { in qos_loadgeo()
347 if(regexec(&pregd, line, MAX_REG_MATCH, ma, 0) == 0) { in qos_loadgeo()
350 if(plus || regexec(&preg, line, MAX_REG_MATCH, ma, 0) == 0) { in qos_loadgeo()
352 if(regexec(&pregext, line, 0, NULL, 0) != 0) { in qos_loadgeo()
519 int match = regexec(&preg, line, MAX_REG_MATCH, ma, 0); in main()
524 match = regexec(&preg2, line, MAX_REG_MATCH, ma, 0); in main()
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dregex.h228 #define regexec(a,b,c,d,e) usual_regexec(a,b,c,d,e) macro
250 int regexec(const regex_t *rx, const char *str, size_t nmatch, regmatch_t pmatch[], int eflags);
/dports/sysutils/hstr/hstr-2.3/src/
H A Dhstr_regexp.c55 int matchingStatus=regexec(compiled, text, matches, matchPtr, matchingFlags); in hstr_regexp_match()
83 return regexec(regexp, p, n_matches, m, 0); in regexp_match()
/dports/irc/srvx/srvx-1.3.1/rx/
H A Dinst-rxposix.h140 extern int regexec (const regex_t *preg,
151 extern int regexec ();
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/
H A DText.hs21 ,regexec
92 regexec :: Regex -- ^ Compiled regular expression
95 regexec r txt = function
H A DString.hs19 ,regexec
58 regexec :: Regex -- ^ Compiled regular expression
61 regexec r s = function
/dports/devel/hyperscan/boost_1_75_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/lang/purescript/purescript-0.14.5/_cabal_deps/regex-tdfa-1.3.1.1/lib/Text/Regex/TDFA/
H A DText.hs21 ,regexec
92 regexec :: Regex -- ^ Compiled regular expression
95 regexec r txt = function
H A DString.hs19 ,regexec
58 regexec :: Regex -- ^ Compiled regular expression
61 regexec r s = function
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_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/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/
H A DText.hs21 ,regexec
92 regexec :: Regex -- ^ Compiled regular expression
95 regexec r txt = function
H A DString.hs19 ,regexec
58 regexec :: Regex -- ^ Compiled regular expression
61 regexec r s = function

12345678910>>...272