Searched defs:pmatch (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/usr.bin/grep/regex/
H A Dfastmatch.c130 tre_fastnexec(const fastmatch_t *preg, const char *string, size_t len, size_t nmatch, regmatch_t pmatch[], int eflags) argument
144 tre_fastexec(const fastmatch_t *preg, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
151 tre_fastwnexec(const fastmatch_t *preg, const wchar_t *string, size_t len, size_t nmatch, regmatch_t pmatch[], int eflags) argument
165 tre_fastwexec(const fastmatch_t *preg, const wchar_t *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
H A Dtre-fastmatch.c870 tre_match_fast(const fastmatch_t *fg, const void *data, size_t len, tre_str_type_t type, int nmatch, regmatch_t pmatch[], int eflags) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c141 llvm_regexec(const llvm_regex_t *preg, const char *string, size_t nmatch, llvm_regmatch_t pmatch[], int eflags) argument
/freebsd-11-stable/contrib/nvi/regex/
H A Dregexec.c152 regexec(const regex_t *preg, const RCHAR_T *string, size_t nmatch, regmatch_t *pmatch, int eflags) argument
H A Dengine.c72 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ member in struct:match
132 matcher(struct re_guts *g, const RCHAR_T *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
/freebsd-11-stable/lib/libc/regex/
H A Dregexec.c207 regexec(const regex_t * __restrict preg, const char * __restrict string, size_t nmatch, regmatch_t pmatch[__restrict], int eflags) argument
H A Dengine.c83 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ member in struct:match
148 matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
/freebsd-11-stable/usr.bin/split/
H A Dsplit.c282 regmatch_t pmatch; local
/freebsd-11-stable/usr.sbin/ofwdump/
H A Dofwdump.c243 ofw_dump(int fd, const char *start, int rec, int prop, const char *pmatch, argument
211 ofw_dump_node(int fd, phandle_t n, int level, int rec, int prop, const char *pmatch, int raw, int str) argument
/freebsd-11-stable/usr.bin/killall/
H A Dkillall.c101 regmatch_t pmatch; local
/freebsd-11-stable/usr.sbin/setfmac/
H A Dsetfmac.c395 regmatch_t pmatch; local
/freebsd-11-stable/contrib/one-true-awk/
H A Db.c506 int pmatch(fa *f, const char *p0) /* longest match, for sub */ function
/freebsd-11-stable/usr.bin/m4/
H A Dgnum4.c486 regmatch_t *pmatch; local
516 regmatch_t *pmatch; local
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c400 litexec(const struct pat *pat, const char *string, size_t nmatch, regmatch_t pmatch[]) argument
464 regmatch_t pmatch, lastmatch, chkmatch; local
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_restrict.c403 match_restrict_entry( const restrict_u * pmatch, int v6 ) argument
/freebsd-11-stable/contrib/file/src/
H A Dfuncs.c654 file_regexec(file_regex_t *rx, const char *str, size_t nmatch, regmatch_t* pmatch, int eflags) argument
H A Dsoftmagic.c2186 regmatch_t pmatch; local
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c627 regmatch_t pmatch[4]; local
783 regmatch_t pmatch[4]; local
[all...]
/freebsd-11-stable/usr.bin/find/
H A Dfunction.c1399 regmatch_t pmatch; local
/freebsd-11-stable/contrib/libgnuregex/
H A Dregexec.c265 __compat_regexec(const regex_t *__restrict preg, const char *__restrict string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
414 regmatch_t *pmatch; local
1415 set_regs(const regex_t *preg, const re_match_context_t *mctx, size_t nmatch, regmatch_t *pmatch, int fl_backtrack) argument
1539 update_regs(const re_dfa_t *dfa, regmatch_t *pmatch, regmatch_t *prev_idx_match, int cur_node, int cur_idx, int nmatch) argument
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.c1038 FindCommand(struct cmdtab const *cmds, const char *str, int *pmatch) argument
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c7495 regmatch_t pmatch[MAX_MATCH]; local

Completed in 389 milliseconds