Home
last modified time | relevance | path

Searched refs:regexec (Results 101 – 125 of 6669) sorted by relevance

12345678910>>...267

/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/bootstrap/external/
H A Dslurm_query_node_list.c126 while (*gpattern[0] && regexec(&gmatch_old[0], gpattern[0], MAX_GMATCH, gmatch[0], 0) == 0) { in list_to_nodes()
135 … while (*gpattern[1] && regexec(&gmatch_old[1], gpattern[1], MAX_GMATCH, gmatch[1], 0) == 0) { in list_to_nodes()
144 if (regexec(&rmatch_old, rpattern, MAX_RMATCH, rmatch, 0) == 0) { in list_to_nodes()
166 } else if (regexec(&ematch_old, epattern, MAX_EMATCH, ematch, 0) == 0) { in list_to_nodes()
186 while (*gpattern[0] && regexec(&gmatch_new[0], gpattern[0], MAX_GMATCH, gmatch[0], 0) == 0) { in list_to_nodes()
222 … while (*gpattern[1] && regexec(&gmatch_new[1], gpattern[1], MAX_GMATCH, gmatch[1], 0) == 0) { in list_to_nodes()
231 if (regexec(&rmatch_new, rpattern, MAX_RMATCH, rmatch, 0) == 0) { in list_to_nodes()
250 } else if (regexec(&ematch_new, epattern, MAX_EMATCH, ematch, 0) == 0) { in list_to_nodes()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/regex/
H A Ddescrip.mms48 OBJECTS=regcomp.obj,regerror.obj,regexec.obj,regfree.obj,\
52 regc_nfa.c,regerror.c,regexec.c,rege_dfa.c,regfree.c,regfronts.c,\
77 regexec.obj : regexec.c
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/regex/
H A Ddescrip.mms48 OBJECTS=regcomp.obj,regerror.obj,regexec.obj,regfree.obj,\
52 regc_nfa.c,regerror.c,regexec.c,rege_dfa.c,regfree.c,regfronts.c,\
77 regexec.obj : regexec.c
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/regex/
H A Ddescrip.mms48 OBJECTS=regcomp.obj,regerror.obj,regexec.obj,regfree.obj,\
52 regc_nfa.c,regerror.c,regexec.c,rege_dfa.c,regfree.c,regfronts.c,\
77 regexec.obj : regexec.c
/dports/databases/p5-GDBM/perl-5.14.2/t/lib/warnings/
H A Dregexec1 regexec.c
17 # regexec.c
43 # regexec.c
69 # regexec.c
95 # regexec.c
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/regex-pcre-builtin-0.95.1.2.8.43/src/Text/Regex/PCRE/ByteString/
H A DLazy.hs22 regexec,
59 import qualified Text.Regex.PCRE.ByteString as BS(execute,regexec)
132 regexec :: Regex -- ^ Compiled regular expression
135 regexec regex bs = do function
136 x <- BS.regexec regex (fromLazy bs)
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/regex-pcre-0.95.0.0/src/Text/Regex/PCRE/ByteString/
H A DLazy.hs22 regexec,
59 import qualified Text.Regex.PCRE.ByteString as BS(execute,regexec)
132 regexec :: Regex -- ^ Compiled regular expression
135 regexec regex bs = do function
136 x <- BS.regexec regex (fromLazy bs)
/dports/devel/tla/tla-1.3.5/src/hackerlab/tests/rx-posix-tests/
H A Dtest-rx-size.c4 void regexec(void);
8 int main () { regexec(); regcomp(); regerror(); return 0; } in main()
/dports/x11/xdotool/xdotool-3.20210804.2/
H A Dxdo_search.c105 if (regexec(re, list[i], 0, NULL, 0) == 0) { in _xdo_match_window_name()
113 if (regexec(re, "", 0, NULL, 0) == 0) { in _xdo_match_window_name()
131 if ((classhint.res_class) && (regexec(re, classhint.res_class, 0, NULL, 0) == 0)) { in _xdo_match_window_class()
140 if (regexec(re, "", 0, NULL, 0) == 0) { in _xdo_match_window_class()
153 if ((classhint.res_name) && (regexec(re, classhint.res_name, 0, NULL, 0) == 0)) { in _xdo_match_window_classname()
162 if (regexec(re, "", 0, NULL, 0) == 0) { in _xdo_match_window_classname()
182 if (regexec(re, list[i], 0, NULL, 0) == 0) { in _xdo_match_window_role()
188 if (regexec(re, "", 0, NULL, 0) == 0) { in _xdo_match_window_role()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/utils/etterlog/
H A Del_display.c89 regexec(EL_GBL->regex, (const char*)buf, 0, NULL, 0) != 0) { in display_packet()
308 if (regexec(EL_GBL->regex, manuf_search((const char*)h->L2_addr), 0, NULL, 0) == 0) in match_regex()
314 if (regexec(EL_GBL->regex, os, 0, NULL, 0) == 0) in match_regex()
319 if (regexec(EL_GBL->regex, service_search(o->L4_addr, o->L4_proto), 0, NULL, 0) == 0) in match_regex()
322 if (o->banner && regexec(EL_GBL->regex, o->banner, 0, NULL, 0) == 0) in match_regex()
/dports/net-mgmt/xymon-server/xymon-4.3.30/web/
H A Dfindhost.c189 if ( regexec (&re, hostname, (size_t)0, NULL, 0) == 0 || in main()
190 (regexec(&re, ip, (size_t)0, NULL, 0) == 0) || in main()
191 (displayname && regexec (&re, displayname, (size_t)0, NULL, 0) == 0) || in main()
192 (comment && regexec (&re, comment, (size_t)0, NULL, 0) == 0) ) { in main()
/dports/net-mgmt/xymon-client/xymon-4.3.30/web/
H A Dfindhost.c189 if ( regexec (&re, hostname, (size_t)0, NULL, 0) == 0 || in main()
190 (regexec(&re, ip, (size_t)0, NULL, 0) == 0) || in main()
191 (displayname && regexec (&re, displayname, (size_t)0, NULL, 0) == 0) || in main()
192 (comment && regexec (&re, comment, (size_t)0, NULL, 0) == 0) ) { in main()
/dports/astro/astrometry/astrometry.net-0.85/qfits-an/
H A Dqfits_tools.c170 status = regexec(&re_int, s, 0, NULL, 0); in qfits_is_int()
195 status = regexec(&re_float, s, 0, NULL, 0); in qfits_is_float()
220 status = regexec(&re_cmp, s, 0, NULL, 0); in qfits_is_complex()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/qfits-an/
H A Dqfits_tools.c175 status = regexec(&re_int, s, 0, NULL, 0); in qfits_is_int()
200 status = regexec(&re_float, s, 0, NULL, 0); in qfits_is_float()
225 status = regexec(&re_cmp, s, 0, NULL, 0); in qfits_is_complex()
/dports/x11/wbar/wbar-2.3.4/src/utils/
H A DConfig.cc77 if (!regexec(&r_icon, buffer, 2, pmatch, 0)) in getAppList()
82 else if (!regexec(&r_command, buffer, 2, pmatch, 0)) in getAppList()
87 else if (!regexec(&r_title, buffer, 2, pmatch, 0)) in getAppList()
/dports/sysutils/respond/respond-1.3/
H A Drespond.h9 #define regexec( c, s, n, m ) regexec( c, s, n, m, 0 ) macro
/dports/misc/amanda-client/amanda-3.3.9/patches/
H A Dregex-3.6alpha.patch70 Index: regexec.c
72 RCS file: /homes/amcore/cvsroot/amanda-2/regex-src/regexec.c,v
76 --- regexec.c 1997/09/30 06:28:59 1.2
77 +++ regexec.c 1997/11/07 20:43:32 1.4
80 #define states1 states /* for later use in regexec() decision */
/dports/databases/recutils/recutils-1.8/src/
H A Drec-utils.c97 if ((regexec (&regexp, str, 1, &matches, 0) == 0) in rec_extract_file()
125 if ((regexec (&regexp, str, 1, &matches, 0) == 0) in rec_extract_url()
154 if ((regexec (&regexp, str, 1, &matches, 0) == 0) in rec_extract_type()
224 if (regexec (&regexp, p, 1, &pm, 0) == 0) in rec_parse_regexp()
308 ret = (regexec (&regexp, str, 0, NULL, 0) == 0); in rec_match_int()
/dports/misc/amanda-server/amanda-3.3.9/patches/
H A Dregex-3.6alpha.patch70 Index: regexec.c
72 RCS file: /homes/amcore/cvsroot/amanda-2/regex-src/regexec.c,v
76 --- regexec.c 1997/09/30 06:28:59 1.2
77 +++ regexec.c 1997/11/07 20:43:32 1.4
80 #define states1 states /* for later use in regexec() decision */
/dports/mail/greylite/greylite-2.3/
H A Dgreylite.c633 if (regexec(& re, client_metainfo.hostname, 0, NULL, 0) == 0) { in handle_suspicionrule()
767 if (regexec(& re, envelope.from, 0, NULL, 0) == 0) { in handle_suspicionrule()
774 if (regexec(& re, envelope.to, 0, NULL, 0) == 0) { in handle_suspicionrule()
781 if (regexec(& re, envelope.helo, 0, NULL, 0) == 0) { in handle_suspicionrule()
893 if (regexec(& helo, clicmd, RE_MAXMATCHES, submatches, 0) == 0) { /* HELO */ in do_smtp()
902 } else if (regexec(& ehlo, clicmd, RE_MAXMATCHES, submatches, 0) == 0) { /* EHLO */ in do_smtp()
912 if (regexec(& email, clicmd, RE_MAXMATCHES, submatches, 0) == 0) { in do_smtp()
928 if (regexec(& email, clicmd, RE_MAXMATCHES, submatches, 0) == 0) { in do_smtp()
958 } else if (regexec(& data, clicmd, 0, NULL, 0) == 0) { /* DATA */ in do_smtp()
972 } else if (regexec(& auth, clicmd, 0, NULL, 0) == 0) { /* AUTH */ in do_smtp()
[all …]
/dports/deskutils/tasksh/tasksh-1.2.0/src/libshared/src/
H A DRX.cpp104 return regexec (&_regex, in.c_str (), 0, nullptr, 0) == 0 ? true : false; in match()
118 while (regexec (&_regex, in.c_str () + offset, 2, &rm[0], 0) == 0 && in match()
144 while (regexec (&_regex, in.c_str () + offset, 2, &rm[0], 0) == 0 && in match()
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/libshared/src/
H A DRX.cpp104 return regexec (&_regex, in.c_str (), 0, nullptr, 0) == 0 ? true : false; in match()
118 while (regexec (&_regex, in.c_str () + offset, 2, &rm[0], 0) == 0 && in match()
144 while (regexec (&_regex, in.c_str () + offset, 2, &rm[0], 0) == 0 && in match()
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/libshared/src/
H A DRX.cpp102 return regexec (&_regex, in.c_str (), 0, nullptr, 0) == 0 ? true : false; in match()
116 while (regexec (&_regex, in.c_str () + offset, 2, &rm[0], 0) == 0 && in match()
142 while (regexec (&_regex, in.c_str () + offset, 2, &rm[0], 0) == 0 && in match()
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-archives.c162 nolist = nolist || regexec (&archive_needle, rel_peek_str (list, x, 0), 0, 0, 0); in arch_cmd_archives()
166 nolist = nolist || (! regexec (&mirror_needle, rel_peek_str (list, x, 0), 0, 0, 0)); in arch_cmd_archives()
167 nolist = nolist || (! regexec (&source_needle, rel_peek_str (list, x, 0), 0, 0, 0)); in arch_cmd_archives()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/regex/
H A DMakefile.inc9 SRCS+= regcomp.c regerror.c regexec.c regfree.c regsub.c
13 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3 \

12345678910>>...267