Searched defs:pmatch (Results 1 - 20 of 20) sorted by last modified time

/freebsd-10.0-release/usr.bin/grep/regex/
H A Dfastmatch.c129 tre_fastnexec(const fastmatch_t *preg, const char *string, size_t len, size_t nmatch, regmatch_t pmatch[], int eflags) argument
143 tre_fastexec(const fastmatch_t *preg, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
150 tre_fastwnexec(const fastmatch_t *preg, const wchar_t *string, size_t len, size_t nmatch, regmatch_t pmatch[], int eflags) argument
164 tre_fastwexec(const fastmatch_t *preg, const wchar_t *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
H A Dtre-fastmatch.c842 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-10.0-release/usr.bin/grep/
H A Dutil.c274 regmatch_t pmatch; local
[all...]
/freebsd-10.0-release/usr.bin/split/
H A Dsplit.c294 regmatch_t pmatch; local
/freebsd-10.0-release/usr.bin/m4/
H A Dgnum4.c460 regmatch_t *pmatch; local
488 regmatch_t *pmatch; local
/freebsd-10.0-release/usr.bin/sort/
H A Dsort.c627 regmatch_t pmatch[4]; local
783 regmatch_t pmatch[4]; local
[all...]
/freebsd-10.0-release/usr.bin/killall/
H A Dkillall.c97 regmatch_t pmatch; local
/freebsd-10.0-release/usr.bin/find/
H A Dfunction.c1376 regmatch_t pmatch; local
/freebsd-10.0-release/lib/libc/regex/
H A Dengine.c84 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ member in struct:match
150 matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
H A Dregexec.c207 regexec(const regex_t * __restrict preg, const char * __restrict string, size_t nmatch, regmatch_t pmatch[__restrict], int eflags) argument
/freebsd-10.0-release/usr.sbin/ofwdump/
H A Dofwdump.c143 ofw_dump_properties(int fd, phandle_t n, int level, const char *pmatch, int raw, argument
233 ofw_dump(int fd, const char *start, int rec, int prop, const char *pmatch, argument
205 ofw_dump_node(int fd, phandle_t n, int level, int rec, int prop, const char *pmatch, int raw, int str) argument
/freebsd-10.0-release/usr.sbin/setfmac/
H A Dsetfmac.c393 regmatch_t pmatch; local
/freebsd-10.0-release/usr.sbin/ppp/
H A Dcommand.c1036 FindCommand(struct cmdtab const *cmds, const char *str, int *pmatch) argument
/freebsd-10.0-release/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-10.0-release/contrib/nvi/regex/
H A Dengine.c76 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ member in struct:match
[all...]
H A Dregexec.c160 regexec(const regex_t *preg, const RCHAR_T *string, size_t nmatch, regmatch_t *pmatch, int eflags) argument
/freebsd-10.0-release/contrib/sendmail/src/
H A Dmap.c7018 regmatch_t pmatch[MAX_MATCH]; local
/freebsd-10.0-release/contrib/file/
H A Dsoftmagic.c1859 regmatch_t pmatch[1]; local
/freebsd-10.0-release/contrib/one-true-awk/
H A Db.c506 int pmatch(fa *f, const char *p0) /* longest match, for sub */ function
/freebsd-10.0-release/contrib/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

Completed in 422 milliseconds