Home
last modified time | relevance | path

Searched refs:regerror (Results 1 – 25 of 43) sorted by relevance

12

/third_party/musl/libc-test/src/regression/
Dregex-ere-backref.c15 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()
Dregex-negated-range.c14 regerror(n, &r, buf, sizeof buf); in main()
20 regerror(n, &r, buf, sizeof buf); in main()
Dregex-backref-0.c15 regerror(n, &r, buf, sizeof buf); in main()
20 regerror(n, &r, buf, sizeof buf); in main()
Dregex-bracket-icase.c32 regerror(n, &re, buf, sizeof buf); in main()
39 regerror(n, &re, buf, sizeof buf); in main()
Dregex-escaped-high-byte.c18 regerror(n, &r, buf, sizeof buf); in main()
/third_party/benchmark/src/
Dre.h123 size_t needed = regerror(ec, &re_, nullptr, 0); in Init()
125 regerror(ec, &re_, errbuf, needed); in Init()
/third_party/pcre2/pcre2/src/
Dpcre2posix.c203 #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)
Dpcre2posix.h155 #define regerror pcre2_regerror macro
/third_party/musl/src/regex/
Dregerror.c30 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/
Dregex.h56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
/third_party/musl/porting/uniproton/kernel/include/
Dregex.h56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
/third_party/musl/include/
Dregex.h56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
/third_party/musl/libc-test/src/api/
Dregex.c38 {size_t(*p)(int,const regex_t*restrict,char*restrict,size_t) = regerror;} in f()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c94 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper()
107 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DAndroid.bp96 "lib/Support/regerror.c",
DCMakeLists.txt181 "lib/Support/regerror.c"
/third_party/pcre2/pcre2/testdata/
Dtestoutput18162 ** regerror() message truncated
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCMakeLists.txt159 regerror.c
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DBUILD.gn250 "$subzero_llvm_dir/lib/Support/regerror.c",
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt1158 regerror
Ddragonfly.txt1453 regerror
Dnetbsd.txt1435 regerror
/third_party/toybox/lib/
Dxwrap.c945 regerror(rc, preg, libbuf, sizeof(libbuf)); in xregcomp()

12