Home
last modified time | relevance | path

Searched refs:regerror (Results 1 – 25 of 41) 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/boost/libs/regex/test/c_compiler_checks/
Dwide_posix_api_check.cpp50 regerror(result, &re, buf, sizeof(buf)); in main()
68 regerror(result, &re, buf, sizeof(buf)); in main()
Dwide_posix_api_check.c50 regerror(result, &re, buf, sizeof(buf)); in main()
66 regerror(result, &re, buf, sizeof(buf)); in main()
/third_party/boost/libs/regex/doc/
Dposix_api.qbk51 #define regerror regerrorW
57 #define regerror regerrorA
99 [#regerror][h4 regerror]
101 regerror takes the following parameters, it maps an error code to a human
118 or equal to buf_size then regerror will have to be called again with a larger buffer.
Dregex.qbk46 [template regerror[] [link boost_regex.ref.posix.regerror `regerror`]]
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dre.h117 size_t needed = regerror(ec, &re_, nullptr, 0); in Init()
119 regerror(ec, &re_, errbuf, needed); in Init()
/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/boost/tools/build/src/engine/
Dregexp.cpp162 #define FAIL(m) { regerror(m); return(NULL); }
805 regerror("NULL parameter"); in regexec()
811 regerror("corrupted program"); in regexec()
1084 regerror("memory corruption"); in regmatch()
1096 regerror("corrupted pointers"); in regmatch()
1136 regerror("internal foulup"); in regrepeat()
1291 regerror("corrupted opcode"); in regprop()
Dregexp.h26 void regerror( char const * s );
Dheaders.cpp204 void regerror( char const * s ) in regerror() function
/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/porting/liteos_m_iccarm/kernel/include/
Dregex.h56 size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t);
/third_party/musl/ndk_musl_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/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/libc-test/src/api/
Dregex.c38 {size_t(*p)(int,const regex_t*restrict,char*restrict,size_t) = regerror;} in f()
/third_party/boost/boost/regex/v4/
Dcregex.hpp175 #define regerror regerrorW macro
181 #define regerror regerrorA macro
/third_party/gettext/libtextstyle/examples/color-filter/
Dfilter.c83 regerror (err, &cregex, errbuf, sizeof (errbuf)); in main()

12