Home
last modified time | relevance | path

Searched refs:re_match_2 (Results 1 – 5 of 5) sorted by relevance

/posix/
A Dbug-regex8.c43 match[0] = re_match_2(&regex,"xyz",3,NULL,0,0,NULL,2); in main()
68 match[2] = re_match_2(&regex,"xy ",4,NULL,0,0,NULL,3); in main()
69 match[3] = re_match_2(&regex,"xy z",4,NULL,0,0,NULL,3); in main()
A Dregex.c49 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ macro
A DVersions49 re_match_2; re_search; re_search_2; re_set_registers; re_set_syntax;
A Dregex.h606 extern regoff_t re_match_2 (struct re_pattern_buffer *__buffer,
A Dregexec.c298 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