Searched refs:re_match (Results 1 – 7 of 7) sorted by relevance
/posix/ |
A D | bug-regex1.c | 33 match = re_match (®ex, "an", 2, 0, ®s); in main() 53 match = re_match (®ex, "an", 2, 0, ®s); in main() 73 match = re_match (®ex, "an", 2, 0, ®s); in main()
|
A D | bug-regex10.c | 43 match = re_match (®ex, "foacabdxy", 9, 2, ®s); in main()
|
A D | bug-regex7.c | 72 match = re_match (®ex, "apl", 3, 0, ®s); in main()
|
A D | regex.c | 51 # define re_match(bufp, string, size, pos, regs) \ macro
|
A D | Versions | 48 re_comp; re_compile_fastmap; re_compile_pattern; re_exec; re_match;
|
A D | regex.h | 599 extern regoff_t re_match (struct re_pattern_buffer *__buffer,
|
A D | regexec.c | 277 re_match (struct re_pattern_buffer *bufp, const char *string, Idx length, in re_match() function 283 weak_alias (__re_match, re_match) in weak_alias() argument
|
Completed in 18 milliseconds