Searched refs:regex_compile (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 980729-1.c | 2 regex_compile () in regex_compile() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | gnu-regex.c | 1436 static reg_errcode_t regex_compile _RE_ARGS ((const char *pattern, size_t size, 1763 regex_compile (pattern, size, syntax, bufp) in regex_compile() function 5417 ret = regex_compile (pattern, length, re_syntax_options, bufp); 5472 ret = regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf); 5586 ret = regex_compile (pattern, strlen (pattern), syntax, preg);
|
/openbsd-src/gnu/usr.bin/cvs/lib/ |
H A D | regex.c | 1860 regex_compile (pattern, size, syntax, bufp) in regex_compile() function 6060 ret = regex_compile (pattern, length, re_syntax_options, bufp); 6114 ret = regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf); 6229 ret = regex_compile (pattern, strlen (pattern), syntax, preg);
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | regex.c | 2282 PREFIX(regex_compile) (const char *ARG_PREFIX(pattern), in PREFIX() argument
|
H A D | ChangeLog | 532 regex_compile, store_op1, store_op2, insert_op1, insert_op2,
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-1998 | 5248 * gnu-regex.c (regex_compile): Only support i18n [:foo:] if
|