search for: re_search_2

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

Did you mean: re_search
2003 Apr 28
1
Red Hat 9 regex symbol conflict
..._RE_ARGS ((struct re_pattern_buffer *buffer, const char *string, int length, int start, int range, struct re_registers *regs)); /* Like `re_search', but search in the concatenation of STRING1 and STRING2. Also, stop searching at index START + STOP. */ ! extern int re_search_2 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1, int length1, const char *string2, int length2, int start, int range, struct re_registers *regs, int stop)); --- 473,486 ---- characters. Return the starting position of the match, -1 for no...