/third_party/pcre2/pcre2/src/ |
D | pcre2posix.c | 190 PCRE2POSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t); 192 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) 198 PCRE2POSIX_EXP_DECL void regfree(regex_t *); 200 regfree(regex_t *preg) 206 PCRE2POSIX_EXP_DECL int regcomp(regex_t *, const char *, int); 208 regcomp(regex_t *preg, const char *pattern, int cflags) 214 PCRE2POSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t, 217 regexec(const regex_t *preg, const char *string, size_t nmatch, 230 pcre2_regerror(int errcode, const regex_t *preg, char *errbuf, in pcre2_regerror() 259 pcre2_regfree(regex_t *preg) in pcre2_regfree() [all …]
|
D | pcre2posix.h | 108 } regex_t; typedef 161 PCRE2POSIX_EXP_DECL int PCRE2_CALL_CONVENTION pcre2_regcomp(regex_t *, const char *, int); 162 PCRE2POSIX_EXP_DECL int PCRE2_CALL_CONVENTION pcre2_regexec(const regex_t *, const char *, size_t, 164 PCRE2POSIX_EXP_DECL size_t PCRE2_CALL_CONVENTION pcre2_regerror(int, const regex_t *, char *, size_… 165 PCRE2POSIX_EXP_DECL void PCRE2_CALL_CONVENTION pcre2_regfree(regex_t *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | regex.h | 20 } regex_t; typedef 52 int regcomp(regex_t *__restrict, const char *__restrict, int); 53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int); 54 void regfree(regex_t *); 56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
|
/third_party/musl/include/ |
D | regex.h | 20 } regex_t; typedef 52 int regcomp(regex_t *__restrict, const char *__restrict, int); 53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int); 54 void regfree(regex_t *); 56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | regex.h | 20 } regex_t; typedef 52 int regcomp(regex_t *__restrict, const char *__restrict, int); 53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int); 54 void regfree(regex_t *); 56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | regex.h | 20 } regex_t; typedef 52 int regcomp(regex_t *__restrict, const char *__restrict, int); 53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int); 54 void regfree(regex_t *); 56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
|
/third_party/libabigail/include/ |
D | abg-regex.h | 29 typedef std::shared_ptr<regex_t> regex_t_sptr; 39 operator()(::regex_t* r) in operator() 79 build_sptr<regex_t>(regex_t *p); 88 build_sptr<regex_t>();
|
/third_party/musl/libc-test/src/api/ |
D | regex.c | 10 regex_t x; in f() 37 {int(*p)(regex_t*restrict,const char*restrict,int) = regcomp;} in f() 38 {size_t(*p)(int,const regex_t*restrict,char*restrict,size_t) = regerror;} in f() 39 {int(*p)(const regex_t*restrict,const char*restrict,size_t,regmatch_t[restrict],int) = regexec;} in f() 40 {void(*p)(regex_t*) = regfree;} in f()
|
/third_party/libabigail/src/ |
D | abg-regex.cc | 40 sptr_utils::build_sptr<regex_t>(regex_t *p) in build_sptr() 50 sptr_utils::build_sptr<regex_t>() in build_sptr() 51 {return sptr_utils::build_sptr(new regex_t);} in build_sptr() 113 regex_t_sptr r = sptr_utils::build_sptr(new regex_t); in compile()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | mhd2spdy_structures.h | 154 regex_t uri_preg; 272 init_parse_uri(regex_t * preg); 276 deinit_parse_uri(regex_t * preg); 280 parse_uri(regex_t * preg,
|
D | mhd2spdy_structures.c | 47 init_parse_uri(regex_t * preg) in init_parse_uri() 63 deinit_parse_uri(regex_t * preg) in deinit_parse_uri() 69 parse_uri(regex_t * preg, in parse_uri()
|
/third_party/musl/Benchmark/musl/ |
D | libc_regex.cpp | 43 regex_t reg; in Bm_function_Regcomp() 53 regex_t reg; in Bm_function_Regexec() 71 regex_t reg; in Bm_function_Regall()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | restrict-array.c | 21 typedef struct re_pattern_buffer regex_t; typedef 30 extern int regexec (const regex_t *__restrict __preg,
|
/third_party/cups-filters/filter/foomatic-rip/ |
D | options.h | 72 regex_t *allowedchars; 73 regex_t *allowedregexp;
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsundelete.c | 160 } *regex_t; typedef 164 static BOOL patmatch(regex_t *re, const ntfschar *f, int flen, in patmatch() 167 regex_t pre; in patmatch() 227 static int regcomp(regex_t *re, const char *pattern, int flags) in regcomp() 229 regex_t pre; in regcomp() 236 pre = (regex_t)malloc(sizeof(struct REGEX) in regcomp() 258 static int regexec(regex_t *re, const ntfschar *uname, int len, in regexec() 267 static void regfree(regex_t *re) in regfree() 1749 static int name_match(regex_t *re, struct ufile *file) in name_match() 2230 regex_t re; in scan_disk()
|
/third_party/mesa3d/src/util/ |
D | xmlconfig.c | 47 typedef int regex_t; typedef 51 static inline int regcomp(regex_t *r, const char *s, int f) { return 0; } in regcomp() 52 static inline int regexec(regex_t *r, const char *s, int n, void *p, int f) { return REG_NOMATCH; } in regexec() 53 static inline void regfree(regex_t* r) {} in regfree() 705 regex_t re; in parseAppAttr() 738 regex_t re; in parseAppAttr() 775 regex_t re; in parseEngineAttr()
|
/third_party/benchmark/cmake/ |
D | gnu_posix_regex.cpp | 5 regex_t re; in main()
|
D | posix_regex.cpp | 5 regex_t re; in main()
|
/third_party/musl/libc-test/src/regression/ |
D | regex-escaped-high-byte.c | 10 regex_t r; in main()
|
D | regexec-nosub.c | 8 regex_t re; in main()
|
D | regex-negated-range.c | 9 regex_t r; in main()
|
D | regex-backref-0.c | 10 regex_t r; in main()
|
/third_party/musl/src/regex/ |
D | regerror.c | 30 size_t regerror(int e, const regex_t *restrict preg, char *restrict buf, size_t size) in regerror()
|
/third_party/glfw/src/ |
D | linux_joystick.h | 58 regex_t regex;
|
/third_party/pulseaudio/src/modules/ |
D | module-match.c | 69 regex_t regex; 107 regex_t regex; in load_rules()
|