/external/libcxx/utils/google-benchmark/src/ |
D | re.h | 91 size_t needed = regerror(ec, &re_, nullptr, 0); in Init() 93 regerror(ec, &re_, errbuf, needed); in Init()
|
/external/google-benchmark/src/ |
D | re.h | 105 size_t needed = regerror(ec, &re_, nullptr, 0); in Init() 107 regerror(ec, &re_, errbuf, needed); in Init()
|
/external/pcre/dist2/src/ |
D | pcre2posix.h | 140 PCRE2POSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t);
|
D | pcre2posix.c | 178 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) in regerror() function
|
D | pcre2test.c | 4801 usize = regerror(rc, &preg, (char *)pbuffer8, bsize); in process_pattern() 5973 (void)regerror(rc, &preg, (char *)pbuffer8, pbuffer8_size); in process_data()
|
/external/llvm/lib/Support/ |
D | CMakeLists.txt | 105 regerror.c
|
/external/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() 106 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper()
|
/external/swiftshader/src/Reactor/ |
D | Android.mk | 90 $(LLVMDEPENDENCIES_PATH)/lib/Support/regerror.c \
|
D | BUILD.gn | 230 "$subzero_llvm_dir/lib/Support/regerror.c",
|
/external/pcre/dist2/testdata/ |
D | testoutput18 | 155 ** regerror() message truncated
|
/external/toybox/toys/posix/ |
D | grep.c | 327 regerror(i, (regex_t *)toybuf, toybuf+sizeof(regex_t), in parse_regex()
|
/external/strace/ |
D | qualify.c | 209 regerror(errcode, preg, buf, sizeof(buf)); in regerror_msg_and_die()
|
/external/libedit/src/ |
D | search.c | 101 regerror(const char *msg) in regerror() function
|
/external/toybox/lib/ |
D | xwrap.c | 790 regerror(rc, preg, libbuf, sizeof(libbuf)); in xregcomp()
|
/external/syslinux/com32/tools/ |
D | relocs.c | 104 regerror(err, &sym_regex_c[i], errbuf, sizeof errbuf); in regex_init()
|
/external/pcre/dist2/ |
D | ChangeLog | 76 regerror(). When the error buffer is too small, my version of snprintf() puts a 80 regerror() buffer. 405 66. In the POSIX wrapper, if regerror() was given too small a buffer, it could 465 84. Test for error code <= 0 in regerror().
|
/external/libcups/cups/ |
D | ipp.c | 5238 regerror(i, &re, temp, sizeof(temp)); in ippValidateAttribute() 5292 regerror(i, &re, temp, sizeof(temp)); in ippValidateAttribute()
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 1338 regerror(error, paths->name[i].preg, str, 1024); in add_path()
|
D | action.c | 2518 regerror(res, preg, str, 1024); in parse_file_arg()
|
D | mksquashfs.c | 4577 regerror(error, paths->name[i].preg, str, 1024); in add_path()
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 772 that is passed to regerror() in the event of a compilation error. For 777 This provides a means of testing the behaviour of regerror() when the
|
D | pcre2.txt | 8565 size_t regerror(int errcode, const regex_t *preg, 8792 The regerror() function maps a non-zero errorcode from either regcomp()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2728 fun:regerror=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 794 PUBLIC c5460 0 regerror
|