Home
last modified time | relevance | path

Searched refs:regexec (Results 26 – 50 of 6285) sorted by relevance

12345678910>>...252

/dports/ports-mgmt/portsearch/portsearch-1.3.5/src/
H A Dstore_txt.c405 regexec(&key_re, cur_port->fdep, 0, NULL, 0) == 0 || in filter_ports()
409 regexec(&key_re, cur_port->rdep, 0, NULL, 0) == 0) in filter_ports()
413 if (regexec(&path_re, cur_port->path, 0, NULL, 0) == 0) in filter_ports()
429 if (regexec(&fdep_re, cur_port->fdep, 0, NULL, 0) == 0) in filter_ports()
433 if (regexec(&edep_re, cur_port->edep, 0, NULL, 0) == 0) in filter_ports()
437 if (regexec(&pdep_re, cur_port->pdep, 0, NULL, 0) == 0) in filter_ports()
441 if (regexec(&bdep_re, cur_port->bdep, 0, NULL, 0) == 0) in filter_ports()
445 if (regexec(&rdep_re, cur_port->rdep, 0, NULL, 0) == 0) in filter_ports()
450 regexec(&dep_re, cur_port->rdep, 0, NULL, 0) == 0) in filter_ports()
454 if (regexec(&www_re, cur_port->www, 0, NULL, 0) == 0) in filter_ports()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/vector/dglib/examples/
H A Dparse.c251 if (regexec(&reVersion, sz, 64, aregm, 0) == 0) { in main()
258 else if (regexec(&reByteOrder, sz, 64, aregm, 0) == 0) { in main()
260 else if (regexec(&reNodeAttrSize, sz, 64, aregm, 0) == 0) { in main()
279 else if (regexec(&reEdgeAttrSize, sz, 64, aregm, 0) == 0) { in main()
293 else if (regexec(&reOpaque, sz, 64, aregm, 0) == 0) { in main()
360 if (regexec(&reNodeFrom, sz, 64, aregm, 0) == 0) { in main()
367 if (regexec(&reNodeAttr, sz, 64, aregm, 0) == 0) { in main()
386 else if (regexec(&reEdge, sz, 64, aregm, 0) == 0) { in main()
394 if (regexec(&reEdgeAttr, sz, 64, aregm, 0) == 0) { in main()
413 if (regexec(&reToNodeAttr, sz, 64, aregm, 0) == 0) { in main()
/dports/mail/filtermail/filtermail-0.8.6/src/
H A Dweeder.cc137 && regexec (cur_allow->comp_exp (), in check_allow_rules()
192 if (regexec (cur_allow->comp_exp (), in check_allow_rules()
286 && regexec (cur_deny->comp_exp (), in check_deny_rules()
309 && regexec (cur_deny->comp_exp (), in check_deny_rules()
346 if (regexec (cur_deny->comp_exp (), in check_deny_rules()
357 && regexec (cur_deny->comp_exp (), in check_deny_rules()
412 && ((regexec (cur_score->comp_exp (), in check_scores()
421 && regexec (cur_score->comp_exp (), in check_scores()
453 if (regexec (cur_score->comp_exp (), in check_scores()
463 && regexec (cur_score->comp_exp (), in check_scores()
/dports/sysutils/nvramtool/nvramtool-r6440/accessors/
H A Dlayout-text.c350 if (!regexec(&blank_or_comment_expr, line, 0, NULL, 0)) in skip_past_start()
353 if (!regexec(&start_entries_expr, line, 0, NULL, 0)) in skip_past_start()
390 if (!regexec(&blank_or_comment_expr, line, 0, NULL, 0)) in process_entry()
393 if (regexec(&entries_line_expr, line, N_MATCHES, match, 0)) { in process_entry()
394 if (regexec(&start_enums_expr, line, 0, NULL, 0)) { in process_entry()
451 if (!regexec(&blank_or_comment_expr, line, 0, NULL, 0)) in process_enum()
454 if (regexec(&enums_line_expr, line, N_MATCHES, match, 0)) { in process_enum()
455 if (regexec(&start_checksums_expr, line, 0, NULL, 0)) { in process_enum()
502 if (!regexec(&blank_or_comment_expr, line, 0, NULL, 0)) in process_checksum_info()
505 if (regexec(&checksum_line_expr, line, N_MATCHES, match, 0)) { in process_checksum_info()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/regex/
H A Dregexec.c36 regexec(const regex_t* p, const char* s, size_t nmatch, regmatch_t* match, regflags_t flags) in regexec() function
64 #undef regexec
66 #define regexec _ast_regexec macro
70 regexec(const regex_t* p, const char* s, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags) in regexec() function
/dports/shells/ksh93/ast-93u/src/lib/libast/regex/
H A Dregexec.c36 regexec(const regex_t* p, const char* s, size_t nmatch, regmatch_t* match, regflags_t flags) in regexec() function
64 #undef regexec
66 #define regexec _ast_regexec macro
70 regexec(const regex_t* p, const char* s, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags) in regexec() function
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/maint/
H A Dslurm_nodelist_parse.c107 while (*gpattern[0] && regexec(&gmatch_old[0], gpattern[0], MAX_GMATCH, gmatch[0], 0) == 0) { in list_to_nodes()
116 … while (*gpattern[1] && regexec(&gmatch_old[1], gpattern[1], MAX_GMATCH, gmatch[1], 0) == 0) { in list_to_nodes()
125 if (regexec(&rmatch_old, rpattern, MAX_RMATCH, rmatch, 0) == 0) { in list_to_nodes()
142 } else if (regexec(&ematch_old, epattern, MAX_EMATCH, ematch, 0) == 0) { in list_to_nodes()
160 while (*gpattern[0] && regexec(&gmatch_new[0], gpattern[0], MAX_GMATCH, gmatch[0], 0) == 0) { in list_to_nodes()
194 … while (*gpattern[1] && regexec(&gmatch_new[1], gpattern[1], MAX_GMATCH, gmatch[1], 0) == 0) { in list_to_nodes()
203 if (regexec(&rmatch_new, rpattern, MAX_RMATCH, rmatch, 0) == 0) { in list_to_nodes()
218 } else if (regexec(&ematch_new, epattern, MAX_EMATCH, ematch, 0) == 0) { in list_to_nodes()
/dports/devel/py-pypugjs/pypugjs-5.9.9/pypugjs/
H A Dlexer.py18 def regexec(regex, input): function
119 captures = regexec(regexp, self.input)
172 captures = regexec(self.RE_BLANK, self.input)
187 captures = regexec(self.RE_COMMENT, self.input)
195 captures = regexec(self.RE_TAG, self.input)
394 captures = regexec(self.RE_BLOCK, self.input)
420 captures = regexec(self.RE_MIXIN, self.input)
428 captures = regexec(self.RE_CALL, self.input)
451 captures = regexec(self.RE_EACH, self.input)
460 captures = regexec(self.RE_CODE, self.input)
[all …]
/dports/textproc/py-pyjade/pyjade-4.0.0/pyjade/
H A Dlexer.py16 def regexec(regex, input): function
112 captures = regexec(regexp, self.input)
165 captures = regexec(self.RE_BLANK, self.input)
180 captures = regexec(self.RE_COMMENT, self.input)
188 captures = regexec(self.RE_TAG, self.input)
380 captures = regexec(self.RE_BLOCK, self.input)
406 captures = regexec(self.RE_MIXIN, self.input)
414 captures = regexec(self.RE_CALL, self.input)
437 captures = regexec(self.RE_EACH, self.input)
446 captures = regexec(self.RE_CODE, self.input)
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/
H A Dimport-parse.c189 if ((fmts & GNCIF_NUM_PERIOD) && !regexec(&decimal_radix_regex, str, 0, NULL, 0)) in gnc_import_test_numeric()
192 if ((fmts & GNCIF_NUM_COMMA) && !regexec(&comma_radix_regex, str, 0, NULL, 0)) in gnc_import_test_numeric()
211 if (!regexec(&date_regex, str, 5, match, 0)) in gnc_import_test_date()
232 !regexec(&date_ymd_regex, temp, 4, match, 0)) in gnc_import_test_date()
236 !regexec(&date_mdy_regex, temp, 4, match, 0)) in gnc_import_test_date()
309 if (!regexec(&date_regex, str, 5, match, 0)) in gnc_import_parse_date()
328 g_return_val_if_fail(!regexec(&date_mdy_regex, temp, 4, match, 0), FALSE); in gnc_import_parse_date()
332 g_return_val_if_fail(!regexec(&date_ymd_regex, temp, 4, match, 0), FALSE); in gnc_import_parse_date()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/regex-posix-0.96.0.0/src/Text/Regex/Posix/ByteString/
H A DLazy.hs40 regexec,
65 import qualified Text.Regex.Posix.ByteString as BS(execute,regexec)
127 regexec :: Regex -- ^ Compiled regular expression
130 regexec regex bs = do function
132 then BS.regexec regex (fromLazy bs)
133 else BS.regexec regex (fromLazy (L.snoc bs 0))
/dports/lang/elm/compiler-0.19.1/_cabal_deps/regex-posix-0.96.0.0/src/Text/Regex/Posix/ByteString/
H A DLazy.hs40 regexec,
65 import qualified Text.Regex.Posix.ByteString as BS(execute,regexec)
127 regexec :: Regex -- ^ Compiled regular expression
130 regexec regex bs = do function
132 then BS.regexec regex (fromLazy bs)
133 else BS.regexec regex (fromLazy (L.snoc bs 0))
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/regex-posix-0.96.0.0/src/Text/Regex/Posix/ByteString/
H A DLazy.hs40 regexec,
65 import qualified Text.Regex.Posix.ByteString as BS(execute,regexec)
127 regexec :: Regex -- ^ Compiled regular expression
130 regexec regex bs = do function
132 then BS.regexec regex (fromLazy bs)
133 else BS.regexec regex (fromLazy (L.snoc bs 0))
/dports/textproc/hs-lhs2tex/lhs2tex-1.24/_cabal_deps/regex-posix-0.96.0.0/src/Text/Regex/Posix/ByteString/
H A DLazy.hs40 regexec,
65 import qualified Text.Regex.Posix.ByteString as BS(execute,regexec)
127 regexec :: Regex -- ^ Compiled regular expression
130 regexec regex bs = do function
132 then BS.regexec regex (fromLazy bs)
133 else BS.regexec regex (fromLazy (L.snoc bs 0))
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/regex-posix-0.96.0.0/src/Text/Regex/Posix/ByteString/
H A DLazy.hs40 regexec,
65 import qualified Text.Regex.Posix.ByteString as BS(execute,regexec)
127 regexec :: Regex -- ^ Compiled regular expression
130 regexec regex bs = do function
132 then BS.regexec regex (fromLazy bs)
133 else BS.regexec regex (fromLazy (L.snoc bs 0))
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c

12345678910>>...252