Home
last modified time | relevance | path

Searched refs:cmatch (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dregex
/freebsd/usr.bin/mail/
H A Dhead.c178 if (cmatch(date, date_formats[i])) in isdate()
189 cmatch(char *cp, char *tp) in cmatch() function
H A Dextern.h91 int cmatch(char *, char *);
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dregex.inc66 using std::cmatch;
109 using std::pmr::cmatch;
H A Dregex.cppm
/freebsd/crypto/krb5/src/util/support/
H A Dregex.cpp83 std::cmatch cm; in k5_regexec()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dregex536 typedef match_results<const char*> cmatch;
4535 typedef match_results<const char*> cmatch;
4543 class _LIBCPP_PREFERRED_NAME(cmatch) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wcmatch))
5817 using cmatch _LIBCPP_AVAILABILITY_PMR = match_results<const char*>;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dregex536 typedef match_results<const char*> cmatch;
4450 typedef match_results<const char*> cmatch;
4458 class _LIBCPP_TEMPLATE_VIS _LIBCPP_PREFERRED_NAME(cmatch) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFER…
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc898 SYMBOL(cmatch, std::, <regex>)
3592 SYMBOL(cmatch, std::pmr::, <regex>)