Home
last modified time | relevance | path

Searched refs:re_match (Results 1 – 7 of 7) sorted by relevance

/posix/
A Dbug-regex1.c33 match = re_match (&regex, "an", 2, 0, &regs); in main()
53 match = re_match (&regex, "an", 2, 0, &regs); in main()
73 match = re_match (&regex, "an", 2, 0, &regs); in main()
A Dbug-regex10.c43 match = re_match (&regex, "foacabdxy", 9, 2, &regs); in main()
A Dbug-regex7.c72 match = re_match (&regex, "apl", 3, 0, &regs); in main()
A Dregex.c51 # define re_match(bufp, string, size, pos, regs) \ macro
A DVersions48 re_comp; re_compile_fastmap; re_compile_pattern; re_exec; re_match;
A Dregex.h599 extern regoff_t re_match (struct re_pattern_buffer *__buffer,
A Dregexec.c277 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