Searched refs:re_match_2 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex.h12 # define re_match_2 xre_match_2 macro
H A Dxregex2.h385 /* If set, `re_match_2' does not return information about
420 `re_match_2' returns information about at least this many registers
487 extern int re_match_2 (struct re_pattern_buffer *buffer, const char *string1,
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex.h12 # define re_match_2 xre_match_2 macro
H A Dxregex2.h382 /* If set, `re_match_2' does not return information about
417 `re_match_2' returns information about at least this many registers
496 extern int re_match_2
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex.h12 # define re_match_2 xre_match_2 macro
H A Dxregex2.h385 /* If set, `re_match_2' does not return information about
420 `re_match_2' returns information about at least this many registers
487 extern int re_match_2 (struct re_pattern_buffer *buffer, const char *string1,
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.c38 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ macro
H A Dregex.h412 /* If set, `re_match_2' does not return information about
446 `re_match_2' returns information about at least this many registers
514 extern int re_match_2 (struct re_pattern_buffer *__buffer,
H A Dregexec.c279 /* re_match, re_search, re_match_2, re_search_2
333 re_match_2 (bufp, string1, length1, string2, length2, start, regs, stop)
343 weak_alias (__re_match_2, re_match_2)
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c73 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ macro
171 commands in re_match_2. */
500 of re_match_2.) */
1420 re_match_2 use a failure stack. These have to be macros because of
1803 /* Declarations and macros for re_match_2. */
3731 `push_dummy_failure' in `re_match_2'. */
5287 /* Macros for dealing with the split strings in re_match_2. */
5407 /* re_match is like re_match_2 except it takes only a single string. */
5451 /* re_match_2 matches the compiled pattern in BUFP against the
5465 re_match_2 (struc
5448 re_match_2 (struct re_pattern_buffer *bufp, const char *string1, int size1, function
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c73 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ macro
171 commands in re_match_2. */
500 of re_match_2.) */
1420 re_match_2 use a failure stack. These have to be macros because of
1803 /* Declarations and macros for re_match_2. */
3731 `push_dummy_failure' in `re_match_2'. */
5287 /* Macros for dealing with the split strings in re_match_2. */
5407 /* re_match is like re_match_2 except it takes only a single string. */
5451 /* re_match_2 matches the compiled pattern in BUFP against the
5465 re_match_2 (struc
5448 re_match_2 (struct re_pattern_buffer *bufp, const char *string1, int size1, function
[all...]

Completed in 120 milliseconds