Searched refs:cmatch (Results 1 – 5 of 5) sorted by relevance
184 if (cmatch(date, date_formats[i])) in isdate()195 cmatch(char *cp, char *tp) in cmatch() function
93 int cmatch(char *, char *);
66 using std::cmatch;109 using std::pmr::cmatch;
536 typedef match_results<const char*> cmatch;4533 typedef match_results<const char*> cmatch;4541 class _LIBCPP_TEMPLATE_VIS _LIBCPP_PREFERRED_NAME(cmatch) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFER…5799 using cmatch _LIBCPP_AVAILABILITY_PMR = match_results<const char*>;
888 SYMBOL(cmatch, std::, <regex>)3508 SYMBOL(cmatch, std::pmr::, <regex>)