Home
last modified time | relevance | path

Searched refs:regmatch_t (Results 1 – 25 of 3342) sorted by relevance

12345678910>>...134

/dports/mail/neomutt/neomutt-20211029/email/
H A Durl.c67 regmatch_t *mkey = &match[PREX_URL_QUERY_KEY_VAL_MATCH_KEY]; in parse_query_string()
68 regmatch_t *mval = &match[PREX_URL_QUERY_KEY_VAL_MATCH_VAL]; in parse_query_string()
236 const regmatch_t *match = mutt_prex_capture(PREX_URL, src); in url_parse()
244 const regmatch_t *userinfo = &match[PREX_URL_MATCH_USERINFO]; in url_parse()
245 const regmatch_t *user = &match[PREX_URL_MATCH_USER]; in url_parse()
246 const regmatch_t *pass = &match[PREX_URL_MATCH_PASS]; in url_parse()
247 const regmatch_t *host = &match[PREX_URL_MATCH_HOSTNAME]; in url_parse()
248 const regmatch_t *ipvx = &match[PREX_URL_MATCH_HOSTIPVX]; in url_parse()
249 const regmatch_t *port = &match[PREX_URL_MATCH_PORT]; in url_parse()
250 const regmatch_t *path = &match[PREX_URL_MATCH_PATH]; in url_parse()
[all …]
H A Dfrom.c52 const regmatch_t *match = mutt_prex_capture(PREX_MBOX_FROM, s); in is_from()
67 const regmatch_t *msender = in is_from()
76 …const regmatch_t *mmonth = &match[lax ? PREX_MBOX_FROM_LAX_MATCH_MONTH : PREX_MBOX_FROM_MATCH_MONT… in is_from()
77 …const regmatch_t *mday = &match[lax ? PREX_MBOX_FROM_LAX_MATCH_DAY : PREX_MBOX_FROM_MATCH_DAY]; in is_from()
78 …const regmatch_t *mtime = &match[lax ? PREX_MBOX_FROM_LAX_MATCH_TIME : PREX_MBOX_FROM_MATCH_TIME… in is_from()
79 …const regmatch_t *myear = &match[lax ? PREX_MBOX_FROM_LAX_MATCH_YEAR : PREX_MBOX_FROM_MATCH_YEAR… in is_from()
/dports/devel/ucommon/ucommon-7.0.0/corelib/
H A Dregex.cpp47 results = (regmatch_t *)malloc(sizeof(regmatch_t) * size); in regex()
58 results = (regmatch_t *)malloc(sizeof(regmatch_t) * size); in regex()
108 regmatch_t *r = (regmatch_t *)results; in offset()
124 regmatch_t *r = (regmatch_t *)results; in size()
149 if(regexec((regex_t *)object, text, count, (regmatch_t *)results, flags)) in match()
/dports/math/R/R-4.1.2/src/extra/tre/
H A Dtre.h75 } regmatch_t;
138 regmatch_t pmatch[], int eflags);
145 regmatch_t pmatch[], int eflags);
165 size_t nmatch, regmatch_t pmatch[], int eflags);
175 size_t nmatch, regmatch_t pmatch[], int eflags);
183 size_t nmatch, regmatch_t pmatch[], int eflags);
191 size_t nmatch, regmatch_t pmatch[], int eflags);
212 regmatch_t *pmatch; /* Submatch data. */
267 size_t nmatch, regmatch_t pmatch[], int eflags);
/dports/math/libRmath/R-4.1.1/src/extra/tre/
H A Dtre.h75 } regmatch_t;
138 regmatch_t pmatch[], int eflags);
145 regmatch_t pmatch[], int eflags);
165 size_t nmatch, regmatch_t pmatch[], int eflags);
175 size_t nmatch, regmatch_t pmatch[], int eflags);
183 size_t nmatch, regmatch_t pmatch[], int eflags);
191 size_t nmatch, regmatch_t pmatch[], int eflags);
212 regmatch_t *pmatch; /* Submatch data. */
267 size_t nmatch, regmatch_t pmatch[], int eflags);
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/include/
H A Dregex.h31 #define regmatch_t int macro
36 #undef regmatch_t
152 } regmatch_t; typedef
204 extern int regexec(const regex_t*, const char*, size_t, regmatch_t*, regflags_t);
229 extern int regnexec(const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t);
233 extern int regrexec(const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t, int, void…
239 extern int regsubexec(const regex_t*, const char*, size_t, regmatch_t*);
250 extern int regsub(const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, r…
/dports/shells/ksh93/ast-93u/src/lib/libast/include/
H A Dregex.h31 #define regmatch_t int macro
36 #undef regmatch_t
152 } regmatch_t; typedef
204 extern int regexec(const regex_t*, const char*, size_t, regmatch_t*, regflags_t);
229 extern int regnexec(const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t);
233 extern int regrexec(const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t, int, void…
239 extern int regsubexec(const regex_t*, const char*, size_t, regmatch_t*);
250 extern int regsub(const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, r…
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/include/
H A Dregex.h31 #define regmatch_t int macro
36 #undef regmatch_t
152 } regmatch_t; typedef
204 extern int regexec(const regex_t*, const char*, size_t, regmatch_t*, regflags_t);
229 extern int regnexec(const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t);
233 extern int regrexec(const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t, int, void…
239 extern int regsubexec(const regex_t*, const char*, size_t, regmatch_t*);
250 extern int regsub(const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, r…
/dports/mail/neomutt/neomutt-20211029/mutt/
H A Ddate.c463 const regmatch_t *match = mutt_prex_capture(PREX_RFC5322_DATE, s); in mutt_date_parse_date()
479 …const regmatch_t *mday = &match[lax ? PREX_RFC5322_DATE_LAX_MATCH_DAY : PREX_RFC5322_DATE_MA… in mutt_date_parse_date()
481 …const regmatch_t *myear = &match[lax ? PREX_RFC5322_DATE_LAX_MATCH_YEAR : PREX_RFC5322_DATE_MA… in mutt_date_parse_date()
482 …const regmatch_t *mhour = &match[lax ? PREX_RFC5322_DATE_LAX_MATCH_HOUR : PREX_RFC5322_DATE_MA… in mutt_date_parse_date()
485 …const regmatch_t *mtz = &match[lax ? PREX_RFC5322_DATE_LAX_MATCH_TZ : PREX_RFC5322_DATE_MA… in mutt_date_parse_date()
602 const regmatch_t *match = mutt_prex_capture(PREX_IMAP_DATE, s); in mutt_date_parse_imap()
606 const regmatch_t *mday = &match[PREX_IMAP_DATE_MATCH_DAY]; in mutt_date_parse_imap()
607 const regmatch_t *mmonth = &match[PREX_IMAP_DATE_MATCH_MONTH]; in mutt_date_parse_imap()
608 const regmatch_t *myear = &match[PREX_IMAP_DATE_MATCH_YEAR]; in mutt_date_parse_imap()
609 const regmatch_t *mtime = &match[PREX_IMAP_DATE_MATCH_TIME]; in mutt_date_parse_imap()
[all …]
/dports/textproc/miller/miller-5.10.2/c/lib/
H A Dmlrregex.c89 size_t nmatchmax, regmatch_t pmatch[restrict]) in regmatch_or_die()
113 regmatch_t matches[nmatchmax]; in regex_sub()
126 regmatch_t* pmatch = &matches[idx]; in regex_sub()
152 regmatch_t matches[nmatchmax]; in regex_gsub()
179 regmatch_t* pmatch = &matches[idx]; in regex_gsub()
211 regmatch_t matches[nmatchmax]; in regextract()
217 regmatch_t* pmatch = &matches[0]; in regextract()
225 regmatch_t matches[nmatchmax]; in regextract_or_else()
231 regmatch_t* pmatch = &matches[0]; in regextract_or_else()
256 void save_regex_captures(string_array_t** ppregex_captures, char* input, regmatch_t matches[], int … in save_regex_captures()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/lensfun/include/regex/
H A Dregex.h84 } regmatch_t;
145 regmatch_t pmatch[], int eflags);
165 size_t nmatch, regmatch_t pmatch[], int eflags);
175 size_t nmatch, regmatch_t pmatch[], int eflags);
183 size_t nmatch, regmatch_t pmatch[], int eflags);
204 regmatch_t *pmatch; /* Submatch data. */
251 size_t nmatch, regmatch_t pmatch[], int eflags);
/dports/sysutils/scalpel/scalpel-2.0/tre-0.7.5-win32/lib/
H A Dregex.h84 } regmatch_t;
145 regmatch_t pmatch[], int eflags);
165 size_t nmatch, regmatch_t pmatch[], int eflags);
175 size_t nmatch, regmatch_t pmatch[], int eflags);
183 size_t nmatch, regmatch_t pmatch[], int eflags);
204 regmatch_t *pmatch; /* Submatch data. */
251 size_t nmatch, regmatch_t pmatch[], int eflags);
/dports/japanese/skkinput3/skkinput-3.0.6/lib/regex/
H A Dregex.h202 } regmatch_t; typedef
206 regmatch_t rm_extend; /* see REG_EXPECT */
325 int re_exec _ANSI_ARGS_((regex_t *, __REG_CONST char *, size_t, rm_detail_t *, size_t, regmatch_t […
328 int regexec _ANSI_ARGS_((regex_t *, __REG_CONST char *, size_t, regmatch_t [], int));
331 …_ARGS_((regex_t *, __REG_CONST __REG_WIDE_T *, size_t, rm_detail_t *, size_t, regmatch_t [], int));
334 …_REG_CONST __REG_MARKER_T, __REG_CONST __REG_MARKER_T, rm_detail_t *, size_t, regmatch_t [], int));
/dports/textproc/libtre/tre-0.8.0/lib/
H A Dtre.h75 } regmatch_t;
136 regmatch_t pmatch[], int eflags);
156 size_t nmatch, regmatch_t pmatch[], int eflags);
166 size_t nmatch, regmatch_t pmatch[], int eflags);
174 size_t nmatch, regmatch_t pmatch[], int eflags);
195 regmatch_t *pmatch; /* Submatch data. */
242 size_t nmatch, regmatch_t pmatch[], int eflags);
/dports/audio/libcddb/libcddb-1.3.2/include/cddb/
H A Dcddb_regex.h60 int cddb_regex_get_int(const char *s, regmatch_t matches[], int idx);
62 unsigned long cddb_regex_get_hex(const char *s, regmatch_t matches[], int idx);
64 double cddb_regex_get_float(const char *s, regmatch_t matches[], int idx);
66 char *cddb_regex_get_string(const char *s, regmatch_t matches[], int idx);
/dports/irc/srvx/srvx-1.3.1/rx/
H A Drxposix.h33 extern int rx_regmatch (regmatch_t pmatch[], const regex_t *preg, struct rx_context_rules * rules, …
34 extern int rx_regexec (regmatch_t pmatch[], const regex_t *preg, struct rx_context_rules * rules, i…
35 extern int regnexec (const regex_t *preg, const char *string, int len, size_t nmatch, regmatch_t **…
36 extern int regexec (const regex_t *preg, const char *string, size_t nmatch, regmatch_t pmatch[], in…
/dports/lang/tcl86/tcl8.6.12/generic/
H A Dregex.h162 } regmatch_t; typedef
166 regmatch_t rm_extend; /* see REG_EXPECT */
277 int re_exec(regex_t *, const char *, size_t, rm_detail_t *, size_t, regmatch_t [], int);
280 int regexec(regex_t *, const char *, size_t, regmatch_t [], int);
283 …_REG_WIDE_EXEC(regex_t *, const __REG_WIDE_T *, size_t, rm_detail_t *, size_t, regmatch_t [], int);
/dports/lang/tcl87/tcl8.7a5/generic/
H A Dregex.h162 } regmatch_t; typedef
166 regmatch_t rm_extend; /* see REG_EXPECT */
277 int re_exec(regex_t *, const char *, size_t, rm_detail_t *, size_t, regmatch_t [], int);
280 int regexec(regex_t *, const char *, size_t, regmatch_t [], int);
283 …_REG_WIDE_EXEC(regex_t *, const __REG_WIDE_T *, size_t, rm_detail_t *, size_t, regmatch_t [], int);
/dports/misc/rump/buildrump.sh-b914579/src/include/
H A Dregex.h93 } regmatch_t; typedef
138 const char * __restrict, size_t, regmatch_t [], int);
141 ssize_t regnsub(char *, size_t, const char *, const regmatch_t *, const char *);
142 ssize_t regasub(char **buf, const char *, const regmatch_t *, const char *);
/dports/devel/tla/tla-1.3.5/src/hackerlab/rx-posix/=later/
H A Dregex-utils.c21 regmatch_t pmatch[], in regexec_comp()
34 regmatch_t pmatch[], in regnexec_comp()
47 regmatch_t pmatch[], in regexec_ncomp()
62 regmatch_t pmatch[], in regnexec_ncomp()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/regex/
H A Dregex.h190 } regmatch_t; typedef
194 regmatch_t rm_extend; /* see REG_EXPECT */
313 …ec _ANSI_ARGS_((regex_t *, __REG_CONST char *, size_t, rm_detail_t *, size_t, regmatch_t [], int));
316 int regexec _ANSI_ARGS_((regex_t *, __REG_CONST char *, size_t, regmatch_t [], int));
319 …_ARGS_((regex_t *, __REG_CONST __REG_WIDE_T *, size_t, rm_detail_t *, size_t, regmatch_t [], int));
/dports/lang/tcl85/tcl8.5.19/generic/
H A Dregex.h187 } regmatch_t; typedef
191 regmatch_t rm_extend; /* see REG_EXPECT */
302 int re_exec(regex_t *, __REG_CONST char *, size_t, rm_detail_t *, size_t, regmatch_t [], int);
305 int regexec(regex_t *, __REG_CONST char *, size_t, regmatch_t [], int);
308 …IDE_EXEC(regex_t *, __REG_CONST __REG_WIDE_T *, size_t, rm_detail_t *, size_t, regmatch_t [], int);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/regex/
H A Dregex.h190 } regmatch_t; typedef
194 regmatch_t rm_extend; /* see REG_EXPECT */
313 …ec _ANSI_ARGS_((regex_t *, __REG_CONST char *, size_t, rm_detail_t *, size_t, regmatch_t [], int));
316 int regexec _ANSI_ARGS_((regex_t *, __REG_CONST char *, size_t, regmatch_t [], int));
319 …_ARGS_((regex_t *, __REG_CONST __REG_WIDE_T *, size_t, rm_detail_t *, size_t, regmatch_t [], int));
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/regex/
H A Dregex.h190 } regmatch_t; typedef
194 regmatch_t rm_extend; /* see REG_EXPECT */
313 …ec _ANSI_ARGS_((regex_t *, __REG_CONST char *, size_t, rm_detail_t *, size_t, regmatch_t [], int));
316 int regexec _ANSI_ARGS_((regex_t *, __REG_CONST char *, size_t, regmatch_t [], int));
319 …_ARGS_((regex_t *, __REG_CONST __REG_WIDE_T *, size_t, rm_detail_t *, size_t, regmatch_t [], int));
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/regex/
H A Dregex.h190 } regmatch_t; typedef
194 regmatch_t rm_extend; /* see REG_EXPECT */
313 …ec _ANSI_ARGS_((regex_t *, __REG_CONST char *, size_t, rm_detail_t *, size_t, regmatch_t [], int));
316 int regexec _ANSI_ARGS_((regex_t *, __REG_CONST char *, size_t, regmatch_t [], int));
319 …_ARGS_((regex_t *, __REG_CONST __REG_WIDE_T *, size_t, rm_detail_t *, size_t, regmatch_t [], int));

12345678910>>...134