search for: re_match_2

Displaying 1 result from an estimated 1 matches for "re_match_2".

Did you mean: re_match
2003 Apr 28
1
Red Hat 9 regex symbol conflict
...tched, 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, const char *string1, int length1, const char *string2, int length2, int start, struct re_registers *regs, int stop)); --- 488,500 ---- /* Like `re_search', but return how many characters in STRING the regexp...