Home
last modified time | relevance | path

Searched refs:regex_compile (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.h75 struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int re_flags, int…
H A DregexMain.c65 machine = regex_compile(pattern, ptr - pattern, REGEX_MATCH_VERBOSE | REGEX_NEWLINE, &error); in verbose_test()
132 machine = regex_compile(test->pattern, ptr - test->pattern, test->flags, &error); in run_tests()
H A DregexJIT.c1835 struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int re_flags, int… in regex_compile() function
2268 …hine->u.init_match, &compiler_common.machine->context, sljit_get_label_addr(label), regex_compile); in regex_compile()
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c1835 static reg_errcode_t regex_compile _RE_ARGS ((const char *pattern, size_t size,
2268 regex_compile (cpattern, csize, syntax, bufp) in regex_compile() function
2272 regex_compile (pattern, size, syntax, bufp)
7541 ret = regex_compile (pattern, length, re_syntax_options, bufp);
7598 ret = regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7712 ret = regex_compile (pattern, strlen (pattern), syntax, preg);
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c2287 PREFIX(regex_compile) (const char *ARG_PREFIX(pattern), in PREFIX() argument
H A DChangeLog1414 * regex.c (regex_compile): Add Fall through comment after '+'/'?'.
4358 regex_compile, store_op1, store_op2, insert_op1, insert_op2,
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c2287 PREFIX(regex_compile) (const char *ARG_PREFIX(pattern), in PREFIX() argument
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c2358 PREFIX(regex_compile) (ARG_PREFIX(pattern), ARG_PREFIX(size), syntax, bufp)
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c2287 PREFIX(regex_compile) (const char *ARG_PREFIX(pattern), in PREFIX() argument
H A DChangeLog1333 * regex.c (regex_compile): Add Fall through comment after '+'/'?'.
4277 regex_compile, store_op1, store_op2, insert_op1, insert_op2,
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c2287 PREFIX(regex_compile) (const char *ARG_PREFIX(pattern), in PREFIX() argument
H A DChangeLog1824 * regex.c (regex_compile): Add Fall through comment after '+'/'?'.
4768 regex_compile, store_op1, store_op2, insert_op1, insert_op2,
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c2283 PREFIX(regex_compile) (const char *ARG_PREFIX(pattern), in PREFIX() argument
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19985248 * gnu-regex.c (regex_compile): Only support i18n [:foo:] if
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19985248 * gnu-regex.c (regex_compile): Only support i18n [:foo:] if