Home
last modified time | relevance | path

Searched defs:wcschr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libc/string/
Dwcschr.c35 wcschr(const wchar_t *s, wchar_t c) in wcschr() function
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dwchar.h139 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() function
141 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() function
/freebsd-12-stable/contrib/libstdc++/include/c_std/
Dstd_cwchar.h211 wcschr(wchar_t* __p, wchar_t __c) in wcschr() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1517 INTERCEPTOR(wchar_t *, wcschr, void *s, wchar_t wc, void *ps) { in INTERCEPTOR() argument