Searched refs:pmatch (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dregex.c38 * fix pmatch() prototype
66 * add proto. for pmatch
80 * code in the pmatch case block - it is
84 * section of pmatch. No need for a recursive
85 * pmatch call.
511 static char *pmatch( char *lp, CHAR *ap );
513 static char *pmatch();
526 * calling pmatch, and if found, call
527 * pmatch for the remaining string.
561 ep = pmatch(l
660 pmatch( char *lp, CHAR *ap) function
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c42 size_t nmatch, regmatch_t pmatch[],
55 static unsigned int re_copy_regs (struct re_registers *regs, regmatch_t *pmatch,
65 static void update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
75 size_t nmatch, regmatch_t *pmatch,
225 regexec (preg, string, nmatch, pmatch, eflags)
229 regmatch_t pmatch[_Restrict_arr_];
243 start = pmatch[0].rm_so;
244 length = pmatch[0].rm_eo;
258 length, nmatch, pmatch, eflags);
274 regmatch_t pmatch[], in
271 __compat_regexec(const regex_t *_Restrict_ preg, const char *_Restrict_ string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
424 regmatch_t *pmatch; local
511 re_copy_regs(struct re_registers *regs, regmatch_t *pmatch, Idx nregs, int regs_allocated) argument
641 re_search_internal(const regex_t *preg, const char *string, Idx length, Idx start, Idx last_start, Idx stop, size_t nmatch, regmatch_t pmatch[], int eflags) argument
1436 set_regs(const regex_t *preg, const re_match_context_t *mctx, size_t nmatch, regmatch_t *pmatch, bool fl_backtrack) argument
1560 update_regs(const re_dfa_t *dfa, regmatch_t *pmatch, regmatch_t *prev_idx_match, Idx cur_node, Idx cur_idx, Idx nmatch) argument
[all...]
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c917 regmatch_t pmatch[N_MATCH]; local
925 ret = regexec((const regex_t *)&reg, string, N_MATCH, pmatch, 0);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c7015 regmatch_t pmatch[MAX_MATCH]; local
7028 name, MAX_MATCH, pmatch, 0);
7083 pmatch[*ip].rm_so < 0 || pmatch[*ip].rm_eo < 0)
7086 sp = name + pmatch[*ip].rm_so;
7087 endp = name + pmatch[*ip].rm_eo;

Completed in 44 milliseconds