Displaying 1 result from an estimated 1 matches for "re_match".
Did you mean:
rev_match
2003 Apr 28
1
Red Hat 9 regex symbol conflict
...gth1, const char *string2, int length2,
int start, int range, struct re_registers *regs, int stop));
***************
*** 488,500 ****
/* Like `re_search', but return how many characters in STRING the regexp
in BUFFER matched, starting at position START. */
! extern int re_match
_RE_ARGS ((struct re_pattern_buffer *buffer, const char *string,
int length, int start, struct re_registers *regs));
/* Relates to `re_match' as `re_search_2' relates to `re_search'. */
! extern int re_match_2
_RE_ARGS ((struct re_pattern_buffer *buffer,...