Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcreposix.h139 PCREPOSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t);
Dpcreposix.c210 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) in regerror() function
Dpcretest.c3938 (void)regerror(rc, &preg, (char *)buffer, buffer_size); in main()
5060 (void)regerror(rc, &preg, (char *)buffer, buffer_size); in main()
/external/oprofile/libregex/
Dop_regex.cpp28 size_t needed_size = regerror(err, &regexp, 0, 0); in op_regerror()
30 regerror(err, &regexp, buffer, needed_size); in op_regerror()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c48 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper()
60 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c48 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper()
60 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper()
/external/llvm/lib/Support/
DAndroid.mk88 regerror.c \
DCMakeLists.txt69 regerror.c
/external/ltrace/
Dfilter.c121 regerror(status, re, buf, sizeof buf); in re_match_or_error()
Doptions.c207 regerror(status, &lib_re, buf, sizeof buf); in compile_libname()
244 regerror(status, &symbol_re, buf, sizeof buf); in add_filter_rule()
/external/lldb/source/Core/
DRegularExpression.cpp271 return ::regerror (m_comp_err, &m_preg, err_str, err_str_max_len); in GetErrorAsCString()
/external/qemu/distrib/libselinux/src/
Dlabel_file.c261 errsz = regerror(regerr, &spec->regex, NULL, 0); in compile_regex()
265 (void)regerror(regerr, &spec->regex, in compile_regex()
/external/libedit/src/
Dsearch.c101 regerror(const char *msg) in regerror() function
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-report.c702 regerror(err, &ignore_callees_regex, buf, sizeof(buf)); in report_parse_ignore_callees_opt()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsort.c938 regerror(ret, &parent_regex, err, sizeof(err)); in sort_dimension__add()
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch1452 + regerror.c \
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt2969 fun:regerror=uninstrumented
/external/pcre/dist/doc/
Dpcre.txt9501 size_t regerror(int errcode, const regex_t *preg,
9719 The regerror() function maps a non-zero errorcode from either regcomp()