Home
last modified time | relevance | path

Searched defs:wcslen (Results 1 – 9 of 9) sorted by relevance

/external/musl/src/string/
Dwcslen.c3 size_t wcslen(const wchar_t *s) in wcslen() function
/external/mtools/
Dsysincludes.h349 # define wcslen strlen macro
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc585 INTERCEPTOR(SIZE_T, wcslen, const wchar_t *s) { in INTERCEPTOR() argument
/external/rust/crates/libc/src/windows/
Dmod.rs372 pub fn wcslen(buf: *const wchar_t) -> size_t; in wcslen() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc569 INTERCEPTOR(SIZE_T, wcslen, const wchar_t *s) { in INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/
Dmod.rs565 pub fn wcslen(buf: *const wchar_t) -> size_t; in wcslen() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1162 pub fn wcslen(buf: *const wchar_t) -> size_t; in wcslen() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc4252 TEST(MemorySanitizerOrigins, wcslen) { in TEST() argument
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3445 pub fn wcslen(buf: *const wchar_t) -> size_t; in wcslen() function