Searched refs:re_match_2 (Results 1 – 5 of 5) sorted by relevance
/posix/ |
A D | bug-regex8.c | 43 match[0] = re_match_2(®ex,"xyz",3,NULL,0,0,NULL,2); in main() 68 match[2] = re_match_2(®ex,"xy ",4,NULL,0,0,NULL,3); in main() 69 match[3] = re_match_2(®ex,"xy z",4,NULL,0,0,NULL,3); in main()
|
A D | regex.c | 49 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ macro
|
A D | Versions | 49 re_match_2; re_search; re_search_2; re_set_registers; re_set_syntax;
|
A D | regex.h | 606 extern regoff_t re_match_2 (struct re_pattern_buffer *__buffer,
|
A D | regexec.c | 298 re_match_2 (struct re_pattern_buffer *bufp, const char *string1, Idx length1, in weak_alias() 306 weak_alias (__re_match_2, re_match_2) in weak_alias() argument
|
Completed in 16 milliseconds