Home
last modified time | relevance | path

Searched defs:preg (Results 1 – 25 of 35) sorted by relevance

12

/trueos/usr.bin/grep/regex/
HDfastmatch.c40 tre_fixncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) in tre_fixncomp()
61 tre_fastncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) in tre_fastncomp()
85 tre_fixcomp(fastmatch_t *preg, const char *regex, int cflags) in tre_fixcomp()
91 tre_fastcomp(fastmatch_t *preg, const char *regex, int cflags) in tre_fastcomp()
97 tre_fixwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) in tre_fixwncomp()
103 tre_fastwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) in tre_fastwncomp()
111 tre_fixwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) in tre_fixwcomp()
117 tre_fastwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) in tre_fastwcomp()
123 tre_fastfree(fastmatch_t *preg) in tre_fastfree()
129 tre_fastnexec(const fastmatch_t *preg, const char *string, size_t len, in tre_fastnexec()
[all …]
/trueos/contrib/nvi/regex/
HDregerror.c118 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) in regerror()
158 regatoi(const regex_t *preg, char *localbuf) in regatoi()
HDregfree.c59 regfree(regex_t *preg) in regfree()
HDregexec.c160 regexec(const regex_t *preg, const RCHAR_T *string, size_t nmatch, regmatch_t *pmatch, int eflags) in regexec()
/trueos/lib/libc/regex/
HDregerror.c116 const regex_t * __restrict preg, in regerror()
162 regatoi(const regex_t *preg, char *localbuf) in regatoi()
HDregfree.c58 regfree(regex_t *preg) in regfree()
HDregexec.c207 regexec(const regex_t * __restrict preg, in regexec()
/trueos/contrib/llvm/lib/Support/
HDregerror.c84 llvm_regerror(int errcode, const llvm_regex_t *preg, char *errbuf, size_t errbuf_size) in llvm_regerror()
123 regatoi(const llvm_regex_t *preg, char *localbuf, int localbufsize) in regatoi()
HDregfree.c50 llvm_regfree(llvm_regex_t *preg) in llvm_regfree()
HDregexec.c141 llvm_regexec(const llvm_regex_t *preg, const char *string, size_t nmatch, in llvm_regexec()
/trueos/contrib/libgnuregex/
HDregex.c31 # define regfree(preg) __regfree (preg) argument
33 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) argument
34 # define regerror(errcode, preg, errbuf, errbuf_size) \ argument
HDregcomp.c466 regcomp (preg, pattern, cflags) in regcomp() argument
530 const regex_t *__restrict preg; variable
636 regfree (preg) in regfree() argument
729 re_compile_internal (regex_t *preg, const char * pattern, size_t length, in re_compile_internal()
971 free_workarea_compile (regex_t *preg) in free_workarea_compile()
1146 analyze (regex_t *preg) in analyze()
1307 regex_t *preg = (regex_t *) extra; in lower_subexps() local
1327 lower_subexp (reg_errcode_t *err, regex_t *preg, bin_tree_t *node) in lower_subexp()
2104 parse (re_string_t *regexp, regex_t *preg, reg_syntax_t syntax, in parse()
2138 parse_reg_exp (re_string_t *regexp, regex_t *preg, re_token_t *token, in parse_reg_exp()
[all …]
HDregexec.c220 regexec (preg, string, nmatch, pmatch, eflags) in regexec() argument
265 __compat_regexec (const regex_t *__restrict preg, in __compat_regexec()
628 re_search_internal (preg, string, length, start, range, stop, nmatch, pmatch, in re_search_internal() argument
1415 set_regs (const regex_t *preg, const re_match_context_t *mctx, size_t nmatch, in set_regs()
/trueos/usr.bin/sed/
HDmisc.c59 strregerror(int errcode, regex_t *preg) in strregerror()
HDprocess.c648 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, in regexec_e()
/trueos/contrib/llvm/include/llvm/Support/
HDRegex.h85 struct llvm_regex *preg; variable
/trueos/sys/arm/xscale/i80321/
HDi80321.c87 uint32_t preg; in i80321_attach() local
/trueos/contrib/ncurses/form/
HDfty_regex.c106 RegExp_Arg *preg; in Make_RegularExpression_Type() local
/trueos/contrib/flex/
HDregex.c50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) in flex_regcomp()
/trueos/contrib/llvm/lib/CodeGen/
HDRegAllocPBQP.cpp225 unsigned preg = rawOrder[i]; in build() local
485 unsigned preg = problem.getPRegForOption(vreg, alloc); in mapPBQPToRegAlloc() local
/trueos/contrib/atf/atf-c/
HDutils.c83 regex_t preg; in grep_string() local
/trueos/contrib/binutils/gas/config/
HDtc-cr16.c390 const reg_entry *preg; in get_pregister() local
405 const reg_entry *preg; in get_pregisterp() local
/trueos/contrib/nvi/ex/
HDex_subst.c1286 re_error(SCR *sp, int errcode, regex_t *preg) in re_error()
/trueos/sys/dev/ata/chipsets/
HData-siliconimage.c408 u_int8_t preg = 0xa4 + rego; in ata_sii_setmode() local
/trueos/sys/dev/sound/isa/
HDess.c688 int preg = 0, rreg = 0, l, r; in essmix_set() local

12