| /trueos/usr.bin/grep/regex/ |
| HD | fastmatch.c | 40 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/ |
| HD | regerror.c | 118 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()
|
| HD | regfree.c | 59 regfree(regex_t *preg) in regfree()
|
| HD | regexec.c | 160 regexec(const regex_t *preg, const RCHAR_T *string, size_t nmatch, regmatch_t *pmatch, int eflags) in regexec()
|
| /trueos/lib/libc/regex/ |
| HD | regerror.c | 116 const regex_t * __restrict preg, in regerror() 162 regatoi(const regex_t *preg, char *localbuf) in regatoi()
|
| HD | regfree.c | 58 regfree(regex_t *preg) in regfree()
|
| HD | regexec.c | 207 regexec(const regex_t * __restrict preg, in regexec()
|
| /trueos/contrib/llvm/lib/Support/ |
| HD | regerror.c | 84 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()
|
| HD | regfree.c | 50 llvm_regfree(llvm_regex_t *preg) in llvm_regfree()
|
| HD | regexec.c | 141 llvm_regexec(const llvm_regex_t *preg, const char *string, size_t nmatch, in llvm_regexec()
|
| /trueos/contrib/libgnuregex/ |
| HD | regex.c | 31 # 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
|
| HD | regcomp.c | 466 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 …]
|
| HD | regexec.c | 220 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/ |
| HD | misc.c | 59 strregerror(int errcode, regex_t *preg) in strregerror()
|
| HD | process.c | 648 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, in regexec_e()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | Regex.h | 85 struct llvm_regex *preg; variable
|
| /trueos/sys/arm/xscale/i80321/ |
| HD | i80321.c | 87 uint32_t preg; in i80321_attach() local
|
| /trueos/contrib/ncurses/form/ |
| HD | fty_regex.c | 106 RegExp_Arg *preg; in Make_RegularExpression_Type() local
|
| /trueos/contrib/flex/ |
| HD | regex.c | 50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) in flex_regcomp()
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | RegAllocPBQP.cpp | 225 unsigned preg = rawOrder[i]; in build() local 485 unsigned preg = problem.getPRegForOption(vreg, alloc); in mapPBQPToRegAlloc() local
|
| /trueos/contrib/atf/atf-c/ |
| HD | utils.c | 83 regex_t preg; in grep_string() local
|
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-cr16.c | 390 const reg_entry *preg; in get_pregister() local 405 const reg_entry *preg; in get_pregisterp() local
|
| /trueos/contrib/nvi/ex/ |
| HD | ex_subst.c | 1286 re_error(SCR *sp, int errcode, regex_t *preg) in re_error()
|
| /trueos/sys/dev/ata/chipsets/ |
| HD | ata-siliconimage.c | 408 u_int8_t preg = 0xa4 + rego; in ata_sii_setmode() local
|
| /trueos/sys/dev/sound/isa/ |
| HD | ess.c | 688 int preg = 0, rreg = 0, l, r; in essmix_set() local
|