/third_party/musl/libc-test/src/regression/ |
D | regex-ere-backref.c | 15 regerror(n, &r, buf, sizeof buf); in main() 21 regerror(n, &r, buf, sizeof buf); in main() 28 regerror(n, &r, buf, sizeof buf); in main()
|
D | regex-negated-range.c | 14 regerror(n, &r, buf, sizeof buf); in main() 20 regerror(n, &r, buf, sizeof buf); in main()
|
D | regex-backref-0.c | 15 regerror(n, &r, buf, sizeof buf); in main() 20 regerror(n, &r, buf, sizeof buf); in main()
|
D | regex-bracket-icase.c | 32 regerror(n, &re, buf, sizeof buf); in main() 39 regerror(n, &re, buf, sizeof buf); in main()
|
D | regex-escaped-high-byte.c | 18 regerror(n, &r, buf, sizeof buf); in main()
|
/third_party/benchmark/src/ |
D | re.h | 123 size_t needed = regerror(ec, &re_, nullptr, 0); in Init() 125 regerror(ec, &re_, errbuf, needed); in Init()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.c | 203 #undef regerror 204 PCRE2POSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t); 206 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size)
|
D | pcre2posix.h | 155 #define regerror pcre2_regerror macro
|
/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() function
|
/third_party/musl/ndk_musl_include/ |
D | regex.h | 56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | regex.h | 56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | regex.h | 56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
|
/third_party/musl/include/ |
D | regex.h | 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 | 56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
|
/third_party/musl/libc-test/src/api/ |
D | regex.c | 38 {size_t(*p)(int,const regex_t*restrict,char*restrict,size_t) = regerror;} in f()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 94 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper() 107 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/ |
D | Android.bp | 96 "lib/Support/regerror.c",
|
D | CMakeLists.txt | 181 "lib/Support/regerror.c"
|
/third_party/pcre2/pcre2/testdata/ |
D | testoutput18 | 162 ** regerror() message truncated
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CMakeLists.txt | 159 regerror.c
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | BUILD.gn | 250 "$subzero_llvm_dir/lib/Support/regerror.c",
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 1158 regerror
|
D | dragonfly.txt | 1453 regerror
|
D | netbsd.txt | 1435 regerror
|
/third_party/toybox/lib/ |
D | xwrap.c | 945 regerror(rc, preg, libbuf, sizeof(libbuf)); in xregcomp()
|