Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/string/
H A Dwcschr.c40 wcschr(const wchar_t *p, wchar_t c) in wcschr() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A 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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf212 wcschr, 89 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf212 wcschr, 89 keyword
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc1493 INTERCEPTOR(wchar_t *, wcschr, void *s, wchar_t wc, void *ps) { in INTERCEPTOR() argument