/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/boost/libs/regex/test/c_compiler_checks/ |
D | wide_posix_api_check.cpp | 50 regerror(result, &re, buf, sizeof(buf)); in main() 68 regerror(result, &re, buf, sizeof(buf)); in main()
|
D | wide_posix_api_check.c | 50 regerror(result, &re, buf, sizeof(buf)); in main() 66 regerror(result, &re, buf, sizeof(buf)); in main()
|
/third_party/boost/libs/regex/doc/ |
D | posix_api.qbk | 51 #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.
|
D | regex.qbk | 46 [template regerror[] [link boost_regex.ref.posix.regerror `regerror`]]
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | re.h | 117 size_t needed = regerror(ec, &re_, nullptr, 0); in Init() 119 regerror(ec, &re_, errbuf, needed); in Init()
|
/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/boost/tools/build/src/engine/ |
D | regexp.cpp | 162 #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()
|
D | regexp.h | 26 void regerror( char const * s );
|
D | headers.cpp | 204 void regerror( char const * s ) in regerror() function
|
/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/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/ndk_musl_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/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/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/boost/boost/regex/v4/ |
D | cregex.hpp | 175 #define regerror regerrorW macro 181 #define regerror regerrorA macro
|
/third_party/gettext/libtextstyle/examples/color-filter/ |
D | filter.c | 83 regerror (err, &cregex, errbuf, sizeof (errbuf)); in main()
|